Usuário(a):Douglasfs/common.css

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
/*
 * Deixa a skin em cores em contraste (verde e preto)
 * @author: [[en:User:Brian0918]]
 
  Att: 03/jul/2012 [[pt:user:!Silent]]
*/
 
#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: #777 !important;
    color: #00dd00 !important;
    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 edit interface */
textarea {
    color: #90FF90;
    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;
}
 
 
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;
}
 
/* Use black logo */
#p-logo {
    background: url(//upload.wikimedia.org/wikipedia/en/6/6e/WikiGreen.png) no-repeat;
    display: none;
    position: absolute; /*needed to use z-index */
    top: 8;
    left: 15;
    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 .hiddenSt
ructure {
    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, h2, h3, h4, h5, h6 {
    color: #00dd00;
}
 
h1 {
    border-bottom: 2px solid #008000;
}
 
h2 {
    border-bottom: 1px solid #008000;
}
 
 
/* Colore di sfondo e di testo delle tabelle */
table {
    background: #000000;
    background-color: #000000;
    color: #00dd00;
}
 
/* Colore del sommario dell'articolo */
#toc {
    background: #002000;
    border: 1px solid #008000;
}
 
/* La barra in fondo alla pagina */
#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.prettytable {
    background: #000000;
}
 
table.prettytable td, table.prettytable th {
    border: 1px solid #004000;
}
 
table.prettytable th {
  background: #000000;
}
 
/* Alternate version of pretty table styling class.  We'll remove the extra when we're done deciding all this. */
table.wikitable {
    background: #000000;
    border: 1px #004000 solid;
}
 
table.wikitable th, table.wikitable td {
    border: 1px #004000 solid;
}
 
table.wikitable th {
    background: #000000;
}
 
 
/* suppress the person icon by your username */
li#pt-userpage {
    background: none;
}
 
/* i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions  ul li a {  
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
 
#content, #footer {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
 
div.pBody {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;    
}
 
/* 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;
    }
}