]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo-blue/css/display.css
Quick fix to make custom site logos work better.
[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 #site_nav_global_primary {
30     top: 0px;
31     right: -14px;
32     padding-top: 5px;
33     height: 30px;
34     width: 986px;
35     box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
36     -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
37     -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
38     -webkit-border-bottom-left-radius: 4px;
39     -moz-border-radius-bottomleft: 4px;
40     border-bottom-left-radius: 4px;
41     -webkit-border-bottom-right-radius: 4px;
42     -moz-border-radius-bottomright: 4px;
43     border-bottom-right-radius: 4px;
44     z-index: 98;
45     border-bottom: 1px solid #fff;
46     border-left: 1px solid #516499;
47     border-right: 1px solid #516499;
48 }
49
50 #site_nav_global_primary a:hover {
51     background: #4c619c;
52     -webkit-border-radius: 4px;
53     -moz-border-radius: 4px;
54     border-radius: 4px;    
55 }
56
57 #site_notice { 
58     margin: 45px 0px 0px 0px;
59     background-color: #f2f2f2; /* XXX */
60 }
61
62 #core {
63     border-top: none;
64     margin-top: 3px;
65 }
66
67 .input_forms {
68     background-color: #fff;
69     left: 0px;
70     padding: 18px 0px 0px 0px;
71 }
72
73 }/*end of @media screen, projection, tv*/