Add global packages, + various visual fixes
[edumed.git] / catalogue / static / catalogue / css / layout.css
index 0006fdc..1836845 100644 (file)
       margin: 0; }
     #sidebar section h1.realisation {
       font-weight: normal; }
-    #sidebar section h1.realisation:before {
-      content: url(/static/img/icons/time.png);
-      vertical-align: middle;
-      margin-right: 0.625em; }
   #sidebar .box {
-    background-color: #16a487;
+    background-color: #d4d6d8;
     border-radius: 0.938em;
     padding: 1.063em 0.75em 1.063em 0.75em; }
-    #sidebar .box .dl-button {
-      color: white; }
+    #sidebar .box h1 {
+      font-size: 1em;
+      text-transform: uppercase; }
+  #sidebar .box-button {
+    background-color: #ed7831;
+    border-radius: 0.938em; }
+    #sidebar .box-button .dl-button {
+      color: white;
+      padding: 1.063em 0.75em 1.063em 0.75em; }
   #sidebar .dl-button {
     color: #363a3e;
     display: block;
     #sidebar .section-minor h1 {
       font-weight: normal;
       font-size: 1em; }
+  #sidebar .section-micro {
+    font-size: .8em;
+    color: #888;
+    border-top: 1px solid #c9ccce;
+    padding-top: 1.063em; }
+    #sidebar .section-micro h1 {
+      font-weight: normal;
+      font-size: 1em; }
+    #sidebar .section-micro .link-list a {
+      color: #888; }
 
 #main-bar {
   width: 40em; }