Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24928534
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/css/errorpage.css b/css/errorpage.css
index e12a805..5288e26 100644
--- a/css/errorpage.css
+++ b/css/errorpage.css
@@ -1,145 +1,145 @@
@charset "utf-8";
/* -------------------------------------------------------------
Obsidian Workspaces
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Author: Dereckson
Tags: Error pages, responsive
Breakpoints: 400, 720, 1280, 1440, 1920
Filename: errorpage.css
Version: 1.0
Created: 2014-01-24
Licence: Dual licensed under Apache License 2.0
and Creative Commons BY 4.0.
------------------------------------------------------------- */
/* -------------------------------------------------------------
Table of contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
:: Main styles
:: Responsive background
:: Content panel
*/
/* -------------------------------------------------------------
Main styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -------------------------------------------------------------
Responsive background
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 400px) {
body {
background-color: white;
background-image: url(/images/bg/MountMcKinleyClimbing_400.jpg);
- background-position: bottom left;
+ background-position: bottom right;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
}
@media screen and (min-width: 401px) and (max-width: 720px) {
body {
background-color: white;
background-image: url(/images/bg/MountMcKinleyClimbing_720.jpg);
- background-position: bottom left;
+ background-position: bottom right;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
}
@media screen and (min-width: 721px) and (max-width: 1280px) {
body {
background-color: white;
background-image: url(/images/bg/MountMcKinleyClimbing_1280.jpg);
- background-position: bottom left;
+ background-position: bottom right;
background-attachment: fixed;
background-repeat: no-repeat;
}
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
body {
background-color: white;
background-image: url(/images/bg/MountMcKinleyClimbing_1440.jpg);
- background-position: bottom left;
+ background-position: bottom right;
background-attachment: fixed;
background-repeat: no-repeat;
}
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
body {
background-color: white;
background-image: url(/images/bg/MountMcKinleyClimbing_1920.jpg);
- background-position: bottom left;
+ background-position: bottom right;
background-attachment: fixed;
background-repeat: no-repeat;
}
}
@media screen and (min-width: 1921px) {
body {
background-color: white;
background-image: url(/images/bg/MountMcKinleyClimbing_large.jpg);
- background-position: bottom left;
+ background-position: bottom right;
background-attachment: fixed;
background-repeat: no-repeat;
}
}
/* -------------------------------------------------------------
Content panel
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contentpanel {
background-color: rgba(255, 255, 255, 0.50);
padding: 1em 1em;
}
.contentpanel h1, .contentpanel h2, .contentpanel p {
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
color: black;
}
.contentpanel a {
color: #5f788d;
}
@media screen and (max-width: 834px) {
.contentpanel {
width: 100%;
position: fixed;
bottom: 0;
color: white;
text-align: center;
}
}
@media screen and (min-width: 835px) {
.contentpanel {
color: white;
width: 746px;
position: fixed;
bottom: 88px;
left: 88px;
}
.contentpanel h1 {
font-size: 30pt;
}
.contentpanel h2 {
font-size: 20pt;
}
.contentpanel p {
font-size: 16pt;
font-weight: 300;
}
}
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Mar 21, 06:07 (9 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3546518
Default Alt Text
(4 KB)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment