mirror of
https://github.com/Nino85Whitman/OSMW-OpenSim-Manager-Web.git
synced 2026-08-14 00:57:48 +00:00
83 lines
2.1 KiB
CSS
83 lines
2.1 KiB
CSS
/* CSS v0.1 by djphil */
|
|
*{margin: 0px; padding: 0px;}
|
|
img {border: 0px;}
|
|
/* body {margin-top: 40px;} */
|
|
body {padding-top: 20px;}
|
|
|
|
.iframe-container {
|
|
padding-bottom: 60%;
|
|
padding-top: 30px;
|
|
height: 0px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.iframe-container iframe,
|
|
.iframe-container object,
|
|
.iframe-container embed {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.title {
|
|
color: rgba(32, 32, 32, 0.75);
|
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.title span {
|
|
color: rgba(200, 16, 16, 0.75);
|
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.title, .title span {
|
|
font: bold 100px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
text-shadow:
|
|
0 1px 0 #cccccc,
|
|
0 2px 0 #c9c9c9,
|
|
0 3px 0 #bbbbbb,
|
|
0 4px 0 #b9b9b9,
|
|
0 5px 0 #aaaaaa,
|
|
0 6px 1px rgba(0, 0, 0, 0.1),
|
|
0 0 5px rgba(0, 0, 0, 0.1),
|
|
0 1px 3px rgba(0, 0, 0, 0.3),
|
|
0 3px 5px rgba(0, 0, 0, 0.2),
|
|
0 5px 10px rgba(0, 0, 0, 0.25),
|
|
0 10px 10px rgba(0, 0, 0, 0.2),
|
|
0 20px 20px rgba(0, 0, 0, 0.15);
|
|
-webkit-transition: .2s all linear;
|
|
}
|
|
|
|
.title:hover {cursor: text;}
|
|
.title:focus {outline: none;}
|
|
|
|
.footer {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
/* */
|
|
.pdf {
|
|
height: 1135px;
|
|
width: 100%;
|
|
border: 0px;
|
|
}
|
|
|
|
pre, .preformat {
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
|
|
background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
|
|
width: 100%;
|
|
font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
|
|
padding: 15px;
|
|
color: #fff;
|
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(255, 255, 255, 0.3);
|
|
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(255, 255, 255, 0.3);
|
|
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(255, 255, 255, 0.3);
|
|
}
|