icingaweb2/public/css/icinga/defaults.less

56 lines
635 B
Plaintext
Raw Normal View History

2014-02-18 19:39:54 +01:00
/*** Base rules ***/
* {
font-size: 100%;
}
html, body {
height: 100%;
}
img {
border: none;
}
2014-02-18 19:39:54 +01:00
/*
TODO: -xy-text-resize-dings
*/
html, body, form {
2014-02-18 19:39:54 +01:00
/* TODO: Really 0 ? */
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border: none;
}
body {
font-family: Ubuntu, Calibri, Trebuchet MS, Helvetica, sans-serif;
2014-02-18 19:39:54 +01:00
color: black;
background-color: white;
}
a {
color: #333;
text-decoration: underline;
}
a:hover {
color: black;
text-decoration: underline;
}
#fontsize-calc {
width: 1000em;
height: 1em;
font-size: 1em;
position: absolute;
top: -2em;
}
/*** END of Base rules */