[120837] trunk/doc-new/guide/resources/docbook.css

cal at macports.org cal at macports.org
Mon Jun 9 09:29:48 PDT 2014


Revision: 120837
          https://trac.macports.org/changeset/120837
Author:   cal at macports.org
Date:     2014-06-09 09:29:48 -0700 (Mon, 09 Jun 2014)
Log Message:
-----------
guide CSS: format, indent, whitespace-only

Modified Paths:
--------------
    trunk/doc-new/guide/resources/docbook.css

Modified: trunk/doc-new/guide/resources/docbook.css
===================================================================
--- trunk/doc-new/guide/resources/docbook.css	2014-06-09 16:13:42 UTC (rev 120836)
+++ trunk/doc-new/guide/resources/docbook.css	2014-06-09 16:29:48 UTC (rev 120837)
@@ -7,25 +7,40 @@
 */
 
 div.mediaobject {
-        text-align: center;
-        margin: auto;
-        border: thin black inset;
+	text-align: center;
+	margin: auto;
+	border: thin black inset;
 }
 
-.emphasis { font-weight: bold ; }
+.emphasis {
+	font-weight: bold;
+}
 
-a:link { color: #6298E5; text-decoration: none; }
-a:visited { color: #6298E5; text-decoration: none;}
-a:hover { text-decoration: underline; }
- 
-.filename { color: #8B1A1A; }
+a:link {
+	color: #6298E5;
+	text-decoration: none;
+}
+a:visited {
+	color: #6298E5;
+	text-decoration: none;
+}
+a:hover {
+	text-decoration: underline;
+}
 
-span.term { font-weight: bold; }
+.filename {
+	color: #8B1A1A;
+}
+span.term {
+	font-weight: bold;
+}
+span.guilabel {
+	font-weight: bold;
+}
+span.guimenu {
+	font-weight: bold;
+}
 
-span.guilabel { font-weight: bold; }
-
-span.guimenu { font-weight: bold; }
-
 .programlisting {
 	font-family: monospace;
 	font-size: medium;
@@ -42,20 +57,24 @@
 	font-family: monospace;
 	font-size: medium;
 	border: thin black inset;
-	background-color: white; }
+	background-color: white;
+}
 
 div.screenshot div.mediaobject {
 	text-align: center;
-	margin: auto }
+	margin: auto;
+}
 
 body {
-   font-family: Verdana, Arial, sans-serif;
-   font-size: 14px;
-   line-height: 1.4;
-   color: #696969;
+	font-family: Verdana, Arial, sans-serif;
+	font-size: 14px;
+	line-height: 1.4;
+	color: #696969;
 }
 
-div.note h3.title { color: #C00; }
+div.note h3.title {
+	color: #C00;
+}
 
 .author {
 	font-size: 14px;
@@ -70,41 +89,41 @@
 
 div.book div.titlepage h1 {
 	font-family: Verdana, Arial, Utopia, sans-serif;
-        font-size: 24pt;
+	font-size: 24pt;
 	color: black;
 	font-weight: bold;
 	text-align: left;
 }
 
 div.book div.titlepage h2 {
-        font-family: Verdana, Arial, Utopia, sans-serif;
-        font-size: 18pt;
+	font-family: Verdana, Arial, Utopia, sans-serif;
+	font-size: 18pt;
 	color: black;
-        font-weight: bold;
-        text-align: left;
+	font-weight: bold;
+	text-align: left;
 }
 
 div.section div.titlepage h2 {
 	font-family: Verdana, Arial, Utopia, sans-serif;
-        font-size: 16pt;
-        color: black;
+	font-size: 16pt;
+	color: black;
 	text-align: left;
 }
 
 div.section div.titlepage h3 {
-        font-family: Verdana, Arial, Utopia, sans-serif;
-        font-size: 14pt;
-        color: black;
-        font-weight: bold;
-	text-align: left;   
+	font-family: Verdana, Arial, Utopia, sans-serif;
+	font-size: 14pt;
+	color: black;
+	font-weight: bold;
+	text-align: left;
 }
 
 div.section div.titlepage h4 {
-        font-family: Verdana, Arial, Utopia, sans-serif;
-        font-size: 12pt;
-        color: black;
-        font-weight: bold;
-        text-align: left;
+	font-family: Verdana, Arial, Utopia, sans-serif;
+	font-size: 12pt;
+	color: black;
+	font-weight: bold;
+	text-align: left;
 }
 
 div.mediaobject {
@@ -112,7 +131,9 @@
 	margin: auto;
 }
 
-p { margin-bottom: 14pt; }
+p {
+	margin-bottom: 14pt;
+}
 
 div.toc {
 	border-width: 1px;
@@ -183,15 +204,31 @@
 
 
 /* TOC Section Links */
-div.toc dt a:link { color: #F4F6F8; text-decoration: none; }
-div.toc dt a:hover { color: gray; }
-div.toc dt a:visited { color: #F4F6F8; text-decoration: none; }
+div.toc dt a:link {
+	color: #F4F6F8;
+	text-decoration: none;
+}
+div.toc dt a:hover {
+	color: gray;
+}
+div.toc dt a:visited {
+	color: #F4F6F8;
+	text-decoration: none;
+}
 
 
 /* TOC Subsubsection Links */
-div.toc dd dl dt a:link { color: black; text-decoration: none; }
-div.toc dd dl dt a:hover { color: gray; }
-div.toc dd dl dt a:visited { color: black; text-decoration: none; }
+div.toc dd dl dt a:link {
+	color: black;
+	text-decoration: none;
+}
+div.toc dd dl dt a:hover {
+	color: gray;
+}
+div.toc dd dl dt a:visited {
+	color: black;
+	text-decoration: none;
+}
 
 div.book {
 	margin-left: 247px;
@@ -210,32 +247,32 @@
 
 /* Tabswitch for single page/chunked */
 div#tabswitch {
-    position: absolute;
-    top: 0;
-    right: 0;
-    background-color: #9FB6CD;
-    border: 1px solid black;
+	position: absolute;
+	top: 0;
+	right: 0;
+	background-color: #9FB6CD;
+	border: 1px solid black;
 }
 
 div#tabswitch a {
-    padding: 0.3em;
-    line-height: 2em;
+	padding: 0.3em;
+	line-height: 2em;
 }
 
 div#tabswitch a.selected {
-    font-weight: bold;
+	font-weight: bold;
 }
 
 div#tabswitch a:link {
-    color: royalblue;
-    text-decoration: none;
+	color: royalblue;
+	text-decoration: none;
 }
 
 div#tabswitch a:hover {
-    color: gray;
+	color: gray;
 }
 
 div#tabswitch a:visited {
-    color: black;
-    text-decoration: none;
+	color: black;
+	text-decoration: none;
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140609/80975c5b/attachment.html>


More information about the macports-changes mailing list