Revision e7a2ac21 snf-astakos-app/astakos/im/static/im/css/modules.css

b/snf-astakos-app/astakos/im/static/im/css/modules.css
1 1
.wrapper                                        { margin:0 auto; position:relative; width:820px; padding:36px 70px; }
2 2
.container .wrapper,
3 3
.footer .wrapper                                { border: 1px solid #808080; border-top:0 none;}
4
.footer .wrapper								{ padding:20px 70px 25px; }
4 5
.centered                                       { text-align:center;}
5 6
img.left						                { margin:0 1em 1em 0; float:left;}
6 7
img.right						                { margin:0 0 1em 1em; float:right;}
7 8

  
8

  
9
/* header */
10
.header                                         { background:#000; color:#fff;	 height:35px; line-height:35px; }	
11
.header .wrapper                                { width:auto; padding:0;}			
12
.header a                                       { color:#fff; text-decoration:none;}
13
.header .profile                                { float:right; background:#01A1AE; min-width:150px; padding:0 20px; text-align:right;  }
14
.header .profile a                              { text-decoration:none; color:#fff; }
15
.header .profile ul                             { position:absolute;   right:0; top:35px; padding:0; margin:0;  width:190px; display:none;	z-index:9; background:#fff;}
16
.header .profile ul li                          { list-style:none outside; line-height:35px; padding:0 20px;}
17
.header .profile ul li:hover a					{ color:#01A1AE;}
18
.header .profile:hover ul                       { display:block; }
19
.header .profile .full a                        { padding-right:20px; background:url(../images/arrow-white.png) no-repeat right center;}
20
.header .profile .full ul 						{ border:1px dashed #000; border-top:0 none; border-right:0 none;}
21
.header .profile ul li a                        { padding-right:0; background:none; color:#000;}
22
.header ul.services                             { margin:0; padding:0; }
23
.header ul.services li                          { float:left; height:35px; line-height:35px; text-align:center; padding: 0 30px; list-style:none outside;}
24
.header ul.services li:first-child              { padding:0 5px;}
25
.header ul.services li.active                   { background:#333;}
26
.header ul.services li:hover                    { background:#444; } 
27

  
28

  
9
 
29 10
/* footer */
30 11
.footer                                         { font-size:0.923em;color:#B3B3B3; }
31 12
.footer a                                       { color:#B3B3B3; text-decoration:none; transition:color 0.15s ease-in-out 0s; -moz-transition: color 0.15s ease-in-out 0s;  -webkit-transition: color 0.15s ease-in-out 0s;  -o-transition: color 0.15s ease-in-out 0s; } 
32 13
.footer:hover a                                 { color:#808080;}
33 14
.footer a:hover                                 { color:#000;}
34 15
.footer ul                                      { float:left; margin:0 0 0 22px; width:140px;  padding:0;}
35
.footer ul li                                   { padding:0; margin:0 0 0.5em 0; list-style:none outside;}
16
.footer ul li                                   { padding:0; margin:0; list-style:none outside;}
36 17
.footer ul li:first-child                       { margin-bottom:1em;	}
37 18
.footer .clearfix                               { padding-bottom:20px;}
38 19
.footer .clearfix ul:first-child                { margin-left:0;}
......
47 28
.top-msg .close                                 { position:absolute; bottom:20px; right:20px; font-size:1.3em; font-weight:bold; border:0 none; color:#fff; text-decoration:none;}
48 29
.top-msg .close:hover                           { color:#000;}
49 30

  
50

  
51 31
/* container */
52 32
.container .wrapper                             { padding-bottom:100px;}
53
.container .navigation                          { margin:20px 0 40px; font-size:1.231em;}
33
.mainlogo h1									{ line-height:100%; font-size:1em; }
34
.container .navigation                          { margin:20px 0 0; font-size:1.154em; height:95px;}
54 35
.container .navigation ul                       { margin:5px 0; padding:0;}
55 36
.container .navigation ul li                    { list-style:none outside; padding:0; margin:0 0 0 1em; display:inline-block;}
56 37
.container .navigation ul li:first-child        { margin-left:0;}
57 38
.container .navigation ul li a                  { color:#000; text-decoration:none; }
58 39
.container .navigation ul li a:hover            { color:#F89A1C; }	
59 40
.container .navigation ul li.active a           { color:#F89A1C; }					
41

  
60 42
.dotted                                         { background:url(../images/double-dots.jpg) no-repeat bottom center; padding:0 0 30px; margin-bottom:30px;}
61
.two-cols .rt                                   { float:right; width:390px;}
62
.two-cols .lt                                   { float:left; width:390px;}
63
.two-cols .lt p                                 { padding-right:40px;}
64
.two-cols-lt580 .rt                             { float:right; width:200px; margin-left:40px;}
65
.two-cols-lt580 .lt                             { overflow:hidden;}
43
.two-cols .rt                                   { float:right; width:400px;}
44
.two-cols .lt                                   { float:left; width:400px;}
45
.two-cols-blog .rt                              { float:right; width:220px; margin-left:80px; padding-right:65px;}
46
.two-cols-blog .lt 	                            { overflow:hidden;}
66 47
.container h2, .container h3                    { font-weight:normal; margin-bottom:1em; }
67 48
.container h2 em 								{ color: #3582AC; font-style:normal; }
68 49
.content a						                { border-bottom: 1px solid #F89A1C; text-decoration:none; color:#000; }
......
72 53
.container ul.options li a				        { border:0 none;}
73 54
.container ul.options li a:hover				{ text-decoration:underline;}
74 55
.landing h2, .landing a:hover                   { color:#01A1AE;}
75
.faq h2, .faq a:hover                           { color:#EF4F54; border:0 none;}
56
.faq h2, .faq a:hover, .faq .current a          { color:#EF4F54; border:0 none;}
57
.content .question h2							{ color:#4085A6 }
58
.content .question .backlink a					{ border:0 none; color:#F89A1C }
59
.content .question .backlink a:hover			{ text-decoration:underline; }
76 60
.faq h3											{ color:#4085a6; margin:0;}
77 61
.faq ul                                         { padding:0; margin:0; }
78 62
.faq ul li                                      { list-style:none outside; padding:0; margin:0;  }
......
88 72
.posts ul                                       { margin:0;padding:0; }
89 73
.posts ul li                                    { padding:0; margin:0 0 50px; list-style:none outside; }
90 74
.posts ul li img                                { max-width:580px; margin-bottom:1em;}
91
.posts ul li p.info                             { padding-bottom:10px; margin-bottom:20px; font-size:0.923em; color:#808080; border-bottom:1px dashed #000;}
92
.article p.info 								{ margin-top:20px; padding-top:10px; font-size:0.923em; color:#808080; }
75
.posts ul li p.info                             { padding-bottom:10px; margin-bottom:20px; font-size:0.769em; color:#808080; background:url(../images/dots.jpg) repeat-x bottom ;}
76
.article p.info 								{ margin-top:20px; padding-top:10px; font-size:0.769em; color:#808080; }
93 77
.article h2, .posts h2                          { color:#ef4f53; }
94 78
.posts h2 a, .posts h2 a:hover                  { border:0 none;color:#ef4f53;}
95 79
.posts p.date, .article p.date                  { margin:0; font-size:1.231em; color:#01a1ae; }

Also available in: Unified diff