]> git.siccegge.de Git - frida/web.git/commitdiff
Move css into css subfolder
authorChristoph Egger <christoph@christoph-egger.org>
Wed, 10 Feb 2016 17:31:45 +0000 (18:31 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Wed, 10 Feb 2016 17:31:45 +0000 (18:31 +0100)
html/css/main.css [new file with mode: 0644]
html/main.css [deleted file]
src/template.txt

diff --git a/html/css/main.css b/html/css/main.css
new file mode 100644 (file)
index 0000000..e6a619a
--- /dev/null
@@ -0,0 +1,102 @@
+@font-face {
+       font-family: SourceCodePro;
+       src: url('https://static.siccegge.de/WOFF/OTF/SourceCodePro-Regular.otf.woff');
+}
+
+@font-face {
+       font-family: SourceSansPro;
+       src: url('https://static.siccegge.de/WOFF/OTF/SourceSansPro-Regular.otf.woff');
+}
+
+@font-face {
+       font-family: SourceSerifPro;
+       src: url('https://static.siccegge.de/WOFF/OTF/SourceSerifPro-Regular.otf.woff');
+}
+
+* {
+       margin: 0;
+       padding: 0;
+       font-family: SourceSerifPro;
+       line-height: 1.3;
+}
+
+body {
+       background-color: #B3E1FF;
+}
+
+#frame {
+       margin-left: auto;
+       margin-right: auto;
+       margin-top: 1em;
+       margin-bottom: 1em;
+       width: 90%;
+       max-width: 60em;
+       background-color: #fff;
+       border: 2px solid #0011CA;
+}
+
+#header {
+       background-color: #A2A5CA;
+       border-bottom: 2px solid #0011CA;
+       color: #000;
+}
+
+#header h1 {
+       margin: 0;
+       padding: 0;
+       text-align: center;
+}
+
+#nav {
+       margin-left: -2px;
+}
+
+#nav li {
+       display: inline-block;
+       border: 2px solid #0011CA;
+       background-color: #A2A5CA;
+       margin-right: 0.5em;
+       margin-top: -2px;
+}
+
+#nav a {
+       display: inline-block;
+       text-decoration: none;
+       font-weight: bold;
+       color: #000;
+       padding: 2px;
+}
+
+#nav a:hover {
+       color: #fff;
+       background-color: #0011CA;
+}
+
+.document {
+       margin: 3em 5em 2em;
+}
+
+.document h1 {
+       margin-top: 1em;
+       margin-bottom: .5em;
+}
+
+.document h2 , .document h3 {
+       margin-top: .8em;
+       margin-bottom: .3em;
+}
+
+.document ul {
+       margin-left: 2em;
+}
+
+.document p {
+       margin: .2em;
+}
+
+.literal-block {
+       font-family: SourceCodePro;
+       background-color: #eee;
+       display:inline-block;
+       margin: .5em;
+}
diff --git a/html/main.css b/html/main.css
deleted file mode 100644 (file)
index e6a619a..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-@font-face {
-       font-family: SourceCodePro;
-       src: url('https://static.siccegge.de/WOFF/OTF/SourceCodePro-Regular.otf.woff');
-}
-
-@font-face {
-       font-family: SourceSansPro;
-       src: url('https://static.siccegge.de/WOFF/OTF/SourceSansPro-Regular.otf.woff');
-}
-
-@font-face {
-       font-family: SourceSerifPro;
-       src: url('https://static.siccegge.de/WOFF/OTF/SourceSerifPro-Regular.otf.woff');
-}
-
-* {
-       margin: 0;
-       padding: 0;
-       font-family: SourceSerifPro;
-       line-height: 1.3;
-}
-
-body {
-       background-color: #B3E1FF;
-}
-
-#frame {
-       margin-left: auto;
-       margin-right: auto;
-       margin-top: 1em;
-       margin-bottom: 1em;
-       width: 90%;
-       max-width: 60em;
-       background-color: #fff;
-       border: 2px solid #0011CA;
-}
-
-#header {
-       background-color: #A2A5CA;
-       border-bottom: 2px solid #0011CA;
-       color: #000;
-}
-
-#header h1 {
-       margin: 0;
-       padding: 0;
-       text-align: center;
-}
-
-#nav {
-       margin-left: -2px;
-}
-
-#nav li {
-       display: inline-block;
-       border: 2px solid #0011CA;
-       background-color: #A2A5CA;
-       margin-right: 0.5em;
-       margin-top: -2px;
-}
-
-#nav a {
-       display: inline-block;
-       text-decoration: none;
-       font-weight: bold;
-       color: #000;
-       padding: 2px;
-}
-
-#nav a:hover {
-       color: #fff;
-       background-color: #0011CA;
-}
-
-.document {
-       margin: 3em 5em 2em;
-}
-
-.document h1 {
-       margin-top: 1em;
-       margin-bottom: .5em;
-}
-
-.document h2 , .document h3 {
-       margin-top: .8em;
-       margin-bottom: .3em;
-}
-
-.document ul {
-       margin-left: 2em;
-}
-
-.document p {
-       margin: .2em;
-}
-
-.literal-block {
-       font-family: SourceCodePro;
-       background-color: #eee;
-       display:inline-block;
-       margin: .5em;
-}
index 9c5c8fb15748afd14d002cd273a92e17275805f4..f326ffee2fb422615ae2a0e4ef9190c03484bd0a 100644 (file)
@@ -3,7 +3,7 @@
        <script src="js/jquery-1.11.0.min.js"></script>
        <script src="js/lightbox.min.js"></script>
        <link href="css/lightbox.css" rel="stylesheet" />
        <script src="js/jquery-1.11.0.min.js"></script>
        <script src="js/lightbox.min.js"></script>
        <link href="css/lightbox.css" rel="stylesheet" />
-       <link rel="stylesheet" href="main.css" type="text/css" />
+       <link rel="stylesheet" href="/css/main.css" type="text/css" />
        <title><% title %></title>
   </head>
   <body>
        <title><% title %></title>
   </head>
   <body>