MediaWiki:Monobook.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 19: Line 19:
body { background: #4C5055 url(https://destiny.wiki.gallery/images/timeless-bg.jpg) fixed; }
body { background: #4C5055 url(https://destiny.wiki.gallery/images/timeless-bg.jpg) fixed; }
@media all and (min-width: 551px) {
@media all and (min-width: 551px) {
#column-one h3 { color: #fff; }
body.skin-monobook #column-one h3 {
#p-personal .pBody ul {
color: #fff;
}
body.skin-monobook #p-personal .pBody ul {
float: right;
float: right;
height: 1.45em;
height: 1.45em;
Line 32: Line 34:
}
}
@media all and (max-width: 550px) {
@media all and (max-width: 550px) {
#ca-more a { color: #fff; }
body.skin-monobook #ca-more a { color: #fff; }
}
}


Line 45: Line 47:
}
}


#p-cactions li a:hover {
body.skin-monobook #p-cactions li a:hover {
border-bottom: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
}


#p-cactions li.selected a {
body.skin-monobook #p-cactions li.selected a {
border-bottom: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
padding-bottom: 2px;
padding-bottom: 2px;
}
}


.pBody,
body.skin-monobook .pBody,
.portlet h3,
body.skin-monobook .portlet h3,
ul#f-list {
body.skin-monobook #footer #f-list {
font-family: verdana;
font-family: verdana;
}
}


.special li {
body.skin-monobook .special li {
line-height: 19px;
line-height: 19px;
}
}


#p-personal a.new {
body.skin-monobook #p-personal a.new {
color: #f00;
color: #f00;
}
}


#p-personal a.new:visited {
body.skin-monobook #p-personal a.new:visited {
color: #c00;
color: #c00;
}
@media all and (min-width: 551px) {
body.skin-monobook li#pt-login,
body.skin-monobook li#pt-userpage,
body.skin-monobook li#pt-anonuserpage {
background: url(https://destiny.wiki.gallery/images/smallghost.png) top left no-repeat;
padding-left: 16px;
}
}
}


Line 97: Line 108:
}
}


#p-personal li a:hover {
body.skin-monobook #p-personal li a:hover {
text-decoration: underline;
text-decoration: underline;
background-color: transparent;
background-color: transparent;
}
}


#p-cactions li a {
body.skin-monobook #p-cactions li a {
color: #00c;
color: #00c;
}
}


#p-cactions .new a {
body.skin-monobook #p-cactions .new a {
color: #c00;
color: #c00;
}
}
Line 121: Line 132:
}
}


#p-cactions {
body.skin-monobook #p-cactions {
left: 11.8em;
left: 11.8em;
}
}


.portlet {
body.skin-monobook .portlet {
width: 11.9em;
width: 11.9em;
}
}


.portlet .pBody {
body.skin-monobook .portlet .pBody {
border-top-right-radius: 1em;
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
border-bottom-right-radius: 1em;
}
}


input.searchButton {
body.skin-monobook input.searchButton {
padding: 0 0.4em !important;
padding: 0 0.4em !important;
cursor: pointer;
cursor: pointer;
background-color: white;
background-color: #fff;
border: 1px solid #2f6fab;  
border: 1px solid #2f6fab;  
font-weight: normal;
font-weight: normal;
}  
}  


#searchGoButton {
body.skin-monobook #searchButton,
body.skin-monobook #searchGoButton {
font-weight: normal;
font-weight: normal;
}
}


#searchInput {
body.skin-monobook #searchInput {
border: 1px solid #2f6fab;  
border: 1px solid #2f6fab;  
}  
}  
Line 156: Line 168:
select {
select {
border: 1px solid #2f6fab;  
border: 1px solid #2f6fab;  
color: black;
color: #000;
}
}


Line 173: Line 185:
}
}


#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {   
body.skin-monobook #p-cactions ul li,
body.skin-monobook #p-cactions ul li a,
body.skin-monobook #p-cactions li.selected,
body.skin-monobook #p-cactions li.selected a {   
border-top-left-radius: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-top-right-radius: 1em;
}
}


#p-cactions li {
body.skin-monobook #p-cactions li {
padding-bottom:1em;
padding-bottom:1em;
border-top-left-radius: .72em !important;
border-top-left-radius: .72em !important;
Line 185: Line 200:


/* Fix footer spacing */
/* Fix footer spacing */
#f-list {
body.skin-monobook #f-list {
line-height: 17px;
line-height: 17px;
}
}