Difference between revisions of "User:Lexar/Page.css"
(only going with these id/classes, reworking this from ground up so wiki WILL read it appropriately) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
{ | { | ||
background:url('http://dl.dropbox.com/u/32668357/steam_main_button_back2.png') repeat-x; | background:url('http://dl.dropbox.com/u/32668357/steam_main_button_back2.png') repeat-x; | ||
+ | } | ||
+ | .lex-top-tab:hover | ||
+ | { | ||
+ | color:#CCCCCC; | ||
+ | } | ||
+ | .lex-tab | ||
+ | { | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | .lex-tab:hover | ||
+ | { | ||
+ | background-color:#4D4B49; | ||
+ | } | ||
+ | .lex-no-under:hover | ||
+ | { | ||
+ | text-decoration:none | ||
+ | } | ||
+ | .lex-box | ||
+ | { | ||
+ | background:url('http://dl.dropbox.com/u/32668357/steamboxback.png') no-repeat; | ||
} | } |
Latest revision as of 06:54, 6 January 2012
.lexback { background:url('http://dl.dropbox.com/u/32668357/User_Lexar_Page_Items2.png') no-repeat; } #lexcontain { background:url('http://dl.dropbox.com/u/32668357/steam-back.png') repeat-x; } .lexscrollback { background:url('http://dl.dropbox.com/u/32668357/lexscrollback.jpg') no-repeat; } .lexscrollpanelhead { background:url('http://dl.dropbox.com/u/32668357/scrollback.png') repeat; } #lex-current { background:url('http://dl.dropbox.com/u/32668357/steam_main_button_back2.png') repeat-x; } .lex-top-tab:hover { color:#CCCCCC; } .lex-tab { text-decoration:none; } .lex-tab:hover { background-color:#4D4B49; } .lex-no-under:hover { text-decoration:none } .lex-box { background:url('http://dl.dropbox.com/u/32668357/steamboxback.png') no-repeat; }