Utente:Alec/vector.css: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m test
m ripristino
Riga 1:
/* <pre> <nowiki> */
/* From [[:en:User:Wayward/monobook.css]]*/
/* ################################### */
/* Start of requirements for menu tabs */
#p-cactions #ca-edit-0 a {
padding-left: 0.4em;
padding-right: 0.4em;
}
#p-cactions a {
filter: alpha(opacity=75);
}
 
#p-cactions a:hover, #p-cactions .selected a {
filter: none;
}
 
#p-cactions li
{
position: relative;
float: left;
}
 
.tabmenu ul
{
display: none;
z-index: 2;
position: relative;
top: -2px;
border-top: 1px solid #aaaaaa;
padding: 0px;
margin: 0px;
background: #FFFFF0;
background-color: #FFFFF0;
clear:both;
}
 
/* Menu tab IDs. If you add a new menu, you need to add its ID here too */
#afda ul li, #dbm ul li, #mystatus ul li, #talkm ul li, #protect ul li, #tools ul li, #avvisi ul li
{
float: none;
border: 1px solid #aaaaaa;
border-top: none;
text-align: center;
background: #F8FCFF;
background-color: #FFFFF0;
clear:both;
display: block;
-moz-border-radius-topleft: 0em;
-moz-border-radius-topright: 0em;
}
 
.tabmenu:hover ul
{
display: block;
}
 
.tabmenu a
{
padding: 0pt 0.8em !important;
background: #F8FCFF;
background-color: #FFFFF0;
}
 
.tabmenu ul a:hover
{
font-weight: bold;
}
 
/* End of requirements for menu tabs */
/* ################################# */
 
 
 
 
/* Monobook di Essjay (modificato): thanks! */
 
/* Orange bar of death */
 
.usermessage {
background: url('http://upload.wikimedia.org/wikipedia/commons/e/e0/Wink.gif') 95% 50% no-repeat;
background-repeat: no-repeat;
border: 1px solid #aaa;
background-color: #f9f9f9;
/* padding-left: 100px; */
text-transform: none;
/* height: 35px; */
color: #000000;
text-align:justify;
font-weight: bold;
font-size: 115%;
margin: 2em 0em 1em 0em;
padding: 0.5em 15% 0.5em 0.5em;
vertical-align: middle;
}
 
/* Dotted borders on pre look ugly, replace with a solid one */
/* #bodyContent pre { */
/* border: 1px solid #aaa; */
/* } */
 
/* suppress the person icon by your username */
li#pt-userpage { background: none }
 
 
/* Avoid offpage text */
 
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
margin: 0.6em 0em 1em 155px;
}
 
/* Diff rendering */
 
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
background: #f5f5f5;
color: #000084;
font-size: 100%;
}
td.diff-deletedline {
background: #f5f5f5;
color: #a01f1f;
font-size: 100%;
}
td.diff-context {
background:#e6e6fa;
color: #708090;
font-size: 100%;
}
span.diffchange { color: #000084; font-weight: bold;}
 
/* Change the "coffee roll" messagebox theme */
 
.Talk-Notice {
border: 2px solid #191970;
background-color: #b0c4de;
margin-bottom: 3px;
width: 85%;
padding: 5px;
border-spacing: 3px;
margin-left: auto;
margin-right: auto;
}
 
.Talk-Notice:after {
display: none;
}
 
/* Standardize messagebox theme */
 
.messagebox.standard-talk {
border: 1px solid #696969;
background-color: #f5f5f5;
 
}
 
.messagebox.cleanup {
border: 1px solid #aaaaaa;
background-color: #f5f5f5;
}
 
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f5f5f5;
}
 
/* Play with TOC colors */
.toccolours {
border:1px solid #aaaaaa;
background-color:#f5f5f5;
padding:5px;
font-size: 95%;
}
#p-cactions li li li
{
/* Do something here */
width: 8em;
}
 
.tabmenu .tabmenu ul
{
display: none;
position: absolute;
top: -1px;
left: 100%;
}
 
.tabmenu .tabmenu:hover ul
{
display: block;
}
 
.tabmenu .tabmenu a
{
padding: 0pt 0.8em !important;
background: #F8FCFF;
background-color: #F8FCFF;
}
 
.tabmenu .tabmenu ul a:hover
{
font-weight: normal;
}
 
#rfa-tag-color {
background-color: #f5f5f5;
}
 
 
/* </nowiki> </pre>*/