File: present.css

package info (click to toggle)
khronos-opengl-man4 1.0~svn31251-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,368 kB
  • ctags: 267
  • sloc: xml: 93,382; makefile: 730; python: 627; sh: 50; php: 4
file content (47 lines) | stat: -rw-r--r-- 1,674 bytes parent folder | download | duplicates (8)
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
@charset "utf-8";
/* CSS Document */
        li { font: normal 14px verdana, sans-serif; line-height: 14px; }
        ul { font: normal 14px verdana, sans-serif; line-height: 14px; }
        a:link, a:visited {color:blue; text-decoration:none;}
        a:hover {color:blue; text-decoration:none; background-color:FFFF99; }
        
        #navwrap {
                width: 320px;
                margin:0 0 0 4px;
                padding:0;
                }
                
        #containerul, #containerul ul{
        text-align:left;
        margin:0 0 0 4px; /* Removes browser default margins applied to the lists. */
        padding:0; /* Removes browser default padding applied to the lists. */
        }
        
        #containerul li{
        margin:0 0 0 15px; /* A left margin to indent the list items and give the menu a sense of structure. */
        padding:4px 0 0 2px;
        list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
        font: normal 12px verdana, sans-serif; 
        }
        
        #containerul li.Level1 {
        margin:0 0 0 0;
        padding:4px 0 0 2px;
        list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
        font: normal 14px verdana, sans-serif; 
        }

        #containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
        background-repeat:no-repeat;
        float:left;
        height:14px;
        margin-right:5px;
        margin-top:1px;
        width:14px;
        }
        
#containerul ul.Level2 {
        margin:0;
        padding: 0;
        }