]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/mnml/css/uap.css
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / theme / mnml / 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 .ad {
15 border:1px solid #CCC;
16 float:left;
17 }
18
19 #ad_medium-rectangle {
20 width:300px;
21 height:250px;
22
23 margin-left:1.35%;
24 margin-bottom:18px;
25 }
26
27 #ad_rectangle {
28 width:180px;
29 height:150px;
30
31 float:none;
32 clear:both;
33 margin:0 auto;
34 margin-bottom:29px;
35 }
36
37 #ad_leaderboard {
38 width:728px;
39 height:90px;
40
41 margin:0 auto 18px;
42 float:none;
43 clear:both;
44 }
45
46 #ad_wide-skyscraper {
47 width:160px;
48 height:600px;
49
50 float:right;
51 margin-top:18px;
52 margin-right:8.25%;
53 }