]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-website.css
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / css / lilypond-website.css
index 0115fbd417aa59500bc3f812aada29bfed2bc14d..fb90a9defcee6faa7f4db1f153a10431bd58de34 100644 (file)
@@ -13,18 +13,18 @@ body {
   width: 99%;
   min-width: 42em;
   max-width: 70em;
-  font-size: 95%;
+  font-size: 0.95em;
   line-height: 1.5;
   text-align: justify;
   padding: 0;
   margin: 0 auto;
+  /* fallback for IE8 which doesn't support multiple backgrounds */
+  background: url(../pictures/background-top-left.png) no-repeat top left;
   background-color: rgb(245, 252, 242);
   background-image: url(../pictures/background-top-right.png),
     url(../pictures/background-top-left.png);
   background-position: top right, top left;
   background-repeat: no-repeat, no-repeat;
-  /* fallback for IE8 which doesn't support multiple backgrounds */
-  background: url(../pictures/background-top-left.png) no-repeat top left;
 }
 
 hr {
@@ -78,7 +78,7 @@ div#tocframe {
     rgb(25, 115, 50),
     rgb(45, 205, 115));
   max-width: 70em;
-  font-size: 100%;
+  font-size: 1em;
   line-height: 1;
   padding: 0;
   border-bottom-left-radius: 7px;
@@ -120,7 +120,7 @@ div#tocframe {
 #tocframe li form {
   float: left;
   width: 16%;
-  font-size: 100%;
+  font-size: 1em;
   padding: 0.5em 0.8%;
   margin: 0 0 0 1%;
 }
@@ -129,7 +129,7 @@ div#tocframe {
   display: block;
   float: left;
   width: 92%;
-  font-size: 90%;
+  font-size: 0.9em;
   color: rgb(85, 85, 85);
   background: rgb(235, 242, 232);
   padding: 0.1em 0.1em 0.1em 0.6em;
@@ -178,7 +178,7 @@ div#tocframe {
   top: 3.8em;
   left: 0.5%;
   right: 0.5%;
-  font-size: 82%;
+  font-size: 0.82em;
   padding: 0;
   margin: 0;
 }
@@ -237,7 +237,7 @@ div#tocframe {
   position: absolute;
   top: 2em;
   left: 5%;
-  font-size: 100%;
+  font-size: 1em;
 }
 
 #tocframe .toc .toc .toc li {
@@ -332,7 +332,7 @@ div#cmws {
 div#quickSummary {
   text-align: left;
   margin: 3em 14em 25px 0;
-  font-size: 19px;
+  font-size: 1.25em;
 }
 
 #quickSummary p {
@@ -340,11 +340,23 @@ div#quickSummary {
   margin: 0;
 }
 
-div#news {
+#homepage-main {
   padding: 0;
   margin: 0 14em 1em 0;
 }
 
+#homepage-example-image-wrapper {
+  padding: 3em 0em 1.5em;
+}
+
+.example-image-wrapper {
+  padding: 2em 0em 0.5em;
+}
+
+.example-image-wrapper img {
+  padding: 0em 0em 1em;
+}
+
 /* .news-item is styled below with columns */
 
 .testimonial-item {
@@ -367,35 +379,31 @@ div#news {
   padding: 0 0.5em;
 }
 
-div#homePageSideBar {
+#homepage-sidebar {
   position: absolute;
   top: 0;
   right: 0;
   width: 12em;
   text-align: left;
+  /* negate the top-margin of the first .subheading */
+  margin-top: -0.5em;
 }
 
-#homePageSideBar .subheading {
-  font-size: 15.2px;
+#homepage-sidebar .subheading {
+  font-size: 1em;
   background: #5b7f64;
   color: #fff;
-  padding: 0.2em 0.5em 0em 0.7em;
-  margin: 0;
+  padding: 0.2em 0.5em 0.1em 0.7em;
+  margin: 0.5em 0 0.7em;
   border-radius: 5px;
 }
 
-#homePageSideBar p,
+#homepage-sidebar p,
 #pondingsText {
-  padding: 0.7em 0.5em;
+  padding: 0em 0.5em 0.5em;
   margin: 0;
 }
 
-/* for better spacing between "download" and "manuals" links */
-#homePageSideBar p:nth-of-type(2n) {
-  padding-top: 0;
-  margin-top: -3px;
-}
-
 div#footer {
   clear: both;
   width: 100%;
@@ -512,12 +520,15 @@ img.float-right {
 }
 
 div.float-left a.clickable,
-div.float-center a.clickable,
 div.float-right a.clickable {
   text-decoration: overline;
   margin-left: 1em;
 }
 
+div.float-center a.clickable {
+  text-decoration: overline;
+}
+
 .clear-both {
   clear: both;
 }
@@ -644,7 +655,7 @@ div.float-right a.clickable {
 }
 
 .news-item h3 {
-  font-size: 15.2px;
+  font-size: 1em;
 }
 
 /* color3 */
@@ -697,6 +708,12 @@ div.float-right a.clickable {
   margin: 0 0 0.5em 0;
 }
 
+/* Used for google summer of code project ideas, for example. */
+.bigger-subsubheadings h4 {
+  font-size: 1.17em;
+  margin: 1.5em 0 0.5em 0;
+}
+
 .column-center-top ul,
 .column-center-middle-color2 ul,
 .column-center-middle-color3 ul,