modifying css and image links to support our altered folder structure
[oweals/karmaworld.git] / karmaworld / assets / css / dashboard.css
1 /* DASHBOARD */
2
3 #dashboard_content
4 {
5   padding-top: 46px;
6 }
7
8 /* STATS */
9 #stats_container
10 {
11   height: 130px;
12 }
13
14 .stat_lead_in
15 {
16   padding-top: 25px;
17   font-family: "MuseoSlab-900";
18   font-size: 8px;
19   text-transform: uppercase;
20 }
21
22 .stat_number
23 {
24   font-family: "MuseoSlab-900";
25   font-size: 57px;
26   padding-top: 5px;
27 }
28
29 .stat_object
30 {
31   font-family: "MuseoSlab-900";
32   font-size: 13px;
33   text-transform: uppercase;
34 }
35
36 .stat_earned
37 {
38   color: #f05a28;
39 }
40
41 .stat_uploaded
42 {
43   color: #9ccf00;
44 }
45
46 .stat_downloaded
47 {
48   color: #00cf9c;
49 }
50
51 .stat_liked
52 {
53   color: #009ccf;
54 }
55
56 /* PROFILE */
57 #profile_box_container
58 {
59   padding-top: 20px;
60   padding-bottom: 20px;
61   background-color: #efefef;
62   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d7d7d8)); /* Safari 4+, Chrome */
63   background-image: -webkit-linear-gradient(top, #efefef, #d7d7d8); /* Chrome 10+, Safari 5.1+, iOS 5+ */
64   background-image:    -moz-linear-gradient(top, #efefef, #d7d7d8); /* Firefox 3.6-15 */
65   background-image:      -o-linear-gradient(top, #efefef, #d7d7d8); /* Opera 11.10-12.00 */
66   background-image:         linear-gradient(to bottom, #efefef, #d7d7d8); /* Firefox 16+, IE10, Opera 12.50+ */
67   border: solid 1px #c5c5c5;
68   margin-bottom: 29px;
69 }
70
71 #profile_box
72 {
73   margin: 0 20px;
74 }
75
76 #profile_name
77 {
78   font-family: "MuseoSlab-500";
79   font-size: 20px;
80   padding-left: 0px;
81 }
82
83 #profile_school
84 {
85   font-family: "MuseoSans-700";
86   text-transform: uppercase;
87 }
88
89 #profile_school_header
90 {
91   font-size: 8px;
92   padding-bottom: 5px;
93   border-bottom: solid 1px #3a3426;
94 }
95
96 #profile_school_list
97 {
98   padding-top: 5px;
99   font-size: 12px;
100 }
101
102 #profile_courses
103 {
104   font-family: "MuseoSans-700";
105   text-transform: uppercase;
106 }
107
108 #profile_courses_header
109 {
110   font-size: 8px;
111   padding-bottom: 5px;
112   margin-bottom: 2px;
113   border-bottom: solid 1px #3a3426;
114 }
115
116 #profile_courses_list ul
117 {
118   margin-bottom: 0px;
119 }
120
121 #profile_courses_list li
122 {
123   list-style: none;
124   font-size: 12px;
125 }
126
127 #profile_courses_links
128 {
129   padding-top: 5px;
130   font-size: 9px;
131 }
132
133 #profile_courses_links a
134 {
135   color: #f05a28;
136   font-size: 9px;
137   text-decoration: underline;
138   margin-right: 16px;
139 }
140
141 #profile_actions
142 {
143   padding-right: 20px;
144 }
145
146 #profile_actions img
147 {
148   padding-bottom: 10px;
149 }
150
151 #profile_actions div, #profile_actions a
152 {
153   font-family: "MuseoSlab-700";
154   text-transform: uppercase;
155   font-size: 14px;
156   color: #f05a28;
157 }
158
159 /* ACTIVITY */
160
161 .activity_item
162 {
163   margin: 20px 20px;
164 }
165
166 #activity_more
167 {
168   text-align: center;
169   padding: 20px 0;
170 }