diff options
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); } } |