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
107 lines (91 loc) · 2.5 KB
/
Copy pathscreen.sass
File metadata and controls
107 lines (91 loc) · 2.5 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
//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
//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
body.bp
+blueprint(true)
#container
+container
#header, #footer
width: 100%
#header
h1
font-size: 4em
color: $myred
font-family: $logo_font, $header-font
margin-bottom: .2em
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
h2
margin-bottom: 0
.content
background: #e6e6e6
border: 1px solid #f0f0f0
margin: 0 0 $spacing
padding: $spacing
+box-shadow(darken(#e6e6e6, 30%) 0 0 $spacing * .7 inset)
+border-radius($spacing)
p
margin: 0
#footer
font-family: $header-font
+inset-shadow
text-align: center