summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rwxr-xr-xlocal.css174
1 files changed, 174 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100755
index 00000000..cf3ef00e
--- /dev/null
+++ b/local.css
@@ -0,0 +1,174 @@
+/* ikiwiki local style sheet */
+
+/* Add local styling here, instead of modifying style.css. */
+
+/* Fonts */
+body {
+ font-family: "Trebuchet MS",
+ "Luxi Sans",
+ "Bitstream Vera Sans",
+ "Tahoma",
+ "Verdana",
+ "Helvetica",
+ "Arial",
+ sans-serif;
+ font-size: 100.01%;
+}
+
+pre, tt, code {
+ font-family: "Bitstream Vera Sans Mono",
+ "Luxi Mono",
+ "Courier New",
+ "Courier",
+ monospace;
+}
+
+/* Links */
+a {
+ color: #3E5F81;
+}
+a:hover {
+ color:#D52;
+}
+a:visited {
+ color:#D52;
+}
+
+/* Div with the full Header */
+.pageheader {
+background-color: #3e5f81;
+}
+.pageheader a {
+color:#fff;
+}
+
+/* Div with path in .pageheader */
+.header {
+padding-bottom: 0.5em;
+padding-top: 0.5em;
+background-image: url(/logo_44px.png);
+background-repeat: no-repeat;
+padding-left: 90px;
+background-color: #fff;
+}
+.header a {
+color: #3E5F81;
+}
+.header a:hover {
+color: #d52;
+}
+
+/* Actions in the Header */
+.actions {
+color: #FFF;
+}
+
+/* Footer */
+#backlinks {
+ color: #FFF;
+ background-color: #3E5F81;
+}
+#backlinks a {
+ color: #FFF;
+}
+
+/* Tables */
+table
+{
+ color:#000000;
+ padding:0px;
+}
+
+th
+{
+ color:#000;
+ background:#CCC;
+ font-weight:bold;
+ padding:0.5em 1em;
+ text-align:center;
+ vertical-align:top;
+}
+
+tr
+{
+ font-weight:normal;
+}
+
+tr:nth-child(odd) td
+{
+ background:#E6E6E6;
+}
+
+tr:nth-child(even) td
+{
+ background:#CCC;
+}
+
+td
+{
+ background:#ffffff;
+ padding:0.5em 1em;
+ text-align:left;
+ vertical-align:top;
+}
+
+img.imgwithborder
+{
+ border: 1px solid #3e5f81;
+}
+
+/* sidebar */
+.sidebar {
+ background:#3e5f81;
+ color: #FFF;
+ border: 0;
+}
+.sidebar ul {
+ margin:0;
+ padding:0;
+}
+.sidebar ul li {
+ margin:0;
+ padding:0;
+ list-style:none;
+ margin:0 0 0.3em 0;
+ color: #FFF;
+ padding:0.6em 0.6em 0 0.6em;
+}
+.sidebar ul li a {
+ text-decoration:underline;
+ display:block;
+ color:white;
+}
+.sidebar ul li a:hover {
+ color: #000;
+ background-color: #fff;
+}
+
+/* Make room for the sidebar */
+#content {
+ margin-right: -webkit-calc(24ex+4px);
+ margin-right: -moz-calc(24ex+4px);
+ margin-right: 24ex; margin-right: calc(24ex+4px);
+}
+
+.oeffnungszeiten {
+ color: white;
+ padding: 1ex;
+ margin-top: 2ex;
+ font-weight: bold;
+}
+.location {
+ color: white;
+ padding-bottom: 1ex;
+ padding-left: 1ex;
+}
+
+.socialmediaicons {
+ background: white;
+ margin: 0 -2ex; padding: 20px 2ex 20px 3ex;
+}
+.socialmediaicons img {
+ margin: 0;
+ border-right: 5px solid white;
+}