forked from richthegeek/phpsass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmisc.css
executable file
·85 lines (72 loc) · 1.3 KB
/
misc.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/*
* Source: http://code.google.com/p/phamlp/issues/detail?id=117;
*/
@import url("http://fonts.googleapis.com/css?family=Actor");
/*
* Source: http://code.google.com/p/phamlp/issues/detail?id=116;
*/
@import url('somefile.css');
/*
* Source: http://code.google.com/p/phamlp/issues/detail?id=101;
*/
.nav-boolean ol li input:checked + label {
color: red; }
/*
* Source: http://code.google.com/p/phamlp/issues/detail?id=100;
*/
.zero {
margin: 0 0;
padding: 0px; }
/*
* Source: http://code.google.com/p/phamlp/issues/detail?id=99;
*/
/*
* Variables
*/
.content-navigation {
border-color: #3bbfce;
color: #2ca2af; }
.border {
padding: 16px;
margin: 8px;
border-color: #3bbfce; }
/*
* Nesting
*/
table.hl {
margin: 2em 0; }
table.hl td.ln {
text-align: right; }
li {
font-family: serif;
font-weight: bold;
font-size: 1.2em; }
/*
* Mixins
*/
#data {
float: left;
margin-left: 10px; }
#data th {
text-align: center;
font-weight: bold; }
#data td,
#data th {
padding: 2px; }
/*
* Selector Inheritance
*/
.error,
.madError {
border: 1px red;
background: #ffdddd; }
.error.intrusion,
.madError.intrusion {
font-size: 1.3em;
font-weight: bold; }
.madError {
border-width: 3px; }
git20 {
*margin-left: 0.991%; }
git30 {
width: 30px !important;}