summaryrefslogtreecommitdiff
path: root/theme/rebase/css/uap.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-09-23 11:07:25 -0400
committerEvan Prodromou <evan@status.net>2010-09-23 11:07:25 -0400
commit2006ced30a710cf732856b6e7f5fa464fc3767dd (patch)
tree2dbc24b9301ae245c612566016d2e21d783c8e84 /theme/rebase/css/uap.css
parent0f1fc36a05c8d858827718255bef20e8d0c0d3f6 (diff)
parenta2bfcc9734f5fc699961fd5fe63daf42f099e99b (diff)
Merge branch '0.9.x'
Diffstat (limited to 'theme/rebase/css/uap.css')
-rw-r--r--theme/rebase/css/uap.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/theme/rebase/css/uap.css b/theme/rebase/css/uap.css
new file mode 100644
index 000000000..80c73e2ea
--- /dev/null
+++ b/theme/rebase/css/uap.css
@@ -0,0 +1,54 @@
+/** Universal Ad Package styles:
+ * Medium Rectangle 300x250
+ * Rectangle 180x150
+ * Leaderboard 728x90
+ * Wide Skyscraper 160x600
+ *
+ * @package StatusNet
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2010 StatusNet, Inc.
+ * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @link http://status.net/
+ */
+
+
+.ad {
+border:1px solid #CCC;
+float:left;
+}
+
+#ad_medium-rectangle {
+width:300px;
+height:250px;
+
+margin-left:1.35%;
+margin-bottom:18px;
+}
+
+#ad_rectangle {
+width:180px;
+height:150px;
+
+float:none;
+clear:both;
+margin:0 auto;
+margin-bottom:29px;
+}
+
+#ad_leaderboard {
+width:728px;
+height:90px;
+
+margin:0 auto 18px;
+float:none;
+clear:both;
+}
+
+#ad_wide-skyscraper {
+width:160px;
+height:600px;
+
+float:right;
+margin-top:18px;
+margin-right:8.25%;
+}