1
0
Fork 0
This repository has been archived on 2020-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
mediawiki-theme-vector-gmt/gmt.css

107 lines
1.8 KiB
CSS

/* GMT MediaWiki Theme
Some minor tweaks to the the standard Vector theme
to fit the rest of gamemaking.tools
*/
body {
background-color:white;
border:0;
margin:0;
padding:0;
}
code, pre {
border:1px solid #fff200;
display:inline-block;
}
div#catlinks .catlinks {
border:solid 1px #ffaec9;
}
div#content {
border:1px solid #ffaec9;
}
div#mw-head {
background-color:white;
}
div#mw-panel {
left:-0.5em;
}
div#mw-panel div.portal h3 {
border-bottom:solid 1px #ffaec9;
}
div#mw-panel div.portal div.body ul {
border-top:solid 1px white;
}
div#simpleSearch {
border:solid 1px #ffaec9;
}
div#simpleSearch input#searchInput {
background-color:white;
}
#p-search {
margin-right:0;
}
div.vectorMenu div.menu{
border:1px solid #ffaec9;
border-top-color:white;
}
div.vectorTabs ul li {
background-color:white;
background-image:none;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
border-bottom:solid 1px white;
}
div.vectorTabs span, div.vectorTabs, div#mw-head div.vectorMenu h3 {
background-image:none;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
border:solid 1px #ffaec9;
border-bottom-color:white;
}
h1, h2, hr {
border-bottom:1px solid #ffaec9;
}
#left-navigation {
margin-left:12em; /* Feels hacky :( */
}
#p-logo a, #p-logo a:hover {
height:176px; width:173px;
left:0 !important; /* sorry! */
}
#p-logo{
left:-0.5; /* Feels hacky :( */
}
#right-navigation {
margin-right:1em;
}
#selected {
border-color:1px solid #ffaec9;
}
#toc, .toc {
border:1px solid #ffaec9;
}
.mw-body, #footer {
margin-right:1em;
margin-top:1px;
}
.usermessage, .mw-warning {
background-color:#ffaec9;
border:1px solid #fff200;
color:white;
}