mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +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,7 +16,7 @@ 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 {
|
||||||
@ -26,7 +26,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
padding: 5px 5px 5px 5px;
|
padding: 5px;
|
||||||
background-color: #c2e0ff;
|
background-color: #c2e0ff;
|
||||||
color: #336699;
|
color: #336699;
|
||||||
}
|
}
|
||||||
@ -49,7 +49,7 @@ h3 {
|
|||||||
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 {
|
||||||
@ -58,7 +58,7 @@ h4 {
|
|||||||
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