Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/web/style.css
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-03-15 20:38:21 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-03-15 20:38:21 (GMT)
commit74b7d8ff94a7c95e1c4c33247fdfddc95e451aeb (patch)
tree261dfb9c5a00b08a5a7c9dbfcc1c1113c116806d /web/style.css
parentee3039c3b6e8f3d688a3599fb989541d6dbbb396 (diff)
Basic style applied to html
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css43
1 files changed, 31 insertions, 12 deletions
diff --git a/web/style.css b/web/style.css
index b96120b..698b1ca 100644
--- a/web/style.css
+++ b/web/style.css
@@ -3,30 +3,49 @@ body {
font-family: sans-serif,cantarell,helvetica;
}
-#toolbar {
- font-family: sans-serif,cantarell,helvetica;
- color: #fff;
- font-size: 35px;
- background-color: #282828;
+#journaltable {
width: 100%;
}
.title {
font-family: sans-serif,cantarell,helvetica;
color: #fff;
- font-size: 35px;
- background-color: #666666;
+ font-size: 18px;
+ font-weight: bold;
+ color: #3D4E9C;
width: 100%;
}
-table {
- padding: 0em 0.3em;
- padding-top: 0.3em;
+.desc_td {
+ vertical-align: top;
+ width: 100%;
}
-table tbody tr td a {
+.desc_table {
+ background-color: #CCD4FB;
+ font-size: 14px;
+ width: 100%;
+}
+
+.download_link {
+ display:block;
text-decoration: none;
color: #000;
font-weight: bold;
- font-size: 17px;
+ font-size: 18px;
+ background-color: #CCCCCC;
+ width: 150px;
+ text-align:center;
+ padding:4px;
+ text-decoration:none;
+ border-radius: 10px;
+}
+
+.download_link:hover, .download_link:active {
+ background-color:#EEEEEE;
+}
+
+img {
+ padding: 5px;
+ border:1px solid gray;
}