www/adium.im 425:99c5fa834b8b: Forgot the CSS changes from http:...
commits at adium.im
commits at adium.im
Sat Jul 30 21:42:57 UTC 2011
details: http://hg.adium.im/www/adium.im/rev/99c5fa834b8b
revision: 425:99c5fa834b8b
branch: adiumx.com
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sat Jul 30 23:42:50 2011 +0200
Forgot the CSS changes from http://hg.adium.im/adium/rev/5e9916942d96. Applied those, and fixed them for website usage.
diffs (236 lines):
diff -r 2c2edfedcec0 -r 99c5fa834b8b help/css/topicpage.css
--- a/help/css/topicpage.css Sat Jul 30 21:21:07 2011 +0200
+++ b/help/css/topicpage.css Sat Jul 30 23:42:50 2011 +0200
@@ -1,120 +1,141 @@
+* {
+ padding: 0;
+ margin: 0;
+}
-/*Created by Kyle Jorgensen 2010*/
body {
- margin:2px 12px 12px;
+ margin: 0 22px 30px;
+ font-size: 10px;
+ font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
+}
+
+#banner, #nav {
+ display: none;
+ font-size: 1.2em;
+ text-align: right;
+ padding: 7px 0;
+ border-bottom: 1px solid #EEE;
+ margin: 0 -22px;
+}
+
+.navleftsty {
+ border-left: 1px solid #EEE;
+ padding: 7px 10px;
+}
+
+#caticon {
+ display: block;
+ float: left;
+ position: relative;
+ top: 7px;
+}
+
+#pagetitle {
+ margin-top: 12px;
+ margin-bottom: 0;
+ border: solid 1px #fff;
+}
+
+.taskboxline {
+ border-top: 1px solid #CCC;
+ margin: 13px 0;
+}
+
+.taskboxcontent img {
+ padding: 5px;
+ float: left;
+}
+
+h1 {
+ font-size: 1.8em;
+ font-weight: 400;
+ margin: 12px 0 13px;
+}
+
+h2 {
+ font-size: 1em;
+}
+
+h3 {
+ font-size: 1.3em;
+ font-weight: 700;
+ padding: 6px 0 11px;
+}
+
+p, td, th, ul, ol, pre, code {
+ font-size: 12px;
+ margin-bottom: 1.2em;
+ line-height: 1.5;
+ color: #555;
}
th {
font-weight: bold;
}
-h1 {
- font-size:24px;
- margin-bottom:0;
+ul, ol {
+ list-style-position: outside;
+ margin: 12px 0;
+ padding: 0;
+ padding-left: 27px;
}
-ol {
- font-size:9pt;
- line-height:12pt;
- list-style-position:outside;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:-18px;
- padding-left:60px;
+ul {
+ list-style-type: disc;
}
-ol li {
- margin-top:6px;
- margin-bottom:6px;
+li, ul p, ol p {
+ margin: 10px 0;
}
-ol p {
- margin-top:6px;
- margin-bottom:6px;
+li img {
+ position: relative;
+ top: 2px;
+ padding-right: 3px;
}
-ul {
- font-size:9pt;
- line-height:12pt;
- list-style-type:square;
- list-style-position:outside;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:-24px;
- padding-left:60px;
-}
-
-ul li {
- margin-top:6px;
- margin-bottom:6px;
-}
-
-ul p {
- margin-top:6px;
- margin-bottom:6px;
-}
-
-p > a {
- color:#00f;
- font-size:9pt;
- line-height:12pt;
- text-decoration:none;
+a {
+ color: #2C81B0;
+ text-decoration: none;
}
a:hover {
- color:#00f;
- text-decoration:underline;
+ color: #2C81B0;
+ text-decoration: underline;
+}
+
+.ext_link {
+ background: url(../gfx/ExternalLink.gif) left center no-repeat;
+ padding: 2px 0 0 16px;
}
hr {
- text-decoration:none;
- border:solid 1px #bfbfbf;
+ border: solid 1px #CCC;
}
td {
- padding:6px;
+ padding: 4px 8px 4px 0;
+}
+
+table {
+ margin-bottom: 15px;
+}
+
+table.list td {
+ border-top: 1px solid #EEE;
+ padding: 6px 6px 6px 0;
+}
+
+table.list th {
+ text-align: left;
+ padding: 6px 6px 6px 0;
+}
+
+pre, code {
+ color: #000;
+ font-family: Courier, sans-serif;
}
#caticon {
display: none;
-}
-
-#pagetitle {
- position: relative;
- margin-bottom:0px;
- margin-top: 0px;
- border:solid 1px #fff;
-}
-
-#mainbox {
- margin-top:30px;
- padding-right:6px;
-}
-
-.seealso {
- margin-top:4px;
- margin-bottom:4px;
-}
-
-code {
- color:#000;
- font-size:9pt;
- font-family:Verdana, Courier, sans-serif;
-}
-
-.rules {
- border-bottom:1px dotted #ccc;
-}
-
-.dots {
- background-color: #FFF;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border: 1px solid #CCC;
- padding-top: 0px;
- padding-bottom: 7px;
-}
-
-table {
- margin: 10px 0px;
}
\ No newline at end of file
More information about the commits
mailing list