User:Ret Samys/common.css: Difference between revisions

From Drive: The SciFi Comic
Jump to navigation Jump to search
m (Ret Samys moved page User:Ret Samys/Sandbox/Sandbox.css to User:Ret Samys/common.css without leaving a redirect: testing)
mNo edit summary
Line 1: Line 1:
html{
background: url(http://drive.mcslp.net/images/6/69/Alnilam-Stars-Pattern.png);
}
body{
body{
background: url(http://drive.mcslp.net/images/6/69/Alnilam-Stars-Pattern.png);
background: linear-gradient(rgba(0,0,0,.6),transparent,transparent);
}
}


Line 10: Line 14:
color: #02425B;
color: #02425B;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-weight: 600;
font-weight: 600;5
}
 
#content-body b,#content-body strong{
/*color: black;*/
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
 
.vectorTabs{
 
}
}

Revision as of 06:10, 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{

}