static/css/bootstrap.css
changeset 114 6093dda9fe38
parent 108 c75d501c5601
child 200 163bef19cb71
     1.1 --- a/static/css/bootstrap.css	Sat Jan 18 12:31:21 2014 +0100
     1.2 +++ b/static/css/bootstrap.css	Sat Jan 18 12:34:36 2014 +0100
     1.3 @@ -1,3 +1,4 @@
     1.4 +@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
     1.5  /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
     1.6  article,
     1.7  aside,
     1.8 @@ -255,7 +256,7 @@
     1.9    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    1.10  }
    1.11  body {
    1.12 -  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    1.13 +  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    1.14    font-size: 14px;
    1.15    line-height: 1.428571429;
    1.16    color: #333333;
    1.17 @@ -337,7 +338,7 @@
    1.18  .h4,
    1.19  .h5,
    1.20  .h6 {
    1.21 -  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    1.22 +  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    1.23    font-weight: 500;
    1.24    line-height: 1.1;
    1.25    color: inherit;
    1.26 @@ -6006,6 +6007,9 @@
    1.27    margin-bottom: 0px;
    1.28    border-bottom: 3px solid #f0f0f0;
    1.29  }
    1.30 +.navbar-nav {
    1.31 +  margin-top: 24px;
    1.32 +}
    1.33  a.link-yellow {
    1.34    color: #fdc91a !important;
    1.35    text-decoration: underline;
    1.36 @@ -6019,12 +6023,14 @@
    1.37  .module-gallery {
    1.38    background: url('../images/python_blender.jpg') no-repeat 0px -200px;
    1.39    background-size: 2000px 884px;
    1.40 -  max-width: 100% !important;
    1.41  }
    1.42  .module-gallery .module-content {
    1.43    height: 300px;
    1.44    position: relative;
    1.45  }
    1.46 +.module-cite h1 {
    1.47 +  color: #125883;
    1.48 +}
    1.49  .col-yellow {
    1.50    background: rgba(253, 201, 26, 0.6);
    1.51  }
    1.52 @@ -6034,6 +6040,22 @@
    1.53  .module-course {
    1.54    background-color: #f5f5f5;
    1.55  }
    1.56 +.module-cite {
    1.57 +  border-bottom: 1px solid #fdc91a;
    1.58 +  padding-bottom: 20px;
    1.59 +}
    1.60 +.cite {
    1.61 +  position: relative;
    1.62 +}
    1.63 +.cite-left {
    1.64 +  top: 6px;
    1.65 +}
    1.66 +.cite-right {
    1.67 +  top: 48px;
    1.68 +}
    1.69 +.cite-right svg {
    1.70 +  margin-top: -48px;
    1.71 +}
    1.72  /* Footer
    1.73  ------------------------------------ */#footer {
    1.74    height: 60px;
Impressum Datenschutzerklärung