]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo-light/css/display.css
This JavaScript file is located in js/ - Fixed paths for all targets.
[quix0rs-gnu-social.git] / theme / neo-light / css / display.css
1 /** theme: neo-light
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: #f0f2f5;
14 }
15
16 #wrap {
17     background-color: #f0f2f5;
18     border: none;
19 }
20
21 #aside_primary_wrapper {
22     background-color: #fafafa;  
23 }    
24
25 #content_wrapper  {  
26     border-right: 1px solid #fff;
27 }  
28
29 #site_nav_local_views_wrapper  {  
30     background-color: #fafafa;  
31     border-right: 1px solid #fff;
32 }  
33
34 #site_notice {
35     background: #fff;
36 }
37
38 .input_forms {
39     background-color: #fff;
40     left: 0px;
41     padding: 18px 0px 0px 0px;
42 }
43
44 }/*end of @media screen, projection, tv*/