File: style.css

package info (click to toggle)
libsigc%2B%2B-2.0 2.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,432 kB
  • sloc: cpp: 4,132; xml: 339; python: 196; makefile: 192; sh: 5
file content (32 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (4)
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
body {
    background-color: #F7F7F7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightbox {
    float: right;
    margin-top: 50px;
    width: 180px;
}

#coloredbox {
    background-color: #6299cd;
    padding: 5px;
    border: 2px solid black;

}

a.menu { text-decoration: underline; color: white; }
a.menu:link { text-decoration: underline; color: white; }
a.menu:visited { text-decoration: underline; color: white; }
a.menu:hover { text-decoration: none; }

.right {
    text-align: right;
}

#contents {
    margin-right: 190px;

}