summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2019-04-11 13:38:07 +0200
committerPaweł Redman <pawel.redman@gmail.com>2019-04-11 13:57:16 +0200
commit80404cc0987d064b3070ab39dd82b76894f8cdaa (patch)
treeefbb36b8da40ab5cb1eb2d43406b9848ef7af157 /styles
parente0b593c90599009a903d1856555eacf33245005d (diff)
Replace 'optiks' with 'opticks'
Diffstat (limited to 'styles')
-rw-r--r--styles/opticks.css (renamed from styles/optiks.css)16
1 files changed, 8 insertions, 8 deletions
diff --git a/styles/optiks.css b/styles/opticks.css
index 10365e5..a9cee26 100644
--- a/styles/optiks.css
+++ b/styles/opticks.css
@@ -29,7 +29,7 @@ body {
the entire window, not just the contents. Use #page to style
the contents. */
background-color: #272727;
- background-image: url("/lib/tpl/optiks/images/optiks.jpg");
+ background-image: url("/lib/tpl/opticks/images/opticks.jpg");
background-size: cover;
background-position: center;
}
@@ -212,7 +212,7 @@ input[type="password"]:hover, input[type="password"]:active {
}
/* Buttons */
-.optiks-button {
+.opticks-button {
padding: 0.1em;
padding-left: 0.7em;
padding-right: 0.7em;
@@ -247,7 +247,7 @@ input[type="password"]:hover, input[type="password"]:active {
}
button {
- .optiks-button();
+ .opticks-button();
}
/* Used for metadata in image details and some other shit */
@@ -261,7 +261,7 @@ fieldset {
/* The header box */
#header {
- background-image: url('/lib/tpl/optiks/images/header.jpg');
+ background-image: url('/lib/tpl/opticks/images/header.jpg');
background-size: 100% auto;
background-repeat: repeat-y;
background-position: left;
@@ -314,11 +314,11 @@ fieldset {
margin-left: 1em;
/* The icon goes here so it can be changed with CSS for :hover */
- background-image: url("/lib/tpl/optiks/images/menu.png");
+ background-image: url("/lib/tpl/opticks/images/menu.png");
background-size: cover;
&:hover {
- background-image: url("/lib/tpl/optiks/images/menu-hover.png");
+ background-image: url("/lib/tpl/opticks/images/menu-hover.png");
& > #header-dropdown-content {
display: block;
@@ -363,7 +363,7 @@ li.action {
/* The actual link */
& > a {
display: block;
- .optiks-button();
+ .opticks-button();
.uniform-links(#ffffff);
}
}
@@ -477,7 +477,7 @@ ul.toc {
/* Make the link inside look like a button */
& > .action {
- .optiks-button();
+ .opticks-button();
.uniform-links(#ffffff);
}
}