File: style.css

package info (click to toggle)
libsigc%2B%2B-3.0 3.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,352 kB
  • sloc: cpp: 6,829; xml: 347; makefile: 197; python: 148; sh: 73
file content (28 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (2)
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
body {
    background-color: #F7F7F7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightbox {
    float: right;
    margin-top: 50px;
    width: 180px;
    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;

}