|
From: Andrew <men...@us...> - 2006-01-15 23:17:04
|
Update of /cvsroot/mxbb/core/docs/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18362/docs/css Modified Files: subSilver.css Log Message: Err... half of a commit actually. The TOC should be finished, and can be seen in main_doc_index.html. doc_navigate.html has yet to be updated w.r.t. the TOC. The credits/copyrights line in the footer of all files is missing; I'll fix this with the next commit. Index: subSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/docs/css/subSilver.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** subSilver.css 15 Jan 2006 01:50:51 -0000 1.3 --- subSilver.css 15 Jan 2006 23:16:54 -0000 1.4 *************** *** 239,243 **** /* Special mxBB-specific stuff */ ! p,ul,td {font-size:10pt;} .h2 { font-family: Verdana, Arial, Helvetica, sans-serif; --- 239,243 ---- /* Special mxBB-specific stuff */ ! p,ul,td { font-size:10pt; } .h2 { font-family: Verdana, Arial, Helvetica, sans-serif; *************** *** 251,285 **** } ! ul.navlist { margin: 0; padding: 0; list-style: none; } ! ul.navlist ul { padding: 0; ! padding-left: 16px; margin: 0; list-style: none; } ! ul.navlist ul ul { margin: 0; } ! ul.navlist a { ! padding-left: 16px; color: #000000; } ! li.navcat a { background: url(../images/li_bullet_blue.gif) no-repeat; font-weight: bold; } ! li.navcat a.minus { ! background: url(../images/icon_sign_minus.gif) no-repeat; ! font-weight: bold; ! } ! li.navcat a.plus { ! background: url(../images/icon_sign_plus.gif) no-repeat; ! font-weight: bold; ! } ! li.navitem a { color: #006699; background: url(../images/li_small_arrow_right_black.gif) no-repeat; --- 251,277 ---- } ! ul.list { margin: 0; padding: 0; list-style: none; } ! ul.list ul { padding: 0; ! padding-left: 10px; margin: 0; list-style: none; } ! ul.list ul ul { margin: 0; } ! ul.list a { ! padding-left: 15px; color: #000000; } ! li.cat a { background: url(../images/li_bullet_blue.gif) no-repeat; font-weight: bold; } ! li.item a { color: #006699; background: url(../images/li_small_arrow_right_black.gif) no-repeat; *************** *** 287,291 **** --- 279,289 ---- } li.folder a { + margin-left: 10px; background: url(../images/li_folders.gif) no-repeat; font-weight: normal; } + li.cat ul ul a{ + margin-left: 18px; + background: url(../images/li_small_arrow_right_black.gif) no-repeat; + font-weight: normal; + } |