diff options
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/dump.css | 11 | ||||
| -rw-r--r-- | static/css/miatile.css | 119 |
2 files changed, 130 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 5ae714f..33211a3 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2506,3 +2506,14 @@ a#disregister:hover { color: green; } +.rainbow { + background-image:-webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) ); + color:transparent; + -webkit-background-clip: text; +} + +.nick_aids_enoch a:link, .nick_aids_enoch .content, .nick_aids_enoch .msg-hover { color: transparent; text-shadow: 0 0 5px #857E96; } +.nick_aids_enoch { opacity: 0.3; } + +.bigimage { max-width: none!important; max-height: none!important;width:100% } + diff --git a/static/css/miatile.css b/static/css/miatile.css new file mode 100644 index 0000000..ee07316 --- /dev/null +++ b/static/css/miatile.css @@ -0,0 +1,119 @@ +body { + width: 800px;color:#000;padding-bottom:50px;margin-top:-5px;margin:0 auto 0; +font-family: sans-serif; font-style: oblique; background:-moz-linear-gradient(top, pink, #000 50%, #000 51%, lightyellow); + background:-webkit-gradient(linear, left top, left bottom, from(pink), color-stop(50%, #000), color-stop(51%, #000), to(red));background-attachment:fixed; +background-image:url('http://dump.fm/images/20110227/1298835651215-dumpfm-ryder-MAYA_TILE.gif');background-position:center top;background-attachment:fixed;background-color:#ccc; +} + +.page-title { + text-align: center;display:inline-block; +} + +.page-title input { + font-size: 50%; +font-family: Monaco, "Courier New", Courier, monospace;letter-spacing:3px;color:#333; +/*border:9px ridge blue;*/width:140%;background-color:lightyellow; +} + +.page-canvas { + border: 1px inset white; + margin: 0 auto; + overflow: hidden;background-image:url('http://ryder-ripps.com/FF/bg.jpg');background-position:top left;background-attachment:fixed; + position: relative;float:left;margin-bottom:10px; +} + +.page-canvas .active img { + border: 3px dashed orange; + margin: -3px; +} + +.page-editor { + +} + +.page-editor-layer {width:790px; + margin-top: 5px;cursor:pointer;margin-bottom:15px; + background-color: white;text-align:left;display:inline-block; +padding:5px; border: 1px inset gold;color:#333; +} + +.page-editor-layer .url-input { + width: 80%;background-color:lightyellow;display:inline-block; +} + +.page-editor-layer .fullscreen-handle { + float: left;cursor:pointer; display:inline-block; +} +.page-editor-layer img{margin-right:5px;padding-top:5px;display:inline-block;} + +.page-editor-layer .delete-handle {display:inline-block; + float: right;cursor:pointer;padding-top:5px; +} +.page-editor-layer .rotate-handle{float:left;display:inline-block;} +.drag-handle{display:inline-block;float:left;margin} +.page-editor-layer-list .ui-state-highlight { + height: 2em;cursor:pointer; + line-height: 1.2em; float: right; +} + +#unsaved-warning-msg { +display:inline-block; +text-align:center;width:200px; + color: black;padding:15px;background-color:yellow; +border:5px dashed black;font-size:100%;font-style: oblique;font-family: cursive; +float:right; +} +button{ +letter-spacing:1px; + text-decoration:none; + padding:2px 12px 3px 12px; + cursor:pointer;font-size:20px; + position:relative;font-weight:100; + overflow:hidden; + vertical-align:middle; + background:#448ed4; border:1px ridged #fff; + background:-moz-linear-gradient(top, blue, #000 50%, #000 51%, lightyellow); + background:-webkit-gradient(linear, left top, left bottom, from(blue), color-stop(50%, #000), color-stop(51%, #000), to(red)); + text-decoration:none;color:#fff;font-style: oblique; + -moz-border-radius:4px; + -webkit-border-radius:4px; + -moz-box-shadow:#777 0 0 0 1px; + -webkit-box-shadow:#777 0 0 0 1px; + text-shadow:rgba(0,0,0,.4) 0 1px 0;display:inline-block;width:300px; +} + + + +#recent-pages{ +float:left; +padding:9px; +border:1px dashed gold; +max-height:222px; +overflow:auto;display:none; +margin-top:50px; +margin-bottom:50px; +} +#recent-pages a{text-decoration:none; font-size: 55%; +font-family: Monaco, "Courier New", Courier, monospace;letter-spacing:3px;color:#333;} +#recent-pages a:hover{text-decoration:underline;} + +#thumbnail-uploader{ +letter-spacing:1px; + text-decoration:none; + padding:2px 12px 3px 12px; + cursor:pointer;font-size:20px; + position:relative;font-weight:100; + overflow:hidden; + vertical-align:middle;margin-left:10px; + background:#448ed4; border:1px ridged #fff; + background:-moz-linear-gradient(top, blue, #000 50%, #000 51%, lightyellow); + background:-webkit-gradient(linear, left top, left bottom, from(blue), color-stop(50%, #000), color-stop(51%, #000), to(red)); + text-decoration:none;color:#fff;font-style: oblique; + -moz-border-radius:4px; + -webkit-border-radius:4px; + -moz-box-shadow:#777 0 0 0 1px; + -webkit-box-shadow:#777 0 0 0 1px; + text-shadow:rgba(0,0,0,.4) 0 1px 0;display:block;width:80px;margin-top:10px;margin-bottom:20px; +} +#address-picker{top:0px;margin-top:-60px;} +#map{min-width:750px;min-height:550px;}
\ No newline at end of file |
