Difference between revisions of "User:FlyingPiMonster/common.css"

From Screeps Wiki
Jump to navigation Jump to search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
/* Make your own CSS!
  +
* wiki.screepspl.us/index.php/Special:MyPage/common.css
  +
*/
  +
 
body, #mw-page-base {
 
body, #mw-page-base {
 
background-color: #2b2b2b !important;
 
background-color: #2b2b2b !important;
Line 5: Line 9:
 
color: #bbb;
 
color: #bbb;
 
font-family: Helvetica, Arial, sans-serif;
 
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
 
 
font-weight: lighter;
 
font-weight: lighter;
line-height: 1.5;
 
 
margin: 0;
 
margin: 0;
 
}
 
}
Line 29: Line 31:
 
}
 
}
   
  +
/*
 
 
a {
 
a {
 
color: #428bca !important;
 
color: #428bca !important;
Line 41: Line 43:
 
color: #888F8F !important;
 
color: #888F8F !important;
 
}
 
}
  +
*/
   
 
strong {
 
strong {
Line 57: Line 60:
   
 
pre {
 
pre {
padding: 0 !important;
+
padding: 10px !important;
background: none;
+
display: block;
border: none;
+
border: 5px solid #2a3b5f !important;
 
}
 
}
   
 
code,
 
code,
  +
pre {
.mw-code {
 
 
color: #f8f8f2 !important;
display: block;
 
 
border: none !important;
color: #f8f8f2;
 
background-color: #2a3b5f;
+
background-color: #2a3b5f !important;
border: 5px solid #2a3b5f !important;
 
 
}
 
}
  +
   
 
#left-navigation,
 
#left-navigation,
Line 108: Line 111:
 
#mw-head-base {
 
#mw-head-base {
 
margin-top: -7.5em;
 
margin-top: -7.5em;
}
 
#mw-panel {
 
padding-left: 0 !important;
 
 
}
 
}
 
#toc, .toc {
 
#toc, .toc {
Line 143: Line 143:
   
 
/* text boxes */
 
/* text boxes */
  +
input#wpDestFile,
  +
textarea#wpUploadDescription,
 
input#nsto,
 
input#nsto,
 
input#nsfrom,
 
input#nsfrom,
Line 149: Line 151:
 
input#wpSummary.mw-summary,
 
input#wpSummary.mw-summary,
 
textarea#wpTextbox1 {
 
textarea#wpTextbox1 {
background-color: #2b2b2b !important;
+
background-color: #1f1f1f !important;
 
color: #a9b7c6 !important;
 
color: #a9b7c6 !important;
 
border: 1px solid #161616 !important;
 
border: 1px solid #161616 !important;
Line 176: Line 178:
 
border: 1px solid black !important;
 
border: 1px solid black !important;
 
}
 
}
  +
  +
  +
/* For my terrible eyesight (some default media-wiki code seems to overwrite what you had at the top) */
  +
  +
.mw-body-content {
 
font-size: 14px;
 
line-height: 1.5;
 
}
  +
  +
/* Links */
  +
a, #mw-head a:visited {
  +
color: #428bca !important;
  +
font-family: Helvetica, Arial, sans-serif;
  +
text-decoration: none;
  +
}
  +
a:hover {
  +
text-decoration: underline;
  +
}
  +
a:visited {
  +
color: #476b88 !important;
  +
}
  +
  +
/* After #mw-panel */
 
#mw-panel {
 
padding-left: 0 !important;
  +
}
  +
div#mw-panel div.portal h3 {
  +
font-size: 1.3em !important;
  +
color: #bbb;
  +
}
 
#mw-panel li {
  +
font-size: .83em !important;
  +
}
  +
/* Biggest I could get the sidebar on one line. Could make it bigger if you want to change margins. */

Latest revision as of 13:26, 2 December 2016

/* Make your own CSS!
* wiki.screepspl.us/index.php/Special:MyPage/common.css
*/

body, #mw-page-base {
  background-color: #2b2b2b !important;
  background-repeat: repeat-x !important;   
  background-attachment: fixed;
  color: #bbb;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  margin: 0;
}
.mw-wiki-logo {
  width:160px !important;
  height:160px !important;
}
.mw-body {
  border: none;
  color: #bbb;
  background-color: #2b2b2b !important;
  min-height: 100%; 
  background-attachment: fixed;
}
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4 {
  color: #ffd180;
  font-weight: 400;
}

/*
a {
  color: #428bca !important;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #888F8F !important;
}
*/

strong {
  color: #D18F98 !important;
}

a.new {
  color: #ff8282 !important;
}

#mw-head {
  box-shadow: 0 1px 5px 1px #1e1e1e;
  background-image: linear-gradient(to bottom, #4b4b4b 0%, #333333 100%);
  height: 45px;
}

pre {
  padding: 10px !important;
  display: block;
  border: 5px solid #2a3b5f !important;
}

code,
pre {
  color: #f8f8f2 !important;
  border: none !important;
  background-color: #2a3b5f !important;
}


#left-navigation,
#right-navigation { 
  margin-top: 0;
}
#left-navigation {
margin-left:170px;
}
div.vectorTabs {
  background-image: none;
  background-color: inherit;
  height: 44.5px;
}
div.vectorTabs * {
  background-image: none !important;
  background-color: transparent !important;
}
div.vectorTabs #ca-unwatch.icon a {
  background-image: url(/skins/Vector/images/unwatch-icon-hl.png?c4723) !important;
}
div.vectorTabs #ca-watch.icon a {
  background-image: url(/skins/Vector/images/unwatch-icon-hl.png?e1b42) !important;
}
div.vectorMenu h3 span {
  color: #888787 !important;
}
div#mw-head div.vectorMenu h3 {
  background-image:none !important;
}

#p-personal {
  top: 3.33em;
  z-index: initial;
}
#p-logo {
  left: 0 !important;
}
#mw-head-base {
  margin-top: -7.5em;
}
#toc, .toc {
  background-color: inherit;
}

.mw-editsection-bracket {
  color: #428BCA;
}

table.wikitable {
  color: white;
}

div.editOptions,
table.wikitable > * > tr > th,
table.wikitable,
ul#filetoc,
table.wikitable > * > tr > td,
.catlinks {
  background-color: #303030 !important;
  border: 1px solid black !important;
}

li#footer-info-lastmod {
  color: white !important;
}

#simpleSearch {
  border: none !important;
}

/* text boxes */
input#wpDestFile,
textarea#wpUploadDescription,
input#nsto,
input#nsfrom,
input#from.mw-ui-input-inline,
div#simpleSearch #searchInput,
input#wpSummary.mw-summary,
textarea#wpTextbox1 {
  background-color: #1f1f1f !important;
  color: #a9b7c6 !important;
  border: 1px solid #161616 !important;
}

div#simpleSearch {
  background: none;
}

li.selected.before,
li.selected.after {
  background-color: #3b3b3b !important;
  border: 1px solid #161616 !important;
}

li.before,
li.after,
li.between {
  border: 1px solid #161616 !important;
}

button,
input[type=submit] {
  background-color: #4b4b4b !important;
  color: white !important;
  border: 1px solid black !important;
}


/* For my terrible eyesight (some default media-wiki code seems to overwrite what you had at the top) */

.mw-body-content {
  font-size: 14px;
  line-height: 1.5;
}

/* Links */
a, #mw-head a:visited {
  color: #428bca !important;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #476b88 !important;
}

/* After #mw-panel */
#mw-panel {
  padding-left: 0 !important;
}
div#mw-panel div.portal h3 {
  font-size: 1.3em !important;
  color: #bbb;
}
#mw-panel li {
  font-size: .83em !important;
}
/* Biggest I could get the sidebar on one line. Could make it bigger if you want to change margins. */