]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/UAP/uap.css
Lowercased switch cases in UAP Plugin
[quix0rs-gnu-social.git] / plugins / UAP / 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://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
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:right;
33 margin-right:18px;
34 }
35
36 #ad_leaderboard {
37 width:728px;
38 height:90px;
39
40 margin:29px 18px 0 0;
41 clear:both;
42 }
43
44 #ad_wide-skyscraper {
45 width:160px;
46 height:600px;
47
48 margin-top:18px;
49 margin-left:8.5%;
50 }