File: stylesheet.css

package info (click to toggle)
libhtml-wikiconverter-perl 0.68-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: perl: 1,186; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 557 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
body { font-family: verdana, arial; font-size: 10pt }

h1 { font-size: 16pt }
h2 { font-size: 14pt }
h3 { font-size: 12pt }

#wrapper {
  margin: 5px;
  padding: 10px;
  border: 1px solid #ccccff;
  background: #eeeeff;
}

#notes {
  float: right;
  width: 100px;
}

textarea {
  width: 100%;
  height: 30%;
}

table#html_source td:last-child {
  width: 100%;
}

div#error {
  margin: 10px;
  padding-left: 10px;
  background: #ffcccc;
  border: 1px solid #990000;
}

#logos img {
  border: 0;
  margin: 5px;
}

input[type='submit'] {
  text-align: left;
}