f0cking break lines, mate!
This commit is contained in:
parent
3efaaa98e0
commit
5b74112066
109
screen.css
109
screen.css
|
@ -1,53 +1,56 @@
|
||||||
body {
|
body {
|
||||||
background-color : #fff;
|
background-color : #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
font-family : Verdana, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration : underline;
|
text-decoration : underline;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
text-decoration : underline;
|
text-decoration : underline;
|
||||||
}
|
}
|
||||||
a:active {
|
a:active {
|
||||||
color: #aa0000;
|
color: #aa0000;
|
||||||
text-decoration : underline;
|
text-decoration : underline;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
textarea,input,select {
|
textarea,input,select {
|
||||||
border:1px solid lightgray;
|
border:1px solid lightgray;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
#binoutput {
|
#binoutput {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
font-family:'Consolas',monospace,sans-serif;
|
font-family:'Consolas',monospace,sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
border:1px solid lightgray;
|
border:1px solid lightgray;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
padding:3px;
|
padding:3px;
|
||||||
padding-right:20px;
|
padding-right:20px;
|
||||||
padding-bottom:20px;
|
padding-bottom:20px;
|
||||||
background:#f8f8f8;
|
background:#f8f8f8;
|
||||||
}
|
}
|
||||||
div#header {
|
#binoutput pre {
|
||||||
font-size: 20px;
|
white-space: break-spaces;
|
||||||
padding-bottom:10px;
|
}
|
||||||
}
|
div#header {
|
||||||
div#sslhinweis {
|
font-size: 20px;
|
||||||
font-size: 15px;
|
padding-bottom:10px;
|
||||||
font-weight: bold;
|
}
|
||||||
color: #660000;
|
div#sslhinweis {
|
||||||
margin-top: 30px;
|
font-size: 15px;
|
||||||
}
|
font-weight: bold;
|
||||||
|
color: #660000;
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue