Provide option to disable gravatars.
[catagits/Gitalist.git] / root / static / css / core.css
index 8abfa26..cca79a3 100755 (executable)
@@ -14,7 +14,6 @@
        background-color:#f0f0f0;
 }
 
-
 body{
        background:#FAFAFA url([% c.uri_for('/static/i/bg.png') %]) repeat-x left top;
        padding:0;
@@ -42,16 +41,22 @@ a img{
 }
 
 #content_holder{
-       background:transparent url([% c.uri_for('/static/i/bg_content.png') %]) repeat-y center center;
+
 }
-#content{
-       min-height:200px;
-       padding:0 12px 40px 10px;
-       background:transparent url([% c.uri_for('/static/i/bg_bottom.png') %]) no-repeat center bottom;
+#content {
+    min-height:200px;
+     -moz-box-shadow: 0px 0px 10px black; /* FF3.5+ */
+  -webkit-box-shadow: 0px 0px 10px black; /* Saf3.0+, Chrome */
+          box-shadow: 0px 0px 10px black; /* Opera 10.5, IE9, Chrome 10+ */
+
 }
 #content_inner{
-       padding-bottom:30px;
-       background:transparent url([% c.uri_for('/static/i/bg_top.png') %]) no-repeat;
+    padding-bottom:   30px;
+    background-color: white;
+    min-height:       100px;
+}
+.header {
+    background-color: #666;
 }
 .copy{
        padding:10px;
@@ -85,7 +90,7 @@ a img{
        width:100%;
        clear:both;
        float:right;
-       margin:-5px 10px 0 0;
+       margin:-9px 10px 0 0;
 }
 #nav_logs ul{
        margin:0;
@@ -274,10 +279,12 @@ a.raw{
 }
 a.file{
        padding-left:25px;
+       padding-bottom:1px;
        background:transparent url([% c.uri_for('/static/i/icons/file.png') %]) no-repeat;
 }
 a.folder{
        padding-left:25px;
+       padding-bottom:1px;
        background:transparent url([% c.uri_for('/static/i/icons/folder.png') %]) no-repeat;
 }
 .msg{
@@ -326,7 +333,6 @@ a.rss_logo:hover {
 /* paging */
 .pager{
        width:100%;
-       float:left;
        margin:10px 0;
        padding:0;
 }
@@ -397,7 +403,7 @@ tr.header{
        font-weight:bold;
 }
 .author{
-       width:180px;
+       width:160px;
 }
 .author img{
        margin-right:5px;
@@ -407,11 +413,19 @@ table.listing{
        width:970px;
        border-collapse:collapse;
 }
+table.listing thead {
+    background-color: #666;
+}
 .listing td{
        vertical-align:top;
        padding:9px 5px 9px 10px;
 }
 
+.listing .gravatar {
+    float: left;
+    padding-right: 10px;
+}
+
 /*
 
 puts the repo description on one line which gets truncated if the repo name is too long
@@ -491,7 +505,7 @@ BUT the final width needs to be set with javascript based on the parent element
   padding: 0 8px;
 }
 #blame a {
- atext-decoration: none;
+ text-decoration: none;
 }
 #blame {
     overflow-x: scroll;
@@ -535,3 +549,15 @@ div.blob {
 
 /* /blobdiff etc */
 
+.commit-message {
+  white-space: pre-wrap;
+  width: 420px;
+}
+p.commit-message {
+  margin: 0;
+}
+
+/* Hidden spans that contain bits of data to be used by JS */
+.js-data {
+    display: none;
+}