|
From: Manni H. <man...@us...> - 2004-07-31 18:05:17
|
Update of /cvsroot/popfile/engine/skins/prjbluegrey In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30940/skins/prjbluegrey Modified Files: style.css Log Message: Some more updates to the skins, courtesy of Joseph Connors. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/prjbluegrey/style.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** style.css 20 Jul 2004 16:45:04 -0000 1.2 --- style.css 31 Jul 2004 18:04:36 -0000 1.3 *************** *** 72,80 **** } ! h1 , h2 { font-family : "new century schoolbook", times, serif; } ! h3 , h4 , h5 , h6 { font-family : "new century schoolbook", times, serif; } --- 72,80 ---- } ! h1, h2 { font-family : "new century schoolbook", times, serif; } ! h3, h4, h5, h6 { font-family : "new century schoolbook", times, serif; } *************** *** 124,127 **** --- 124,128 ---- color: black; } + .menuStandard { border-bottom: #aaaaaa 3px solid; *************** *** 183,187 **** } ! input { margin-left : 3px; margin-right : 3px; --- 184,188 ---- } ! input, textarea { margin-left : 3px; margin-right : 3px; *************** *** 337,338 **** --- 338,349 ---- background-color: transparent; } + + div.helpMessage { + background-color: transparent; + border-bottom: #eeeeee 3px solid; + border-left: #aaaaaa 3px solid; + border-right: #eeeeee 3px solid; + border-top: #aaaaaa 3px solid; + padding: 0.3em; + padding-bottom: 0; + } |