forked from CWDG/cwdg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen.sass
More file actions
154 lines (129 loc) · 3.27 KB
/
Copy pathscreen.sass
File metadata and controls
154 lines (129 loc) · 3.27 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
142
143
144
145
146
147
148
149
150
151
152
153
154
//Import font for logo
@import url(http://fonts.googleapis.com/css?family=Copse|Josefin+Sans:700)
// This import applies a global reset to any page that imports this stylesheet.
@import blueprint/reset
// Import all the default blueprint modules so that we can access their mixins.
$alt-text-color: #cccccc
$blueprint-background-color: #f9f9f9
$blueprint-border-color: #ddd
//Set some custom colors
$myred: #ae1f24
$link-color: lighten($myred, 12%)
$link-hover-color: darken($myred, 12%)
@import blueprint
@import blueprint/buttons
$blueprint-font-family: DejaVu Sans, Helvetica, Arial, sans-serif
$blueprint-fixed-font-family: Inconsolata, DejaVu Sans Mono, "andale mono", monospace
$blueprint-font-size: 13px
@import compass/css3
@import plugins/my_mixins
//Uncomment the following for a liquid layout
//$blueprint-liquid-container-width: 86%
//@import blueprint/liquid
body.bp
+blueprint(true)
//Start Styling
$logo_font: "Josefin Sans"
$header-font: "Copse", $blueprint-font-family
html
background: $blueprint-background-color
+background-image(linear-gradient(#fafafa, #e8e8e8, $blueprint-background-color))
h1, h2, h3, h4, h5, h6
font-family: $header-font
a, body.bp a
text-decoration: none
a:hover, body.bp a:hover
text-decoration: underline
a.banner:hover, body.bp a.banner:hover
text-decoration: none
#container
+container
#header, #footer
width: 100%
#header
h1
font-size: 4em
color: $myred
font-family: $logo_font, $header-font
margin-bottom: 1em
text-align: center
line-height: 2em
span.tag
font-size: 1.4em
ul.relevant-links
+container
padding: 0
li
text-align: center
+float-right
margin: 0
&.last
+last
a
+anchor-button
+box-shadow(inset 0px 1px 0px 0px #ffffff)
+border-radius(6px)
+background-image(linear-gradient(center top, #f0f0f0 5%, #e3e3e3 100%))
background-color: #ededed
border: 1px solid #dcdcdc
$button_text_color: desaturate($myred, 23%)
color: $button_text_color
+inset-shadow
&:hover
+background-image(linear-gradient(center top, #e3e3e3 5%, #f0f0f0 100%))
background-color: #dfdfdf
color: $button_text_color
#content
+column(18)
+push(3)
+append(3)
.section
$spacing: .5em
+inset-shadow
margin-bottom: 40px
h2
margin-bottom: 0
h4
margin-top: 10px
.content
background: #e6e6e6
border: 1px solid #f0f0f0
margin: 0 0 $spacing
padding: 20px
+box-shadow(darken(#e6e6e6, 30%) 0 0 $spacing * .7 inset)
+border-radius($spacing)
p
margin-bottom: 20px
p:last-child
margin-bottom: 0
blockquote
color: #544
font-style: normal
em
color: $myred
.section.schedule
ul
list-style-type: none
ul > li
margin-left: 44px
em
color: $myred
margin-left: 10px
.section.faq
ul
list-style-type: none
& > li
margin-top: 0
margin-bottom: 20px
&:last-child
margin-bottom: 0
ul > li
margin-left: 20px
#footer
font-family: $header-font
+inset-shadow
text-align: center
#irc
width: 100%
min-height: 500px
margin-bottom: 30px