File: downloads.css

package info (click to toggle)
rednotebook 2.39%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,956 kB
  • sloc: python: 9,570; javascript: 4,103; xml: 128; sh: 58; makefile: 11
file content (56 lines) | stat: -rw-r--r-- 887 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* DOWNLOAD PAGE */

div#distros {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    clear: both;
}

/* Distro Button */

div#distros div.button {
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    padding: 3px 10px 3px 20px;
    margin: 0 .5em 0 0;
}

div#distros div.button:hover,
div#distros div.button.chosen {
    border: 1px solid #be1400;/*#afec74;*/
    background: #fff url("../images/download-button-bg.png") no-repeat;
}

div#distros div.button h4 {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
}

div#distros div.button div.details {
    display: none;
}

/* Details Box */

#distro-details {
    margin: 0 2.5em 3em 2.5em;
    display: none;
}

#distro-details ul {
    margin: 0 0 0 1em;
    padding: 0;
}

h3.download {
    clear: both;
    padding-top: 20px;
}