|
From: Markus P. <mar...@us...> - 2005-04-25 23:56:39
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17977/templates/subSilver Modified Files: mx_addon.css Log Message: Fixed a couple of things and added mouseover effect to pagination. Index: mx_addon.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/mx_addon.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_addon.css 6 Mar 2005 01:10:16 -0000 1.5 --- mx_addon.css 25 Apr 2005 23:56:09 -0000 1.6 *************** *** 30,33 **** --- 30,50 ---- } + /* This is the border around numbers in pagination */ + .mx_pagination, .mx_pagination_sele, .mx_pagination_over { + padding-left: 2px; + padding-right: 2px; + border-top: 1px solid #B0B0B0; + border-right: 1px solid #B0B0B0; + border-bottom: 1px solid #B0B0B0; + border-left: 1px solid #B0B0B0; + text-decoration: none; + } + .mx_pagination_sele { + background-color: #E0E0E0; + } + .mx_pagination_over { + background-color: #F0F0F0; + } + /* These are the main mx column styles */ td.leftcol { |