MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 32: | Line 32: | ||
a:active, | a:active, | ||
div#mw-panel div.portal div.body ul li a, | div#mw-panel div.portal div.body ul li a, | ||
.vector-menu-tabs | .vector-menu-tabs li.selected a, | ||
.vector-menu-tabs | .vector-menu-tabs li.selected a, | ||
.vector-menu-tabs | .vector-menu-tabs li a { | ||
text-decoration: none; | text-decoration: none; | ||
color: #ff8319 !important; | color: #ff8319 !important; | ||
| Line 41: | Line 41: | ||
a:visited, | a:visited, | ||
div#mw-panel div.portal div.body ul li a:visited, | div#mw-panel div.portal div.body ul li a:visited, | ||
.vector-menu-tabs | .vector-menu-tabs li.selected a:visited, | ||
.vector-menu-tabs | .vector-menu-tabs li.selected a:visited { | ||
text-decoration: none; | text-decoration: none; | ||
color: #e77a1c; | color: #e77a1c; | ||
| Line 53: | Line 53: | ||
a.new, | a.new, | ||
#p-personal a.new, | #p-personal a.new, | ||
.vector-menu-tabs | .vector-menu-tabs li.new a, | ||
.vector-menu-tabs | .vector-menu-tabs li.new a:visited, | ||
.vector-menu-tabs | .vector-menu-tabs li.new a, | ||
.vector-menu-tabs | .vector-menu-tabs li.new { | ||
text-decoration: none; | text-decoration: none; | ||
color: #ba0000; | color: #ba0000; | ||
| Line 79: | Line 79: | ||
a, | a, | ||
a img, | a img, | ||
.vector-menu-tabs | .vector-menu-tabs ul li, | ||
.vector-menu-tabs | .vector-menu-tabs li a, | ||
div.vectorMenu, | div.vectorMenu, | ||
div.vectorMenu ul li, | div.vectorMenu ul li, | ||
| Line 233: | Line 233: | ||
/***********/ | /***********/ | ||
.vector-menu-tabs | .vector-menu-tabs { | ||
background-image: none; | background-image: none; | ||
padding-left: 0; | padding-left: 0; | ||
} | } | ||
.vector-menu-tabs | .vector-menu-tabs ul { | ||
background-image: none; | background-image: none; | ||
margin-left: 0; | margin-left: 0; | ||
} | } | ||
.vector-menu-tabs | .vector-menu-tabs span { | ||
background-image: none; | background-image: none; | ||
} | } | ||
.vector-menu-tabs | .vector-menu-tabs ul li, | ||
#p-cactions { | #p-cactions { | ||
text-transform: uppercase; | text-transform: uppercase; | ||
| Line 265: | Line 265: | ||
} | } | ||
.vector-menu-tabs | .vector-menu-tabs ul li:hover, | ||
#p-cactions:hover { | #p-cactions:hover { | ||
box-shadow: 4px 4px 0px #ff8319; | box-shadow: 4px 4px 0px #ff8319; | ||