summaryrefslogtreecommitdiffstats
path: root/common/custom/style/default.css
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2012-08-13 10:45:23 +0000
committerDamien Lallement <dams@mageia.org>2012-08-13 10:45:23 +0000
commitff32e499745367b816d10f25e63ff3328214c32f (patch)
tree238d19398f5951d69d32c8ed9a460f5193446981 /common/custom/style/default.css
parent5bed2fb79d7b554dd90d2eb58422cfa649aebe08 (diff)
downloadplanet-ff32e499745367b816d10f25e63ff3328214c32f.tar
planet-ff32e499745367b816d10f25e63ff3328214c32f.tar.gz
planet-ff32e499745367b816d10f25e63ff3328214c32f.tar.bz2
planet-ff32e499745367b816d10f25e63ff3328214c32f.tar.xz
planet-ff32e499745367b816d10f25e63ff3328214c32f.zip
- Import moonmoon
- Create repo per langs
Diffstat (limited to 'common/custom/style/default.css')
-rw-r--r--common/custom/style/default.css128
1 files changed, 128 insertions, 0 deletions
diff --git a/common/custom/style/default.css b/common/custom/style/default.css
new file mode 100644
index 0000000..de813ac
--- /dev/null
+++ b/common/custom/style/default.css
@@ -0,0 +1,128 @@
+html{
+ font-family: "Lucida Grande", "Segoe UI", sans-serif;
+ color: #111;
+ background: #EEE;
+ font-size: 62.5%;
+}
+
+body{
+ margin: 0;
+ padding: 0;
+ font-size: 1.3em;
+ line-height: 1.5em;
+}
+
+a{
+ color: #669;
+}
+
+a:visited{
+ color: #444;
+}
+
+a:hover{
+ color: #000;
+}
+
+a img{
+ border: none;
+}
+
+pre, code{
+ max-height: 100%;
+ width: 100%;
+ font-size: 1.2em;
+ overflow: auto;
+}
+
+h1, h2{
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+
+h2{
+ margin: 0;
+}
+
+#page {
+ width: 890px;
+ margin: 0 auto;
+}
+
+/* Header
+*******************************************************************************/
+#top {
+ color: #FFF;
+ padding: 10px 30px;
+}
+ h1 a,
+ h1 a:visited {
+ color: #665;
+ text-decoration: none;
+ }
+ h1 a:hover {
+ color: #444;
+ }
+
+/* Content
+*******************************************************************************/
+#content {
+ width: 590px;
+ float: left;
+}
+
+/* Sidebar
+*******************************************************************************/
+#sidebar {
+ width: 300px;
+ float: left;
+}
+ #sidebar div {
+ padding: 1em 30px;
+ }
+ #sidebar h2 {
+ color: #665;
+ }
+ #sidebar ul {
+ list-style: none;
+ padding: 0;
+ margin: 1em 0;
+ }
+
+/* Article
+*******************************************************************************/
+.article{
+ margin-bottom: 2em;
+ padding: 30px;
+ background: #FFF;
+ border: 1px solid #DDD;
+}
+
+ .article-title,
+ .article-title a{
+ color: #111;
+ text-decoration: none;
+ }
+
+ .article-info{
+ margin: 0 0 1em 0;
+ color: #999;
+ }
+
+ .article-content {
+ font-family: Georgia, serif;
+ }
+
+ .article img{
+ max-width: 440px;
+ }
+
+ .article .collapsed{
+ display: none;
+ }
+
+/* Footer
+*******************************************************************************/
+#footer {
+ clear: both;
+ padding: 0 30px;
+} \ No newline at end of file