~patrix-sbs/oraculum/git

« back to all changes in this revision

Viewing changes to layout/oraculum/css/ofcss/layout.css

  • Committer: Patrick Kaminski
  • Date: 2009-09-02 02:33:07 UTC
  • Revision ID: git-v1:943803254fca67bfb4c0374422b1b836b14dc518
Tags: v0.1a
Sending Oraculum Framework v0.1 alpha

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
html,body{
 
2
    width:100%;
 
3
    height:100%;
 
4
    margin:0px;
 
5
    padding:0px;
 
6
}
 
7
/* Clear */
 
8
.clear{
 
9
    display:block;
 
10
    clear:both;
 
11
}
 
12
/* Block */
 
13
.block{
 
14
    display:block;
 
15
}
 
16
/* Hide */
 
17
.hide{
 
18
    display:none;
 
19
    visibility:hidden;
 
20
}
 
21
 
 
22
/* Horizontal Menu */
 
23
.hmenu ul{
 
24
    list-style-type:none;
 
25
    margin:0px;
 
26
    display:block;
 
27
}
 
28
.hmenu ul li{
 
29
    float:left;
 
30
    display:inline;
 
31
    clear:none;
 
32
    vertical-align:middle;
 
33
    width:auto;
 
34
}
 
35
.hmenu ul li a{
 
36
    display:block;
 
37
    padding: 2px 5px;
 
38
    text-decoration:none;
 
39
}
 
40
.hmenu ul li a:hover{
 
41
    text-decoration:underline;
 
42
}
 
43
 
 
44
 
 
45
/* Vertical Menu */
 
46
.vmenu ul{
 
47
    list-style-type:none;
 
48
    margin:0px;
 
49
    display:block;
 
50
}
 
51
.vmenu ul li{
 
52
    float:left;
 
53
    vertical-align:middle;
 
54
    width:auto;
 
55
    clear:both;
 
56
    display:block;
 
57
}
 
58
.vmenu ul li a{
 
59
    display:block;
 
60
    padding: 2px 5px;
 
61
    text-decoration:none;
 
62
    width:100%;
 
63
}
 
64
.vmenu ul li a:hover{
 
65
    text-decoration:underline;
 
66
    display:block;
 
67
}
 
68
 
 
69
.colauto{
 
70
    width:auto;
 
71
}
 
72
 
 
73
.col10{
 
74
    width:10%;
 
75
}
 
76
.col15{
 
77
    width:15%;
 
78
}
 
79
.col20{
 
80
    width:20%;
 
81
}
 
82
.col25{
 
83
    width:25%;
 
84
}
 
85
.col30{
 
86
    width:30%;
 
87
}
 
88
.col33{
 
89
    width:33%;
 
90
}
 
91
.col40{
 
92
    width:40%;
 
93
}
 
94
.col50{
 
95
    width:50%;
 
96
}
 
97
.col60{
 
98
    width:60% !important;
 
99
}
 
100
.col66{
 
101
    width:66%;
 
102
}
 
103
.col70{
 
104
    width:70%;
 
105
}
 
106
.col75{
 
107
    width:75%;
 
108
}
 
109
.col80{
 
110
    width:80%;
 
111
}
 
112
.col90{
 
113
    width:90%;
 
114
}
 
115
.col100{
 
116
    width:100%;
 
117
}
 
 
b'\\ No newline at end of file'