summary refs log tree commit diff stats
path: root/web/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets/style.css')
-rw-r--r--web/assets/style.css59
1 files changed, 58 insertions, 1 deletions
diff --git a/web/assets/style.css b/web/assets/style.css
index 529358ec9..af32fad07 100644
--- a/web/assets/style.css
+++ b/web/assets/style.css
@@ -316,7 +316,7 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; }
 		background:url("images/glow-line2.png") no-repeat right; }
 
 	#content { padding:40px 0; line-height:150%; }
-	#content.page { width:680px; min-height:800px; padding-left:20px; }
+	#content.page { width:680px; min-height:1220px; padding-left:20px; }
 	#content h1 { font-size:20pt; letter-spacing:1px; color:rgba(0,0,0,.75); }
 	#content h2 { font-size:16pt; letter-spacing:1px; color:rgba(0,0,0,.7); margin-top:40px; }
 	#content p { text-align:justify; }
@@ -563,3 +563,60 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; }
     border-collapse: collapse;
     text-align: left;
     border-spacing: 0px; }
+
+#bountysource {
+    width: 100%;
+    height: 30px;
+    background-color: #19975d;
+}
+
+#bountysource a, #bountysource a:visited, #bountysource a:hover {
+  color: #1a1a1a;
+}
+
+/* Current sponsors page */
+
+dt {
+  font-size: 20pt;
+  clear: both;
+  margin-bottom: 10pt;
+}
+
+dd.logo {
+  width: 200px;
+  min-height: 50px;
+  margin-bottom: 10pt;
+  margin-right: 20pt;
+  float: left;
+}
+
+dd.logo img {
+  max-height: 200px;
+}
+
+dd.this_month {
+  font-size: 20pt;
+}
+
+dt a, dt a:visited, dt a:hover {
+  color: #1d1d1d !important;
+}
+
+dt.level-1 {
+  color: #2f2f2f !important;
+}
+
+p.lastUpdate {
+  font-size: 12pt;
+  color: #6d6d6d;
+}
+
+/* News articles */
+
+.metadata {
+  font-size: 12pt;
+  margin-bottom: 20pt;
+  margin-top: -16pt;
+  color: #4f4f4f;
+}
+