This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·110 lines (90 loc) · 4.85 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
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
/*
Theme Name: Reverie
Theme URI: http://themefortress.com/reverie/
Description: Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version: 2.0.0
Author: Zhen Huang
Author URI: http://themefortress.com/
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
*/
/* --------------------------------------------------
Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Customize for BuddyPress
:: Your Customized Style
*/
/* ---------------------------------------------------
Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
/* ZURB Navi for Foundation */
dl.nav { display: block; width: auto; height: 15px; margin: 0 0 18px; }
dl.nav dt, dl.nav dd { float: left; display: inline; }
dl.nav dt { color: #999; font-weight: normal; }
dl.nav dd a { text-decoration: none; }
dl.nav dd.current-menu-item a,
dl.nav dd.current-post-ancestor a,
dl.nav dd.current-menu-parent a,
dl.nav dd.current-post-parent a
{ border-top: 5px solid #C9505A; padding-top: 15px; color: #000000;}
/* Foundation-specific presentation CSS by ZURB */
body { padding-bottom: 60px; width: 100%; background: #fff; border: none; max-width: 100%; }
div.reverie-header { margin: 0 0 30px 0; padding: 20px 0 0 0; }
div.reverie-header h1 { margin-bottom: 0; padding: 0; }
div.reverie-header h1 a { color: #181818; }
div.reverie-header h1 a:hover { color: #181818; }
div.reverie-header .subheader { margin-bottom: 9px; }
div.highlight { margin-bottom: 12px; }
img.beta { position: absolute; top: 0px; right: 0px; }
/* -----------------------------------------
Styling Basic WordPress Outputs
----------------------------------------- */
/* Resizing the Blog Post */
.post-box p { line-height: 21px; font-size: 14px; font-size: 1.4rem; }
.post-box h1 { font-weight: bold; font-size: 30px; font-size: 3rem; line-height: 1; margin-bottom: 2px; }
.post-box h2 { font-weight: bold; font-size: 26px; font-size: 2.6rem; line-height: 1; margin-bottom: 2px; }
.post-box h3 { font-size: 22px; font-size: 2.2rem; }
.post-box h4 { font-size: 18px; font-size: 1.8rem; }
/* Add Divider for Listed Posts */
/* .divider { background:url(images/divider.png) no-repeat center top; height:36px; margin:20px 0 27px; } */
/* Add Align Class for Images */
img.alignright { float: right; margin: 0 0 18px 18px; }
img.alignleft { float: left; margin: 0 18px 18px 0; }
img.aligncenter { display: block; margin: 18px auto; }
/* Add HTML5 Caption Class for Images */
figure.figure { background: #EEE; margin: 0 0 18px; -webkit-border-radius: 3px; -moz-border-radius: 3px; display: inline-block; }
figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
/* Sidebar Adjustment */
.sidebar-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }
/* Footer Nav */
.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }
.footer-nav li { display: block; float: right; padding-left: 3%; margin-bottom: 0; }
/* Breadcrumb Adjustment */
ul.breadcrumbs li span { padding-left: 12px; }
ul.breadcrumbs li a { padding-left: 0; }
/* -------------------------------------------------------
Customize Foundation Style Pagination for WP-Pagenavi
---------------------------------------------------- */
div.wp-pagenavi { display: block; height: 24px; margin-left: -5px; color: #555; }
div.wp-pagenavi a, div.wp-pagenavi span { float: left; display: block; padding: 6px 7px 4px; height: 24px; color: #555; font-size: 15px; font-size: 1.5rem; margin-left: 5px; }
div.wp-pagenavi span.pages { padding-left: 0; }
div.wp-pagenavi .current, div.wp-pagenavi a:hover { border-bottom: solid 2px #00a6fc; color: #141414; }
div.wp-pagenavi span.unavailable:hover { border-bottom: none; }
/* ---------------------------
:: Customize for BuddyPress
--------------------------- */
.padder label + textarea { margin-top: 0; }
.padder #item-body #message-threads .thread-avatar img { max-width: 50px; }
ul.item-list.activity-list li.new_blog_post { padding-bottom: 15px; }
.padder select { display: inline-block; }
.padder div.item-list-tabs { margin: 25px 0; }
.padder form#whats-new-form textarea { height: 30px; }
.padder .button { display: inline; }
/* --------------------------
Your Customized Style
----------------------- */