mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
stylesheet.css: cleaned up css code
Fixed indents, and removed redundent specifers and trailing spaces. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
daf11d5797
commit
a454cb61c0
@ -1,13 +1,13 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #93c6f9;
|
background-color: #93c6f9;
|
||||||
font: 12pt/18pt georgia;
|
font: 12pt/18pt georgia;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.main {
|
div.main {
|
||||||
margin: 10px 10px 10px 10px;
|
margin: 10px;
|
||||||
padding: 10px 10px 10px 10px;
|
padding: 10px;
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
@ -16,49 +16,49 @@ div.titre {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #336699;
|
background-color: #336699;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 10px 10px 10px 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font: 26pt georgia;
|
font: 26pt georgia;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
padding: 5px 5px 5px 5px;
|
padding: 5px;
|
||||||
background-color: #c2e0ff;
|
background-color: #c2e0ff;
|
||||||
color: #336699;
|
color: #336699;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #336699;
|
color: #336699;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover, a:active {
|
a:hover, a:active {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: #9685BA;
|
color: #9685BA;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font: italic normal 14pt georgia;
|
font: italic normal 14pt georgia;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
color: #336699;
|
color: #336699;
|
||||||
border-bottom: 2px solid #336699;
|
border-bottom: 2px solid #336699;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font: italic normal 14pt georgia;
|
font: italic normal 14pt georgia;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border-bottom: 1px dashed black;
|
border-bottom: 1px dashed black;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@ -68,8 +68,8 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
border-left: 3px #aaa solid;
|
border-left: 3px #aaa solid;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user