]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo-blue/css/display.css
Merge branch 'master' into 1.0.x
[quix0rs-gnu-social.git] / theme / neo-blue / css / display.css
1 /** theme: neo-blue
2  *
3  * @package   StatusNet
4  * @author    Samantha Doherty <sammy@status.net>
5  * @copyright 2011 StatusNet, Inc.
6  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
7  * @link      http://status.net/
8  */
9
10 @media screen, projection, tv {
11
12 body { 
13     background: #7e89a4;
14 }
15
16 #wrap {
17     border: none;
18     padding: 0px 10px;
19     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
20     -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
21     -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
22     background: #fff;
23 }
24
25 #header {
26     padding-top: 7px;
27 }
28
29 address {
30     left: 5px;
31 }
32
33 #site_nav_global_primary {
34     top: 0px;
35     right: -14px;
36     padding-top: 5px;
37     height: 30px;
38     width: 986px;
39     box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
40     -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
41     -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
42     -webkit-border-bottom-left-radius: 4px;
43     -moz-border-radius-bottomleft: 4px;
44     border-bottom-left-radius: 4px;
45     -webkit-border-bottom-right-radius: 4px;
46     -moz-border-radius-bottomright: 4px;
47     border-bottom-right-radius: 4px;
48     z-index: 98;
49     border-bottom: 1px solid #fff;
50     border-left: 1px solid #516499;
51     border-right: 1px solid #516499;
52 }
53
54 #site_nav_global_primary a:hover {
55     background: #4c619c;
56     -webkit-border-radius: 4px;
57     -moz-border-radius: 4px;
58     border-radius: 4px;    
59 }
60
61 #site_notice { 
62     margin: 45px 0px 0px 0px;
63     background-color: #f2f2f2; /* XXX */
64 }
65
66 #core {
67     border-top: none;
68     margin-top: 3px;
69 }
70
71 .input_forms {
72     background-color: #fff;
73     left: 0px;
74     padding: 18px 0px 0px 0px;
75 }
76
77 }/*end of @media screen, projection, tv*/