MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 10: | Line 10: | ||
.nav{ | .nav{ | ||
color:white;text-transform: uppercase;background: | color:white;text-transform: uppercase; | ||
background:darkred; | |||
font-family: Consolas, Courier New, monospace;display:table;margin:auto;padding:2px 10px;transform: perspective(10px) rotateX(4deg); | |||
box-shadow: 0px 1px 5px rgb(0, 0, 0); | box-shadow: 0px 1px 5px rgb(0, 0, 0); | ||
background:linear-gradient(darkred,darkred,rgba(255,10,10,.9)); | |||
} | } | ||
.navcontent{ | .navcontent{ | ||
| Line 17: | Line 20: | ||
} | } | ||
.navcontent a{ | .navcontent a{ | ||
text-shadow:0 0 4px #000; | |||
color:white; | color:white; | ||
text-decoration:none; | text-decoration:none; | ||
display:inline-block; | display:inline-block; | ||
} | } | ||
Revision as of 04:58, 15 May 2016
/* CSS placed here will be applied to all skins */
.starry{background-image:url('/images/6/69/Alnilam-Stars-Pattern.png');}
.starry img{
display:block;
margin:auto;
max-width:100%;
height:auto;
}
.nav{
color:white;text-transform: uppercase;
background:darkred;
font-family: Consolas, Courier New, monospace;display:table;margin:auto;padding:2px 10px;transform: perspective(10px) rotateX(4deg);
box-shadow: 0px 1px 5px rgb(0, 0, 0);
background:linear-gradient(darkred,darkred,rgba(255,10,10,.9));
}
.navcontent{
transform: perspective(10px) rotateX(-4deg);
}
.navcontent a{
text-shadow:0 0 4px #000;
color:white;
text-decoration:none;
display:inline-block;
}