indexden is now optional
[oweals/karmaworld.git] / karmaworld / assets / css / dashboard.css
1 #dashboard_content {
2   padding-top: 10px;
3 }
4
5 #stats-container {
6   margin: 20px 0 20px 0;
7 }
8
9 #user-name {
10   font-size: 1.5em;
11 }
12
13 .stat-count {
14   font-size: 2.5em;
15 }
16
17 div.stat-container {
18   border-left: solid 1px #dfdfdf;
19   width: 200px;
20   float: left;
21   padding: 0 10px 0 20px;
22   margin: 5px 0 5px 0;
23 }
24
25 .activity_item {
26   margin: 15px 0 15px 0;
27 }
28
29 .activity_timestamp {
30   font-size: 0.7em;
31 }
32
33 .activity_details_action {
34   margin: 10px 0 5px 0;
35 }
36
37 .activity_details_object {
38   margin: 5px 0 5px 0;
39 }
40
41 .activity_details_points_positive,
42 .activity_details_points_negative {
43   background: #f1592a;
44   padding: 0px 5px 0 5px;
45   border-radius: 2px;
46   color: #ffffff;
47 }
48
49 .account_settings_row {
50   padding: 15px 0 15px 0;
51   border-bottom: 1px solid #f0f0f0;
52 }
53
54 .account_settings_category {
55   text-align: right;
56   font-weight: normal;
57 }
58
59 .account_settings_edit {
60   text-align: right;
61   font: 0.8em 'museo700';
62 }
63
64 @media only screen and (max-width: 40.063em) {
65   .account_settings_category,
66   .account_settings_edit {
67     text-align: left;
68   }
69 } /* medium screens and down */