Page 4 of 4 FirstFirst 1234

Thread: Luna Fullscreen

  1. #61
    I have no idea what's going on here
    It looks like we're dissecting Luna

    ♈♉♊♓♌♍♎♏♐♒♋ȵ
    Burnt marshmallows

  2. #62

  3. #63
    Luna script /* --------------------------------------------------------------------------- reset
    ------------------------------------------------------------------------ */


    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }


    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }


    body {
    line-height: 1;
    }


    ol, ul {
    list-style: none;
    }


    blockquote, q {
    quotes: none;
    }


    blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    }


    table {
    border-collapse: collapse;
    border-spacing: 0;
    }/* ----------------------------------------------------------------------------- general-------------------------------------------------------------------------- */body { font-family: Arial,Helvetica,sans-serif; background-color: black;}a { cursor: pointer; text-decoration: none; color: black;}a:hover { color: blueviolet;}h1 { font-size: 20px; margin-bottom: 15px; color: #474849;}.mild { font-size: 10px; color: grey;}#luna-holder { background-color: #343536; overflow: hidden;}.Page { background-color: #545556;}.pixel-image { image-rendering: optimizeSpeed; // Older versions of FF image-rendering: -moz-crisp-edges; // FF 6.0+ image-rendering: -webkit-optimize-contrast; // Webkit (Safari now, Chrome soon) image-rendering: optimize-contrast; // Possible future browsers. -ms-interpolation-mode: nearest-neighbor; // IE}

    .clear-float { clear: both; width: 100%;}.MuteButton img, .MutePanel { padding: 3px; background-color: white; border-radius: 3px;}.Slider { position: relative;}.ColorPickerPanel { background-color: #EEEEEE; border-radius: 3px; z-index: 998;}.ColorPalette li { width: 20px; height: 20px;}/* ---------------------------------------------------------------------------- tabs------------------------------------------------------------------------- */.Tabs li { float: left; border: 1px #323435 solid; border-top-left-radius: 5px; border-top-right-radius: 5px; background-color: #E0E6FF; padding: 3px 7px; margin-left: -1px; cursor: pointer; color: #131415;}.Tabs li.tab-hover { background-color: white; border: 1px blueviolet solid; border-bottom: 1px white solid; border-top: 1px #ecedee solid; color: #240021;}.Tabs li.tab-selected { background-color: white;
    border: 1px grey solid; border-bottom: 1px white solid; border-top: 1px #ecedee solid; color: black;}/* ----------------------------------------------------------------------------- lobby-------------------------------------------------------------------------- */.LobbyLeft .Page, .LobbyRight .Page { background: rgba(255, 255, 255, .9); border-top-right-radius: 10px;}/* ----------------------------------------------------------------------------- title menu-------------------------------------------------------------------------- */#titleButtons { position: absolute; left: 0; text-align: center; z-index: 3; width: 100%;}#titleButtons li { padding-top: 15px;}#titleButtons a { color: #9e97f4; font-size: 18px; font-weight: lighter; text-shadow: 2px 2px 2px #000;}#titleButtons a:hover { color: white;}/* ----------------------------------------------------------------------------- popup-------------------------------------------------------------------------- */.PopupHolder { }

    .Popup { background-image: url('../img/menu/popup-bg.png'); background-repeat: repeat;}.popup-wrap { margin-left: auto; margin-right: auto; border: solid 1px #484849; box-shadow: 2px 2px 4px -2px black; max-width: 500px; border-radius: 3px;}.popup-content { padding: 30px 30px; text-align: center; background-color: white; max-height: 400px; color: black;}.popup-buttons { background-color: #f2f2f2; padding: 10px; border-top: solid 1px #e6e6e6; min-height: 30px;}.popup-buttons li { float: right; margin-left: 10px;}.popup-buttons a { border-radius: 3px; padding: 5px; color: black; display: block; background-color: white; border: solid 1px grey;}.popup-buttons a:hover { color: blueviolet;}/* ----------------------------------------------------------------------- Editors
    -------------------------------------------------------------------- */.Editor { background-color: #989892; border-top-right-radius: 5px; overflow: hidden;}.tool-button { margin: 1px; width: 32px; height: 32px; float: left; border: 1px white solid;}.LayerPanel .tool-button { width: 16px; height: 16px; border: none; margin: 0px; float: right;}.tool-button:hover { background-color: #C9DDF0;}.tool-button-selected { background-color: #E0E6FF; border: 1px grey solid;}.Panel { background-color: white; border-radius: 5px; padding: 5px; width: 72px; z-index: 997;}.panel-category { clear: both; width: 100%; font-size: 10px; color: grey; border-bottom: 1px #EEEEEE solid; padding: 3px 0px;}

    .panel-slider { width: 70px; display: block; float: left; height: 30px; position: relative; clear: both; margin-left: 2px; margin-top: 2px;}.slider-input { font-size: 10px; height: 10px; margin-left: 5px; position: relative; top: -2px; width: 25px;}.LayerListing { cursor: pointer; border-bottom: #BBBBBB 1px solid; padding: 3px; font-size: 12px;}.layer-listing-hover { background-color: #C9DDF0;}.layer-listing-selected { background-color: #E0E6FF;}/* ------------------------------------------------------------------------- Ship Editor---------------------------------------------------------------------- */.PartTile { background-color: white; border: 1px grey solid;}.PartPicker { overflow-y: scroll; background-color: white;
    }.PartGroup h1 { background-color: #EBC4FF; color: #232425; padding: 4px; margin-bottom: 5px;}.PartListing { position: relative; margin-left: 10px; padding: 5px; border-top: 1px solid #EEEEEE; border-top-left-radius: 5px;}.part-listing-hover { background-color: #E0E6FF;}.part-listing-selected { background-color: #C9DDF0; margin-left: 0px;}.PartListing h2 { color: #121314; font-size: 16px; margin-left: 23px; margin-bottom: 5px;}.part-info { font-size: 13px; color: #343536;}.part-display { position: absolute; width: 20px; height: 20px; top: 3px; left: 3px; z-index: 2;}
    derp

Page 4 of 4 FirstFirst 1234