File: arduino.css

package info (click to toggle)
arduino 0018%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,704 kB
  • ctags: 8,331
  • sloc: java: 38,036; ansic: 5,841; cpp: 2,867; makefile: 667; perl: 111; sh: 10
file content (140 lines) | stat: -rw-r--r-- 2,026 bytes parent folder | download
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
body {
  margin: 0px 20px 20px 20px;
  padding: 0px 0px 0px 0px;
  background-color: #aaa;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
  xxxbackground: url(bg.gif)
}

h1 {
  font-family: Georgia, Times, serif;
  color: #555;
}

h2 {
  font-family: Georgia, Times, serif;
  color: #555;
}

h3 {
  font-family: Georgia, Times, serif;
  color: #555;
}

p ul li {
  color: #555;
}

a {
  color: #111;
}

hr {
  border-top: 1px dotted #555;
}

a:link {
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #bbb;
}
a:visited {
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #bbb;
} 
a:active {
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #bbb;
} 
a:hover {
  text-decoration: none;
  padding-bottom: 0px;
  background-color: #ddd;
  border-bottom: none;
}

a.selflink {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0px solid white;
}

#page {
  width: 700px;
}


#pageheader {
  height: 60px;
  text-align: right;
  padding-top: 40px;
}

#pageheader .title {
  float: left;
  text-align: left;
  margin-left: 20px;
  font-family: Georgia, Times, serif;
  padding-top: -19px;
  font-size: 38px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: bold;
  text-shadow: #aaa 0px 0px 5px;
}

#pageheader .title a {
  color: #fff;
  border: none;
}

#pageheader .title a:hover {
  color: #fff;
  border: none;
  background-color: transparent;
}

#pageheader .search {
}

#pagenav {
  background-color: #fff;
  padding: 10px 20px;
  border:1px solid #BBBBBB;
}

#pagenav p {
  display: inline;
}

#pagetext {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #555;
  background-color: #fff;
  border: 1px solid #bbb;
}

#pagefooter {
  clear: both;
  height: 30px;
  padding-top: 15px;
  padding-left: 20px;
}

#pagefooter a {
  color: #666;
  border: none;
  padding: 2px;
}

#pagefooter a:hover {
  color: #111;
  background-color: #eee;
}