server/java/renkan-web/src/main/webapp/static/css/renkanProject.css
author ymh <ymh.work@gmail.com>
Sun, 14 Jul 2024 22:00:08 +0200
changeset 666 9d6550026232
parent 394 1e60ba9ae38b
permissions -rw-r--r--
Added tag V00.13.04 for changeset 69d13e7dd286

/* =============================================================================
   Renkan
   ========================================================================== */
body {
  background-color: #1E1E1E;
}   

header {
    font-size: 12px;
    height: 15px;
    padding: 5px 0 2px 10px;
    color: white;
}

footer {
    font-size: 10px;
    position:absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 2px 0;
    color: white;
}

a, a:VISITED, a:LINK {
    color: white;
    text-decoration: none;
}

.Rk-Main a, .Rk-Main a:LINK {
    color: #080808;
    text-decoration: none;
}


.Rk-Main a:VISITED {
    color: #333333;
    text-decoration: none;
}


a:HOVER {
    text-decoration: underline;
}


#renkan-wrapper {
    position:absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 18px;
}

#renkan-container {
    min-height: 100%;
    position: relative;
    width: 100%;
}

#version {
    padding-right: 5px;
}