-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrivantis.css
54 lines (44 loc) · 1.19 KB
/
trivantis.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
DIV.aligncenter {text-align:center}
DIV.alignright {text-align:right}
DIV.alignjustify {text-align:justify}
DIV.alignleft {text-align:left}
A {text-decoration: none}
button{
margin: 0;
}
button::-moz-focus-inner, input[type="button"]{
padding: 0;
border: 0 none;
}
/*List defaults*/
ol, ul {margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
list-style: none;}
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
//@media screen and (-webkit-min-device-pixel-ratio:0) {
// ol, ul { -webkit-margin-before:2px;
// -webkit-padding-after:2px;}
//}
/* CSS Statements that only apply on IE (8, 9, 10, 11) */
@media screen\0 {
ol, ul { margin-left:1px;}
}
/* CSS Statements that only apply on Firefox */
@-moz-document url-prefix() {
ul { margin-left:1px;}
ol { margin-left:-1px;}
}
/* Enable Printing for Webkit-based browsers */
@media print{
label, ol, ul, li {-webkit-print-color-adjust:exact;}
}
/* Set Printing size, IE8 requires 0 margin */
@page {
size: 8in 11in; /* width height */
margin: 1cm;
margin: 0\0/;
}