]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/uap.css
Merge branch 'openid-fix' into 0.9.x
[quix0rs-gnu-social.git] / theme / base / css / uap.css
1 /** Universal Ad Package styles:
2  * Medium Rectangle 300x250
3  * Rectangle        180x150
4  * Leaderboard      728x90
5  * Wide Skyscraper  160x600
6  *
7  * @package   StatusNet
8  * @author    Sarven Capadisli <csarven@status.net>
9  * @copyright 2010 StatusNet, Inc.
10  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
11  * @link      http://status.net/
12  */
13
14
15 .ad {
16 border:1px solid #CCC;
17 float:left;
18 }
19
20 #ad_medium-rectangle {
21 width:300px;
22 height:250px;
23
24 margin-left:1.35%;
25 margin-bottom:18px;
26 }
27
28 #ad_rectangle {
29 width:180px;
30 height:150px;
31
32 float:none;
33 clear:both;
34 margin:0 auto;
35 margin-bottom:29px;
36 }
37
38 #ad_leaderboard {
39 width:728px;
40 height:90px;
41
42 margin:0 auto 18px;
43 float:none;
44 clear:both;
45 }
46
47 #ad_wide-skyscraper {
48 width:160px;
49 height:600px;
50
51 float:right;
52 margin-top:18px;
53 margin-right:8.25%;
54 }