minor improvements:
- page titles - favicon - background logo
This commit is contained in:
@@ -11,6 +11,11 @@ body{
|
||||
margin-top: 25px;
|
||||
font-family: sans-serif;
|
||||
position: relative;
|
||||
background-color: #0f3a09;
|
||||
background-image: url('/umbrella100px.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: right top;
|
||||
|
||||
}
|
||||
code{
|
||||
display: inline-block;
|
||||
@@ -535,10 +540,6 @@ table #preview-source{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body{
|
||||
background: #0f3a09;
|
||||
}
|
||||
a{
|
||||
color: #0c0061;
|
||||
}
|
||||
|
||||
@@ -9,9 +9,12 @@ a {
|
||||
}
|
||||
body {
|
||||
font-family: sans;
|
||||
background: black;
|
||||
color: red;
|
||||
margin: 0 0 40px 0;
|
||||
background-color: black;
|
||||
background-image: url('/umbrella100px.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 98% 70px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
||||
@@ -10,9 +10,12 @@ a {
|
||||
|
||||
body {
|
||||
font-family: sans;
|
||||
background: black;
|
||||
color: orange;
|
||||
margin: 0 0 40px 0;
|
||||
background-color: black;
|
||||
background-image: url('/umbrella100px.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 98% 70px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
||||
@@ -10,9 +10,12 @@ a {
|
||||
|
||||
body {
|
||||
font-family: sans;
|
||||
background: white;
|
||||
color: navy;
|
||||
margin: 0 0 40px 0;
|
||||
background-color: white;
|
||||
background-image: url('/umbrella100px.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 98% 70px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
||||
Reference in New Issue
Block a user