File: custom.css

package info (click to toggle)
bedops 2.4.42%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,860 kB
  • sloc: ansic: 28,599; cpp: 15,359; sh: 2,704; makefile: 2,687; xml: 1,669; python: 1,581; csh: 823; perl: 365; java: 172
file content (97 lines) | stat: -rw-r--r-- 1,624 bytes parent folder | download | duplicates (5)
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
86
87
88
89
90
91
92
93
94
95
96
97
img.logo {
   max-width: 100%;
}

span.pre {
   font-size: 1.0em;
}

a {
   color: #00f !important;
}

a:visited {
   color: #20e !important;
}

a span.pre, a tt {
   color: #00f !important;
}

h2 {
   border-top: 1px grey dotted !important;
}

tt {
   font-size: 1em;
}

.index_cols {
   -webkit-column-count: 3; /* Chrome, Safari, Opera */
   -moz-column-count: 3; /* Firefox */
   column-count: 3;
   -webkit-column-rule: 1px dotted #e0e0e0;
   -moz-column-rule: 1px dotted #e0e0e0;
   column-rule: 1px dotted #e0e0e0;
}

.col_element {
   display: block;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
   .index_cols {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-rule: none;
      -moz-column-rule: none;
      column-rule: none;
   }

   .col_element {
      margin-bottom:15px;
      display: block;
   }
}

@media only screen and (max-device-width: 640px) {
   .index_cols {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-rule: none;
      -moz-column-rule: none;
      column-rule: none;
   }

   .col_element {
      margin-bottom:15px;
      display: block;
   }
}

ul {
   break-inside: avoid-column;
   -webkit-padding-start: 25px;
   -webkit-margin-before:0em;
   -webkit-margin-after:0em;
}

.tip {
   background-color: #deeec1;
   border: 1px solid #b3ce67;
}

.note {
   background-color: #d0e8ff;
   border: 1px solid #97bee6;
}

ul.simple > li {
    margin-bottom: 10px;
}

.section > ul > li {
    margin-bottom: 10px;
}