Changeset 38369


Ignore:
Timestamp:
2023-11-15T10:27:40+13:00 (6 months ago)
Author:
kjdon
Message:

merged the changes from core.css.for-gs312 into the main core.css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r38350 r38369  
    14731473        position: relative;
    14741474        overflow-y: hidden;
     1475        transition: none;
    14751476}
    14761477
     
    15281529    opacity: 0;
    15291530    pointer-events: none !important;
    1530 }
    1531 
    1532 @supports (-moz-appearance:none) { /* bad results in chrome, safari not tested */
    1533     .audio-scroll {
    1534         scroll-behavior: smooth;
    1535     }
    15361531}
    15371532
     
    15701565}
    15711566
     1567.chapter img {
     1568    filter: invert(1) !important;
     1569}
     1570
    15721571#chapter-alert {
    15731572    display: inline-block;
     
    15841583
    15851584.speakerName {
    1586     flex: 1;
     1585    display: flex;
     1586    flex-direction: row;
     1587    flex: 70%;
    15871588    pointer-events: none;
     1589    overflow-y: hidden;
    15881590}
    15891591
     
    15931595
    15941596.speakerTime {
    1595     flex: 1;
     1597    flex: 30%;
    15961598    text-align: right;
    15971599    pointer-events: none;
     
    17501752/* edit functionality */
    17511753#edit-panel {
    1752     max-width: 70%;
     1754    max-width: 65%;
    17531755    width: 50%;
    17541756    height: 0px;
     
    17991801
    18001802#edit-panel input[type='text'] {
    1801     /* width: 35%; */
     1803    min-width: 35%;
    18021804  /* border: 1px solid white; */
    18031805  outline: none;
     
    18071809    transition: 0.25s ease-in;
    18081810    background-color: white;
    1809     flex-grow: 1; /* size increases when div is enlarged */
     1811    /* flex-grow: 1; size increases when div is enlarged */
    18101812}
    18111813
     
    19121914    /* background-color: #888 !important; */
    19131915    opacity: 0.5;
    1914     filter: grayscale(100%);
    1915     -webkit-filter: grayscale(100%);
    19161916    /* cursor: not-allowed !important; */
    19171917    pointer-events: none;
     
    19401940    padding-right: 0.2rem;
    19411941    /* pointer-events: none; */
     1942}
     1943
     1944.region-conflict {
     1945    position: absolute;
     1946    right: 0;
     1947    width: 1rem !important;
     1948    height: 1rem;
     1949    padding-top: 0.2rem;
     1950    padding-right: 0.4rem;
     1951}
     1952
     1953.region-conflict:hover {
     1954    filter: invert(0.85) !important;
     1955}
     1956
     1957.conflict-hover-icon {
     1958    filter: invert(0) !important;
     1959    width: 0.8rem !important;
     1960    height: 0.8rem !important;
     1961    padding-right: 0.4rem;
    19421962}
    19431963
     
    20432063
    20442064#timeline-menu {
     2065    font-family: 'Courier New', monospace;
    20452066    position: absolute;
    20462067    right: 1.5rem;
     
    20952116    display: flex;
    20962117    flex-direction: row;
     2118    justify-content: right;
    20972119}
    20982120
     
    21002122    width: 90%;
    21012123    height: 100%;
     2124    margin-right: auto;
    21022125    background: transparent;
    21032126    border: none;
     
    21192142}
    21202143
     2144#filter-menu {
     2145    position: absolute;
     2146    width: 48%;
     2147    display: none;
     2148    flex-direction: row;
     2149    flex-wrap: nowrap;
     2150    justify-content: space-between;
     2151    align-items: center;
     2152    z-index: 21;
     2153    background: rgb(20, 30, 32);
     2154    color: white;
     2155    box-shadow: 1px 1px 15px black;
     2156    border: 1px solid #eee;
     2157    margin: 2px;
     2158    padding: 0.5rem;
     2159}
     2160
     2161#filter-menu.show {
     2162    display: flex;
     2163}
     2164
     2165#filter-menu input {
     2166    width: 30%;
     2167}
     2168
     2169#filter-menu span {
     2170    width: 4em;
     2171    text-align: right;
     2172}
     2173
     2174#filter-min {
     2175    margin-right: 1rem;
     2176}
     2177
     2178#filter-count {
     2179    color: #888;
     2180    align-self: flex-end;
     2181}
     2182
    21212183#chapters-container {
    2122     min-width: 30%;
    2123     max-width: 50%;
     2184    min-width: 45%;
     2185    max-width: 55%;
    21242186    width: 50%;
    21252187    height: 100%;
     
    21342196
    21352197#chapters-container img {
    2136     pointer-events: none;
     2198    /* pointer-events: none; */
    21372199    width: 1.5rem;
    21382200    padding: 0.2rem;
     
    22252287.version-select-menu-item:hover {
    22262288    background: #343434;
     2289}
     2290
     2291.version-has-conflict {
     2292    height: 1rem !important;
     2293    width: 1rem !important;
     2294    filter: invert(0) !important;
     2295    padding-left: 0.3rem;
     2296    vertical-align: middle;
    22272297}
    22282298
     
    22792349    --audio-accent-colour: #66d640;
    22802350    /* --audio-bg-colour: rgb(40, 54, 58); */
    2281     --audio-bg-colour: rgb(29, 43, 47);
     2351    /* --audio-bg-colour: rgb(29, 43, 47); */
     2352    --audio-bg-colour: rgb(29, 40, 47);
    22822353
    22832354    /* document editor, width of editable usercomments cells */
Note: See TracChangeset for help on using the changeset viewer.