reader.css 5.18 KB
#content {
    padding-top: 30px;
    background: #fff9ef;
}

#lexeme-grid, #pattern-grid {
    margin-left: 30px;
}

#right {
    padding-left: 23px;
    padding-right: 30px;
    overflow: auto;
    font-size: 14px;
}

.ui-widget-content, .slick-column-name {
    color: black;
}

.ui-multiselect-menu {
    color: white;
}

.slick-column-name {
    font-weight: normal;
}

#header {
    height: 80px;
    background-color: black;
    position: relative;
}

#header div {
    display: inline-block;
}

#main-menu-container {
    position: relative;
    width: 345px;
    z-index: 51;
}

#main-menu-container div {
    display: block;
}

#branding {
    height: 65px;
    width: 250px;
    background: url("../images/sgjp.png") no-repeat 25px 15px;
    padding-left: 95px;
    padding-top: 15px;
    cursor: pointer;
    color: #eee;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}

#main-menu-container:hover #branding,
#branding.active {
    background-color: #888;
}

#main-menu-container .main-menu {
    display: none;
    /*position: absolute;
    top: 80px;
    left: 0;*/
    background: #555;
    width: 295px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    font-weight: normal;
    font-style: normal;
    color: white;
}

#main-menu-container:hover,
#settings-menu-container:hover #settings-menu,
#splash {
    -moz-box-shadow: 0 0 15px 5px #ffa500;
    -webkit-box-shadow: 0 0 15px 5px #ffa500;
    box-shadow: 0 0 15px 5px #ffa500;
}

#main-menu-container:hover .main-menu {
    display: block;
}

.main-menu p {
    font-size: 18px;
}

.main-menu p a {
    color: white;
    text-decoration: none;
}

.main-menu p:before {
    content: "• ";
}

.main-menu p.subitem:before {
    content: "– ";
}

.main-menu p.subitem {
    margin-left: 20px;
    font-size: 16px;
}

#branding img {
    vertical-align: middle;
}

.change-language {
    border: none;
    background: none;
    padding: 0;
}

.vsplitbar {
    background-color: transparent;
}

/* pasek menu dla leksemów i wzorów */

#search-panel {
    vertical-align: top;
    position: relative;
    top: 30px;
}

#text-search {
    width: 190px;
    height: 25px;
    margin-left: 20px;
    border: 1px solid #ffa500;
    background-color: #e1e1e1;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

#search-button {
    vertical-align: bottom;
    margin-bottom: 3px;
    margin-left: 10px;
}

.menu-button {
    position: absolute;
    top: 20px;
    border: 1px solid #ffa500;
    cursor: pointer;
}

.menu-button:hover,
.menu-button-active {
    -moz-box-shadow: 0 0 15px 5px #ffa500;
    -webkit-box-shadow: 0 0 15px 5px #ffa500;
    box-shadow: 0 0 15px 5px #ffa500;
}

#filter-button {
    right: 230px;
}

#settings-menu-container {
    position: absolute;
    padding: 20px;
    right: 130px;
}

#settings-menu-container:hover {
    background-color: #888;
}

#settings-button {
    position: static;
}

div#settings-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 220px;
    padding: 15px 15px 25px 50px;
    background-color: #555;
    color: white;
    z-index: 5;
}

div#settings-menu p {
    font-size: 18px;
}

#settings-menu p.item:before {
    content: "• ";
}

#settings-menu p.subitem {
    font-size: 16px;
    margin-left: 20px;
}

div#settings-menu a {
    color: white;
    text-decoration: none;
}

#settings-menu-container:hover #settings-menu {
    display: block;
}

#help-button {
    right: 70px;
}

#show-columns-button {
    cursor: pointer;
}

#settings-menu .switch-tab .ui-icon {
    display: none;
}

#settings-menu .current-language {
    position: relative;
}

#settings-menu .switch-tab.active .ui-icon,
#settings-menu .current-language .ui-icon {
    display: block;
    position: absolute;
    top: 2px;
    left: -22px;
}

#text-content li {
    display: list-item;
}

.nopun {
    list-style: none;
}

.leksem {
    font-variant: small-caps;
}

dl.symbol-list dt {
    font-style: italic;
    float: left;
    clear: left;
    width: 100px;
}

dl.notation-list dt {
    float: left;
    clear: left;
    width: 50px;
}


/* splash */

#splash-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 51;
}

#splash {
    border: 2px solid orange;
    width: 800px;
    height: 530px;
    background: white url('../images/sgjp100.png') no-repeat 50px 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -265px;
    margin-left: -400px;
}

#splash-content {
    margin-top: 70px;
    margin-left: 190px;
}

#splash-content .author {
    font-size: 20px;
    margin-right: 8px;
}

#splash-content h1 {
    font-weight: inherit;
    font-size: 45px;
}

#splash-content p {
    font-size: 20px;
}

#splash-footer {
    position: absolute;
    bottom: 50px;
    margin-right: 140px;
}

#splash-footer p {
    font-size: 11px;
}

#splash-button {
    position: absolute;
    bottom: 55px;
    right: 55px;
    width: 65px;
    height: 35px;
    border: 2px solid black;
    background-color: gray;
    color: white;
    text-align: center;
    cursor: pointer;
}

#splash-button span {
    vertical-align: middle;
    font-size: 18px;
    padding-top: 17px;
}

.show-splash {
    cursor: pointer;
}