User:JRave/vector.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
JRave (talk | contribs)
Undo revision 360886 by JRave (talk)
JRave (talk | contribs)
No edit summary
Line 1: Line 1:
div#content,#mw-page-base,body{background:#222;color:#DBDBDB;}
/* *** Basic *** */
div.vectorTabs li.selected{background:#222!important;}
 
div#footer ul li{color:#CCC;}
*{
a:visited{color:#0385B5!important;}
  background-color: transparent !important;
table.wikitable{color:#DBDBDB;}
  color: rgba(147, 218, 134, 0.94) !important;
legend{color:#CDA354!important;}
}
h1,h2,h3,h4,h5,h{color:#DBDBDB;}
 
strong.selflink{color:#FFD500!important;}
body, div, form, table, tbody, tr, td, fieldset, ul, li, a,
div[class*='mw-customtoggle-'],div.vectorTabs li,div#preferences,table,#toc{background:#333!important;}
#content, #bodyContent{
div.vectorTabs li span,a:link{color:#CC8453!important;}
  background-color: #0f0f0f !important;
a.new{color:#A00!important;}
}
div#catlinks,#preftoc li.selected a{background:#333;}
 
th,table#collapsibleTable0,td,tr,tbody{background:inherit!important;}
 
.editOptions{background:inherit!important;}
/* *** Form Elements *** */
input, select, button, checkbox{
  -moz-appearance: none !important;
  border: 1px white solid !important;
  outline: none !important;
  background-color: #0f0f0f !important;
}
 
#simpleSearch{
  border: none !important;
}
 
 
/* *** Main *** */
#content{
  font-family: trebuchet, arial !important;
  font-size: 12pt !important;
  border: 0 !important;
}
 
.mw-topboxes{
background: none !important;
}
div#siteNotice{
  display:none !important;
}
div#footer {
background: none !important;
}
.wikiEditor-ui-toolbar{
background-image: none !important;
}
p{
  border: none !important;
}
a{
  color: white !important;
}
a:visited{
  font-weight: bold !important;
  opacity: 0.65 !important;
}
a:link{
  color: white !important;
}
a:link.new{
  color: #ffa893 !important;
}
 
h2{
  border-bottom: #ccc 1px solid !important;
  font-size: 120% !important;
}
h2 > span{
  color: white !important;
}
h2 > span > span{
  color: white !important;
  font-size: 100% !important;
}
 
fieldset{
  border-color: #ddd !important;
}
 
#bodyContent ul{
  list-style-image: none !important;
  list-style-type: disc !important;
}
#toc ul{
  list-style-type: none !important;
}
 
.thumb{
  border-color: #333 !important;
}
 
del.diffchange {
 
color: #c4cddf !important;  
  font-weight: bold;
  text-decoration: line-through;
 
}  
ins.diffchange {
 
color: #c4cddf !important;
  font-weight: bold;
  text-decoration: underline;
 
}
 
strong.mw-plusminus-pos {
  color: #9DC0EC !important;
  font-weight: bold;
}
 
/* *** Tabs *** */
#searchButton{
  display: none !important;
}
 
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul > li,
div.vectorTabs ul > li > a{
  background-color: #333 !important;
  background-image: none !important;
  border: none !important;
}
 
#right-navigation > .vectorMenu,
#ca-watch{
  display: none !important;
}
 
div.vectorTabs ul > li > a > span{
  padding: 0 !important;
}
div.vectorTabs ul > li > a{
  outline: 1px #888 solid !important;
  margin: 0 0.5em;
  height: auto !important;
  font-weight: normal !important;
}
div.vectorTabs ul > li > a:hover{
  text-decoration: none !important;
  outline: 1px #ccc solid !important;
}
 
 
/* *** Preference *** */
#preftoc > li{
  outline: 1px #ccc solid !important;
  border-bottom: 5px #ccc solid !important;
}
 
.successbox{
  border-color: white !important;
}
 
 
/* *** Search *** */
#search .search-types ul,
#search .results-info ul{
  list-style-type: none !important;
}
 
 
/* *** Logo Replacement *** */
#p-logo a {
  background: url(http://upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png) no-repeat !important;
  position: absolute !important;
  clip: rect(0, 135px, 115px, 0) !important;
  height: 115px !important;
  overflow: hidden !important;
  margin-top: 30px !important;
}
 
 
/* *** Image and Math *** */
img{
  background-color: #fdfdfd !important;
}
img.tex{
  padding: 5px !important;
}
span.tex{
  border: 1px white solid !important;
  padding: 5px !important;
}

Revision as of 07:53, 14 June 2014

/* *** Basic *** */

*{
   background-color: transparent !important;
   color: rgba(147, 218, 134, 0.94) !important;
}

body, div, form, table, tbody, tr, td, fieldset, ul, li, a,
#content, #bodyContent{
   background-color: #0f0f0f !important;
}


/* *** Form Elements *** */
input, select, button, checkbox{
   -moz-appearance: none !important;
   border: 1px white solid !important;
   outline: none !important;
   background-color: #0f0f0f !important;
}

#simpleSearch{
   border: none !important;
}


/* *** Main *** */
#content{
   font-family: trebuchet, arial !important; 
   font-size: 12pt !important;
   border: 0 !important;
}

.mw-topboxes{
background: none !important;
}
div#siteNotice{
   display:none !important;
}
div#footer {
background: none !important;
}
.wikiEditor-ui-toolbar{
background-image: none !important;
}
p{
   border: none !important;
}
a{
   color: white !important;
}
a:visited{
   font-weight: bold !important;
   opacity: 0.65 !important;
}
a:link{
   color: white !important;
}
a:link.new{
   color: #ffa893 !important;
}

h2{
   border-bottom: #ccc 1px solid !important;
   font-size: 120% !important;
}
h2 > span{
   color: white !important;
}
h2 > span > span{
   color: white !important;
   font-size: 100% !important;
}

fieldset{
   border-color: #ddd !important;
}

#bodyContent ul{
   list-style-image: none !important;
   list-style-type: disc !important;
}
#toc ul{
   list-style-type: none !important;
}

.thumb{
   border-color: #333 !important;
}

del.diffchange {

color: #c4cddf !important; 
  font-weight: bold; 
  text-decoration: line-through;

} 
ins.diffchange {

color: #c4cddf !important; 
  font-weight: bold; 
  text-decoration: underline;

}

strong.mw-plusminus-pos {
  color: #9DC0EC !important;
  font-weight: bold; 
}

/* *** Tabs *** */
#searchButton{
   display: none !important;
}

div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul > li,
div.vectorTabs ul > li > a{
   background-color: #333 !important;
   background-image: none !important;
   border: none !important;
}

#right-navigation > .vectorMenu,
#ca-watch{
   display: none !important;
}

div.vectorTabs ul > li > a > span{
   padding: 0 !important;
}
div.vectorTabs ul > li > a{
  outline: 1px #888 solid !important;
  margin: 0 0.5em;
  height: auto !important;
  font-weight: normal !important;
}
div.vectorTabs ul > li > a:hover{
   text-decoration: none !important;
   outline: 1px #ccc solid !important;
}


/* *** Preference *** */
#preftoc > li{
   outline: 1px #ccc solid !important;
   border-bottom: 5px #ccc solid !important;
}

.successbox{
   border-color: white !important;
}


/* *** Search *** */
#search .search-types ul,
#search .results-info ul{
   list-style-type: none !important;
}


/* *** Logo Replacement *** */
#p-logo a {
   background: url(http://upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png) no-repeat !important;
   position: absolute !important;
   clip: rect(0, 135px, 115px, 0) !important;
   height: 115px !important;
   overflow: hidden !important;
   margin-top: 30px !important;
}


/* *** Image and Math *** */
img{
   background-color: #fdfdfd !important;
}
img.tex{
   padding: 5px !important;
}
span.tex{
   border: 1px white solid !important;
   padding: 5px !important;
}