[phpwebapp-commits] CVS: web_app styles.css,1.3,1.4
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-20 08:28:39
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1:/tmp/cvs-serv5996 Modified Files: styles.css Log Message: changed some styles Index: styles.css =================================================================== RCS file: /cvsroot/phpwebapp/web_app/styles.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** styles.css 15 Aug 2003 07:05:08 -0000 1.3 --- styles.css 20 Aug 2003 07:00:52 -0000 1.4 *************** *** 1,4 **** ! /* styles of [Powered by phpWebApp] logo */ .webapp_logo { --- 1,4 ---- ! /*--- styles of [Powered by phpWebApp] logo ---*/ .webapp_logo { *************** *** 24,43 **** background-color: #eeeeee; } ! .error_msg { ! color: red; font-family: arial, helvetica, sans-se; font-size: 10px; ! font-weight: bold; } ! ! .warning_msg { ! color: brawn; font-family: arial, helvetica, sans-se; font-size: 10px; font-weight: bold; } .whiteRow --- 24,70 ---- background-color: #eeeeee; } + /*--- end styles of [Powered by phpWebApp] logo ---*/ ! ! .webapp_error { ! color: #ff0000; font-family: arial, helvetica, sans-se; font-size: 10px; ! background-color: #ffffff; } ! .webapp_warning { ! color: #bb0000; font-family: arial, helvetica, sans-se; font-size: 10px; + background-color: #ffffff; + } + + /*---------------------------------------*/ + pre.webapp, div.webapp + { + background-color: #ffffff; + border: 1px solid #660000; + color: #006699; + font-style: courier; + font-size: 12pt; + font-weight: normal; + } + pre.webapp a, div.webapp a + { + color: #0000ee; + text-decoration: none; + } + pre.webapp strong, div.webapp strong + { + color: #660000; + font-style: arial, helvetica, sans-se; + font-size: 14pt; font-weight: bold; + text-decoration: underline; } + /*---------------------------------------*/ + .whiteRow |