-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
126 lines (124 loc) · 3.74 KB
/
style.css
File metadata and controls
126 lines (124 loc) · 3.74 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
/*
Theme Name: Lucky Number Thirteen
Theme URI: http://dev.commons.hwdsb.on.ca
Author: mrjarbenne
Author URI: http://mrjarbenne.ca
Template: twentythirteen
Description: A child theme for HWDSB Commons
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("../twentythirteen/style.css");
/* Import the font for the top navigation bar */
@font-face {
font-family: 'NeoRetroDrawRegular';
src: url('NeoRetroDraw/NEORD___-webfont.eot');
src: url('NeoRetroDraw/NEORD___-webfont.eot?#iefix') format('embedded-opentype'),
url('NeoRetroDraw/NEORD___-webfont.woff') format('woff'),
url('NeoRetroDraw/NEORD___-webfont.ttf') format('truetype'),
url('NeoRetroDraw/NEORD___-webfont.svg#NeoRetroDrawRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'NeoRetroFillRegular';
src: url('neoretro/NEORF___-webfont.eot');
src: url('neoretro/NEORF___-webfont.eot?#iefix') format('embedded-opentype'),
url('neoretro/NEORF___-webfont.woff') format('woff'),
url('neoretro/NEORF___-webfont.ttf') format('truetype'),
url('neoretro/NEORF___-webfont.svg#NeoRetroFillRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Change up some of the colours */
.navbar {
background-color: #4A688C;
}
.nav-menu li a {
font-family: NeoRetroFillRegular, Helvetica;
font-size: 24px;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
color: #ffffff;
font-weight: normal;
font-style: normal;
}
.site-footer .sidebar-container {
background-color: #222F40;
}
.entry-content a {
color: #424242;
}
.widget {
background-color: #A8B7CA;
}
.site-footer {
background-color: #797979;
}
.site-footer a {
color: #FFFFFF;
}
.site-footer .widget a {
color: #eaeaea;
}
/* Differentiate Menu and Submenu on the Profile page by making the Submenu smaller */
#buddypress div.item-list-tabs#subnav {
background: transparent;
margin: 10px 0 10px;
overflow: hidden;
font-size: 14px;
}
/* Make the "username did something" text smaller */
.activity-header {
font-size: 78%;
}
/* Added to fix the buttons on the activity stream cause they were too small for the words */
#buddypress div.generic-button a {
font: normal 10px/20px Arial, Tahoma, Verdana, sans-serif;
}
/* Added to fix long post titles on Sites page */
#buddypress ul.item-list li div.meta {
color: #888;
font-size: 80%;
margin-top: 15px;
width: 400px;
}
/* Fix Scroll Bar issues that appear because of the Add To List button on Members Directory */
#buddypress ul.item-list li {
border-bottom: 1px solid #eaeaea;
padding: 40px 0;
margin: 0;
position: relative;
}
/* Fix the Group Admin wording getting hyphenated */
#buddypress ul.item-list li div.item-title {
width: inherit;
}
#buddypress div#item-header div#item-actions {
width: inherit;
}
/* Masonry brick layout */
#container {
width: 75%; /* width of the entire container for the wall */
padding: 10px 10px 10px 10px;
}
.brick {
width: 210px; /* width of each brick less the padding inbetween */
background-color: #D4E8FF;
padding: 0px 5px 15px 5px;
margin: 5px;
}
.toolpic {
padding: 6px 2px 2px 2px;
margin: auto;
}
.toolname {
padding: 4px 0px 0px 6px;
font-family: NeoRetroFillRegular, Helvetica;
color: #222F40;
}