User:Ret Samys/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
.vectorTabs{ | .vectorTabs{ | ||
position: absolute; | |||
margin: auto; | |||
left: 0; | |||
right: 0; | |||
display: table; | |||
} | } | ||
Revision as of 06:09, 7 February 2017
html{
background: url(http://drive.mcslp.net/images/6/69/Alnilam-Stars-Pattern.png);
}
body{
background: linear-gradient(rgba(0,0,0,.6),transparent,transparent);
}
#content-body{
margin: auto;
width: 80%;
border-radius: 10px;
box-shadow: 0 0 15px black,0 0 10px rgba(0,0,255,.3) inset;
color: #02425B;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-weight: 600;5
}
#content-body b,#content-body strong{
/*color: black;*/
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.vectorTabs{
position: absolute;
margin: auto;
left: 0;
right: 0;
display: table;
}