]> gitweb @ CieloNegro.org - pci-nopaste.git/blob - lib/POE/Component/IRC/Plugin/NoPaste/css/style.css
migrate from GNU arch to Git
[pci-nopaste.git] / lib / POE / Component / IRC / Plugin / NoPaste / css / style.css
1 @charset "UTF-8";
2
3 * {
4     margin: 0;
5     padding: 0;
6 }
7
8 body {
9     background-color: #dddddd;
10 }
11
12 h1 {
13     font-size: 200%;
14     color: white;
15     background-color: #333388;
16
17     -moz-border-radius: 8px;
18
19     border-color: #7777bb;
20     border-width: 0 2px 2px 0;
21     border-style: solid;
22     
23     padding: 5px;
24     margin: 10px;
25 }
26
27 #form, #list, #pasted {
28     margin: 0 10px 10px 10px;
29 }
30 table {
31     width: 100%;
32 }
33 th, td {
34     -moz-border-radius: 5px;
35 }
36 table th {
37     background-color: #333388;
38     color: white;
39     padding: 3px;
40 }
41 table td {
42     background-color: #7777bb;
43     color: white;
44     padding: 3px;
45 }
46 table input, table textarea, table select {
47     font-size: 110%;
48     
49     background-color: #7f7fbf;
50     color: inherit;
51
52     border-color: #ddddff;
53     border-width: 1px;
54     border-style: dashed;
55
56     padding: 3px;
57 }
58 table input:hover, table textarea:hover, table select:hover {
59     background-color: #6f6faf;
60 }
61 table input[type="text"] {
62     width: 99%;
63 }
64 table input[type="submit"] {
65     font-size: 150%;
66     padding: 2px 5px;
67 }
68 table textarea {
69     font-size: 100%;
70     
71     width: 99%;
72 }
73
74 .error {
75     margin: 5px 0px;
76     padding: 10px;
77     background-color: #bb7777;
78
79     -moz-border-radius: 6px;
80     
81     color: white;
82     font-size: 120%;
83 }
84
85 a {
86     font-weight: bold;
87     color: white;
88     text-decoration: underline;
89     font-style: italic;
90 }
91 a:visited {
92     text-decoration: none;
93 }
94
95 #list, #pasted {
96     text-align: center;
97 }
98 #list table, #pasted table {
99     margin-top: 3px;
100 }
101 .pager {
102     display: inline;
103     
104     background-color: #5f5faf;
105     color: white;
106
107     -moz-border-radius: 5px;
108
109     padding: 3px;
110 }
111 .pager a:visited {
112     text-decoration: underline;
113 }
114
115 #pasted td {
116     text-align: left;
117 }
118 #pasted th {
119     width: 10%;
120 }