-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·141 lines (108 loc) · 3.07 KB
/
style.css
File metadata and controls
executable file
·141 lines (108 loc) · 3.07 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/*****************************************************************************************************************************
COGITO Wireframe Theme:
Basically just a few lines of presentation on top of Foundation.css to bridge the gap between
foundation and drupal CSS.
WARNING!!!! WE RECOMMEND THAT YOU NOT CHANGE ANYTHING IN THIS FILE OR EVEN THIS FOLDER!!!
USE A CHILD THEME! CHECK OUT README.TXT AND "STARTER-CHILD" FOLDER FOR INSTRUCTIONS
*****************************************************************************************************************************/
/* -----------------------------------------
Global CSS for Cogito
----------------------------------------- */
body { background: #EEE; padding-bottom: 60px; }
.row { background: #fff; }
#content h2{ font-size: 1.2em;}
#content h1{ font-size: 2.5em;}
#content .entry-content ul, #content .entry-content ol { margin-left: 30px; }
#content .entry-content li { list-style-type: disc; margin-bottom: 0; }
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; }
/* -----------------------------------------
Drupal Regions
----------------------------------------- */
div.highlight { margin-bottom: 12px; }
#branding img { vertical-align: top; }
/* -----------------------------------------
Breadcrumbs
----------------------------------------- */
#breadcrumb-row {
padding-bottom: 18px;
}
#breadcrumb-row #breadcrumb {
padding: 7px 14px;
text-shadow: 0 1px 0 #ffffff;
background-color: #f5f5f5;
}
#breadcrumb .divider {
padding: 0 5px;
color: #bfbfbf;
}
#breadcrumb .active a {
color: #404040;
}
/* -----------------------------------------
FIX THE ADMIN MENU
----------------------------------------- */
body.admin-menu { position: static!important; }
/* -----------------------------------------
Main
----------------------------------------- */
#main {
padding-top:20px;
}
#main h1 {
line-height: 1em;
}
#main h2{
font-size:2em;
}
#main h3{
font-size:1.2em;
}
#main h4 {
font-size:1em;
font-weight: bold;
}
/* -----------------------------------------
Navigation
----------------------------------------- */
#access{ background: #3c3c3c; }
/*** SUPERFISH SKIN ***/
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
color: #fff;
}
.sf-menu li {
background: #3c3c3c;
}
.sf-menu li li {
background: #969696;
}
.sf-menu li li a {
color: #fff;
}
.sf-menu li li li {
background: #a6a6a6;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: #3c3c3c;
outline: 0;
}
/* -----------------------------------------
Footer
----------------------------------------- */
footer.row {
border-top: solid 1px #e6e6e6;
padding-top: 20px; }
footer.row h2 {
color: #444444;
font-size: 14px;
font-size: 1.4rem;
margin-bottom: 4px; }
footer.row p {
color: #626262;
font-size: 12px;
font-size: 1.2rem;
line-height: 18px; }
footer.row a {
color: #222222; }
footer.row a:hover {
text-decoration: underline; }