-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
66 lines (53 loc) · 1.61 KB
/
style.css
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
/*!
Theme Name: Digital Signage
Author: Ben Curtis
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: signage, digital signage, kiosk, carousel, slider, foundation, 1080p
*/
/* Artfully masterminded by ZURB */
@import url('stylesheets/app.css');
.dock {
background: rgba(95, 178, 206, 0.62)
}
h1 {
text-align:left;
}
h2 {
text-align:right;
margin-right:42px;
}
/* ==========================================================================
Standard
========================================================================== */
.format-standard {
padding: 10px 30px 42px 30px;
}
/* ==========================================================================
Quotes
========================================================================== */
.format-quote {
width:1200px;
margin: 200px auto;
padding: 10px 30px 42px 30px;
}
/* Style blockquotes within the quote post. */
.format-quote blockquote {}
/* Don't forget cite in case a user makes use of it. */
.format-quote cite {}
/* ==========================================================================
Video
========================================================================== */
.format-video {
}
/* ==========================================================================
Image
========================================================================== */
.format-image {
}
/* ==========================================================================
Gallery
========================================================================== */
.format-gallery {
}