Review stylesheet
This commit is contained in:
@@ -1,13 +1,39 @@
|
||||
@import url('font-awesome.min.css');
|
||||
/*Import fonts!*/
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/OpenSans.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('../fonts/OpenSansCondensed.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/Roboto.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/RobotoCondensed.woff') format('woff');
|
||||
}
|
||||
.body {
|
||||
font-family: 'Open Sans Condensed', sans-serif;
|
||||
margin-top: 0px;
|
||||
margin-left: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-right: 0px;
|
||||
font-family: Verdana, Arial;
|
||||
font-size: small;
|
||||
}
|
||||
body {
|
||||
font-family: 'Open Sans Condensed', sans-serif;
|
||||
background-color: #DEDEDE;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#787878), to(#DEDEDE));
|
||||
background-image: -webkit-linear-gradient(top, #787878, 0%, #DEDEDE, 100%);
|
||||
@@ -279,9 +305,7 @@ body {
|
||||
background-color: Maroon;
|
||||
}
|
||||
.topTitle {
|
||||
color: White;
|
||||
font-family: Verdana Arial;
|
||||
font-size: 18px;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
background-repeat: repeat-x;
|
||||
@@ -295,6 +319,10 @@ body {
|
||||
background-image: -o-linear-gradient(#DCDCDC, #000);
|
||||
background-image: linear-gradient(#DCDCDC, #000);
|
||||
}
|
||||
.topTitle a,
|
||||
.topTitle a:visited {
|
||||
color: White;
|
||||
}
|
||||
.warning {
|
||||
padding: 4px;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
@import url('font-awesome.min.css');
|
||||
/*Import fonts!*/
|
||||
@import url('./fonts.less');
|
||||
|
||||
.body {
|
||||
font-family: 'Open Sans Condensed', sans-serif;
|
||||
margin-top: 0px;
|
||||
margin-left: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-right: 0px;
|
||||
font-family: Verdana, Arial;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans Condensed', sans-serif;
|
||||
background-color: #DEDEDE;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#787878), to(#DEDEDE));
|
||||
background-image: -webkit-linear-gradient(top, #787878, 0%, #DEDEDE, 100%);
|
||||
@@ -338,9 +341,12 @@ body {
|
||||
@R00: #000;
|
||||
|
||||
.topTitle {
|
||||
color: White;
|
||||
font-family: Verdana Arial;
|
||||
font-size: 18px;
|
||||
|
||||
a, a:visited {
|
||||
color: White;
|
||||
}
|
||||
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
background-repeat: repeat-x;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user