Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/amo2009/main-mozilla.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/css/amo2009/main-mozilla.css')
-rw-r--r--site/app/webroot/css/amo2009/main-mozilla.css77
1 files changed, 77 insertions, 0 deletions
diff --git a/site/app/webroot/css/amo2009/main-mozilla.css b/site/app/webroot/css/amo2009/main-mozilla.css
index 4bc4ed4..2ad7063 100644
--- a/site/app/webroot/css/amo2009/main-mozilla.css
+++ b/site/app/webroot/css/amo2009/main-mozilla.css
@@ -2134,3 +2134,80 @@ html[xmlns] .clearfix {
#license a {
font-size: 0.9em;
}
+
+/**
+ * Tag classes, from 1 to 10, 10 being the largest
+ */
+
+.tagLevel1 {font-size: 1em;}
+.tagLevel2 {font-size: 1.2em;}
+.tagLevel3 {font-size: 1.4em;}
+.tagLevel4 {font-size: 1.6em;}
+.tagLevel5 {font-size: 1.8em;}
+.tagLevel6 {font-size: 2em;}
+.tagLevel7 {font-size: 2.2em;}
+.tagLevel8 {font-size: 2.4em;}
+.tagLevel9 {font-size: 2.6em;}
+.tagLevel10 {font-size: 3em;}
+
+/** tag styles **/
+.addon-tags .usertag .tagitem {
+ padding-left: 20px;
+ background-image: url(../../img/amo2009/icons/icons.png);
+ background-repeat: no-repeat;
+ background-position: 0px -600px;
+}
+
+.addon-tags .developertag .tagitem {
+ padding-left: 20px;
+ xbackground-image: url(../../img/amo2009/icons/icons.png);
+ background-repeat: no-repeat;
+ xbackground-position: 0px -700px;
+ background-image: url(../../img/amo2009/icons/tag_green.png);
+}
+
+
+.addon-tags li .removetag {
+ display:none;
+}
+.addon-tags li.hover .removetag,
+#tags .nojs li .removetag {
+ display:inline;
+}
+
+#tags #tagMessage {
+ background-color: #FFFFFF;
+ color:#666666;
+ display:block;
+ font-size:0.769em;
+ font-weight:normal;
+ line-height:1em;
+ text-shadow:1px 1px 1px #FFFFFF;
+ text-transform:uppercase;
+ padding: 4px;
+}
+
+.results-head {width: 100%;}
+.results-head h2 { margin-bottom: 0;}
+.results-head h3 {margin-top: 0; font-family: "helvetica neue", arial, helvetica, sans-serif; font-weight: normal; color: #444;}
+
+.results .item .item-info .downloads {display: block; margin-left: 0px;}
+.results .item .install {float: none; margin-left: 0px;}
+
+.secondary ul.refinements li a { padding: 0.21em 1.2em; display: block; color: #444; font-weight: normal;}
+.secondary ul.refinements li.selected a {
+ background-color: #b9dbe7;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ font-weight: bold;
+ background-image: url(../../img/amo2009/icons/arrows.gif);
+ background-repeat: no-repeat;
+ background-position:4px -152px;
+}
+.secondary ul.refinements li a.tagitem {
+ padding: 0.21em 2em;
+ background-image: url(../../img/amo2009/icons/icons.png);
+ background-repeat: no-repeat;
+ background-position: 3px -596px;
+}