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

From Baka-Tsuki
Jump to navigation Jump to search
m
 
Line 8: Line 8:
 
}
 
}
 
*/
 
*/
/* here begins MediaWiki:Gadget-Blackskin.css */
 
/* Created by [[it:Utente:Kormoran]], maintained by [[Wikipedia:WikiProject Accessibility]] */
 
 
/* Colors the tabs across the top of the page */
 
 
#p-cactions {
 
background-color: #000000;
 
}
 
#p-cactions li {
 
background-color: #000000;
 
border-color: #008000;
 
}
 
#p-cactions li.selected {
 
background-color: #000000;
 
}
 
#p-cactions li.new {
 
background-color: #000000;
 
}
 
#p-cactions li a {
 
background-color: #000000 !important;
 
color : #7070FF;
 
}
 
#p-cactions li.selected a {
 
background-color:#000000;
 
}
 
 
/* Color background */
 
body {
 
background: Black;
 
color: #00dd00;
 
}
 
 
#content { background : #000000 !important; }
 
#content { color : #00dd00 !important; }
 
#content { border: 1px solid #008000 !important; }
 
 
 
/* Color the links */
 
a { color: #7070FF; }
 
a:visited { color: #9090D0; }
 
a:active, a.new { color: #FF4040; }
 
a.interwiki, a.external { color: #5386DB; }
 
a.stub { color: #974253; }
 
 
/* Color the signature links */
 
a font, a span { color: #7070FF!important; }
 
 
/* Color the edit interface */
 
 
textarea { color: #90FF90; }
 
textarea { background : #001000; }
 
 
/* User links (preferences, contribs) */
 
 
.autocomment { color: #008000; }
 
fieldset {
 
background: transparent;
 
border: 1px solid #004000;
 
}
 
legend {
 
background: transparent;
 
border: 1px solid #004000;
 
}
 
 
hr {
 
color: #004000;
 
background-color: #000000;
 
}
 
 
/************************
 
* COLOR IN TEMPLATES *
 
************************/
 
 
 
/* Assorted other stuff */
 
 
/* New messages */
 
.usermessage {
 
background-color: #004000;
 
border: 1px solid #FFFF00;
 
color: #FFFF00;
 
font-weight: bold;
 
}
 
 
/* Fix background of Tex images, which are black on transparent. */
 
img.tex { background: white; }
 
 
input.historysubmit {
 
padding: 0 0.3em 0.3em 0.3em !important;
 
font-size: 94%;
 
cursor: pointer;
 
height: 1.7em !important;
 
margin-left: 1.6em;
 
}
 
input[type="radio"],
 
input[type="checkbox"] { border:none; }
 
select {
 
background-color: #004000;
 
background: #004000;
 
border: 1px solid #008000;
 
color: #00dd00;
 
vertical-align: top;
 
}
 
 
#p-personal li a {
 
color: #FFFF00;
 
background-color: #000000;
 
background: #000000;
 
}
 
 
#p-personal li a:hover {
 
color: #FFFF00;
 
background-color: #636300;
 
background: #636300;
 
}
 
 
/* Toglie l'icona vicino al nome utente
 
li#pt-userpage { background: none }*/
 
 
#infobox { background: #002000;
 
color: #00FFFF;
 
border: 1px solid #00FFFF;
 
}
 
.infobox {
 
color:#00DD00!important;
 
}
 
 
/* template documentation */
 
.template-documentation {
 
background-color: #000000!important;
 
}
 
 
/* template RFA, AN/I closed */
 
div.boilerplate, div.quotebox {
 
background-color: #000000!important;
 
}
 
 
/* Use black logo */
 
#p-logo {
 
background: url(//upload.wikimedia.org/wikipedia/commons/6/6e/WikiGreen.png) no-repeat;
 
position:absolute; /*needed to use z-index */
 
top: 8px;
 
left: 15px;
 
height: 0;
 
width: 0;
 
padding: 0 0 154px 154px;
 
overflow: hidden;
 
}
 
 
 
/* Search box */
 
#searchInput {
 
border: 1px inset !important;
 
color: #00dd00;
 
background : #000000;
 
}
 
 
input.searchButton {
 
background : #000000;
 
border-top: 1px solid #00FFFF;
 
border-left: 1px solid #00FFFF;
 
border-right: 1px solid #008080;
 
border-bottom: 1px solid #008080;
 
color : #00dd00;
 
}
 
 
/* .More backgrounds */
 
 
.portlet {
 
background: #004000;
 
color: #00dd00;
 
}
 
 
.pBody {
 
background: #000000;
 
color: #00dd00;
 
}
 
 
 
 
/* Questa roba mette i tab di editing pagina Wiki anche in fondo al box
 
(ma non funge con IE e serve anche un filettino monobook.js... vedere la
 
mia pagina utente) */
 
#mytabs {
 
margin: -0.3em 0 0 11.5em;
 
border: 1px solid #008000;
 
white-space:nowrap;
 
line-height: 1.1em;
 
overflow: visible;
 
border-collapse: collapse;
 
padding: 0 0 0 1em;
 
list-style: none;
 
font-size: 95%;
 
}
 
#mytabs .hiddenStructure { display: none; }
 
#mytabs li {
 
display: inline;
 
border: 1px solid #004000;
 
border-top: none;
 
padding: 0.1em 0 0 0;
 
margin: 0 0.3em 0 0;
 
overflow: visible;
 
background: #000000;
 
color: #7070FF;
 
}
 
#mytabs li.selected {
 
border-color: #00dd00;
 
padding: 0.2em 0 0 0;
 
}
 
#mytabs li a {
 
background-color: #000000;
 
color: #7070FF;
 
border: none;
 
padding: 0.3em 0.8em 0 0.8em;
 
text-decoration: none;
 
text-transform: lowercase;
 
position: relative;
 
margin: 0;
 
}
 
#mytabs li.selected a { z-index: 3; }
 
#mytabs .new a { color:#FF4040; }
 
#mytabs li a:hover {
 
z-index: 3;
 
text-decoration: none;
 
}
 
#mytabs h5 { display: none; }
 
#mytabs li.istalk { margin-right: 0; }
 
#mytabs li.istalk a { padding-right: 0.5em; }
 
#mytabs-ca-addsection a {
 
padding-left: 0.4em;
 
padding-right: 0.4em;
 
}
 
/* offset per separare i gruppi di tab */
 
li#mytabs-ca-talk { margin-right: 1.6em; }
 
li#mytabs-ca-watch { margin-left: 1.6em; }
 
 
/* Colore dei box delle spiegazioni, degli acronimi e delle abbreviazioni */
 
abbr, acronym, .explain {
 
border-bottom: 1px dotted #004000;
 
color: White;
 
background: #002000;
 
cursor: help;
 
}
 
 
/* Colore dei frammenti di codice */
 
code {
 
background-color: #00AA00;
 
color: Black;
 
}
 
/* Colore del testo preformattato */
 
pre {
 
padding: 1em;
 
border: 1px dashed #00AA00;
 
color: White;
 
background-color: #002000;
 
line-height: 1.1em;
 
}
 
 
h1, h2, h3, h4, h5, h6 { color: #00dd00; }
 
#bodyContent h1 { color : #00dd00; }
 
#bodyContent h2 { color : #00dd00; }
 
#bodyContent h3 { color : #00dd00; }
 
#bodyContent h4 { color : #00dd00; }
 
#bodyContent h5 { color : #00dd00; }
 
#bodyContent h6 { color : #00dd00; }
 
h1 { border-bottom: 2px solid #008000; }
 
h2 { border-bottom: 1px solid #008000; }
 
 
 
/* Table background colors */
 
table {
 
background: #000000;
 
background-color: #000000!important;
 
color: #00dd00;
 
}
 
table th {
 
background: #1D1C1C!important;
 
}
 
 
table td {
 
background: #000000!important;
 
color: #00dd00!important;
 
}
 
 
/* Colore del sommario dell'articolo */
 
#toc {
 
background: #002000;
 
border: 1px solid #008000;
 
}
 
 
/* La barra in fondo alla pagina */
 
div#footer {
 
background-color: Black;
 
color: #00dd00;
 
border-top: 1px solid #FFFF00;
 
border-bottom: 1px solid #FFFF00;
 
margin: 0.6em 0em 1em 0em;
 
padding: 0.4em 0em 1.2em 0em;
 
text-align: center;
 
font-size: 90%;
 
}
 
/* box delle categorie */
 
#catlinks {
 
border:1px solid #800080;
 
background-color:#000000;
 
color: #00FFFF;
 
padding:5px;
 
margin-top: 1em;
 
clear: both;
 
}
 
/* le immagini: meglio tenerle su sfondo bianco... */
 
img {
 
border: 2px solid #008000;
 
background-color: #000000;
 
}
 
 
/* thumbnails */
 
.ns-0 * #content div.thumb {
 
border-color: #000000;
 
}
 
 
/* thumbnails */
 
 
div.thumb {
 
margin-bottom: .5em;
 
border-style: solid;
 
border-color: #002000;
 
width: auto;
 
}
 
div.thumb div {
 
border: 1px solid #002000;
 
padding: 3px !important;
 
background-color: #004000;
 
font-size: 94%;
 
text-align: center;
 
overflow: hidden;
 
}
 
div.thumb div a img {
 
border: 1px solid #002000;
 
}
 
div.thumb div div.thumbcaption {
 
border: none;
 
text-align: left;
 
line-height: 1.4em;
 
padding: .3em 0 .1em 0;
 
}
 
 
 
 
#wpSummary {
 
background-color: #000000;
 
color: #90ff90;
 
}
 
 
#pagehistory li.selected {
 
background-color: #004000;
 
border: 1px solid #002000;
 
}
 
 
#pagehistory li {
 
border: 1px solid #002000;
 
}
 
 
 
/*
 
** Diff rendering
 
*/
 
table.diff, td.diff-otitle, td.diff-ntitle {
 
background-color: #000000;
 
}
 
td.diff-addedline {
 
color: #00a000;
 
background: #004000;
 
font-size: smaller;
 
}
 
td.diff-deletedline {
 
color: #00a000;
 
background: #004000;
 
font-size: smaller;
 
}
 
td.diff-context {
 
background: #000000;
 
color: #008000;
 
font-size: smaller;
 
}
 
span.diffchange {
 
color: #00ff00;
 
font-weight: bold;
 
}
 
 
table.gallery {
 
border: 1px solid #002000;
 
background-color: #004000;
 
}
 
 
table.gallery td {
 
background-color: #004000;
 
border: solid 2px white;
 
}
 
 
div.gallerybox div.thumb {
 
border: 1px solid #002000;
 
}
 
 
/* let's make a class that deals with tables better
 
Any complaints, please message Ta bu shi da yu */
 
 
table.wikitable {
 
border: 1px #004000 solid!important;
 
color: #00dd00!important;
 
}
 
table.wikitable th, table.wikitable td {
 
border: 1px #004000 solid;
 
}
 
table.wikitable th {
 
background: #1D1C1C!important;
 
}
 
 
table.wikitable td {
 
background: #000000!important;
 
}
 
 
/* suppress the person icon by your username */
 
li#pt-userpage { background: none; }
 
 
 
/* Dotted borders on pre look ugly, replace with a solid one */
 
#bodyContent pre {
 
border: 1px solid #aaa;
 
}
 
 
/* Dont need this copyright notice on every page */
 
 
/*li#f-copyright,
 
li#f-lastmod,
 
#editpage-copywarn { display: none; }*/
 
 
/* The 'Edit summary' box is way to crammed in the textarea box by default */
 
textarea { margin-bottom: 4px; }
 
 
 
/* ################################### */
 
/* Start of requirements for menu tabs */
 
.tabmenu ul
 
{
 
display: none;
 
z-index: 2;
 
position: relative;
 
top: -2px;
 
border-top: 1px solid #aaaaaa;
 
padding: 0px;
 
margin: 0px;
 
background: #F8FCFF;
 
background-color: #F8FCFF;
 
}
 
 
 
/* Menu tab IDs. If you add a new menu, you need to add its ID here too */
 
#afda ul li, #talkm ul li, #dbm ul li
 
{
 
float: none;
 
border: 1px solid #aaaaaa;
 
border-top: none;
 
text-align: center;
 
background: #F8FCFF;
 
background-color: #F8FCFF;
 
}
 
 
.tabmenu:hover ul
 
{
 
display: block;
 
}
 
 
.tabmenu a
 
{
 
padding: 0pt 0.8em !important;
 
background: #F8FCFF;
 
background-color: #F8FCFF;
 
}
 
 
.tabmenu ul a:hover
 
{
 
font-weight: bold;
 
}
 
 
/* End of requirements for menu tabs */
 
/* ################################# */
 
 
#bodyContent {
 
color: #00dd00;
 
}
 
 
@media print {
 
#content { color:black !important; }
 
body {
 
color: black !important;
 
}
 
.pBody {
 
color: black !important;
 
}
 
}
 
 
/* Changes for Vector skin */
 
#page-base {
 
background: black;
 
}
 
 
/* Article feedback tool */
 
.articleFeedback-panel {
 
background-color: #000000!important;
 
}
 

Latest revision as of 18:13, 26 August 2014

/*div#content{
  background-color: #FEFEFE;
}

div.vectorTabs li.selected{
  background-image: none;
  background-color: #DFDFDF;
}
*/