Changeset 47 in code for trunk/static/partage.css


Ignore:
Timestamp:
Oct 20, 2021, 4:09:09 PM (4 years ago)
Author:
dev
Message:

Improve interface with simple drag and drop capability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/static/partage.css

    r18 r47  
    33        margin: auto;
    44        max-width: 540px;
    5         text-align: center;
    65        font-family: serif;
    76        font-size: 1.5rem;
     7        text-align: center;
    88        background-color: #eeeeee;
    99        color: #222222;
     
    1818}
    1919
     20section {
     21        display: flex;
     22        justify-content: flex-end;
     23        font-size: initial;
     24}
    2025
    21 img#logo { height: 100%; max-height: 30vh; }
    22 h1 { font-size: 4.5rem; }
    23 ul { list-style: none; padding: 0; }
     26section#formsettings > * {
     27        margin-top: 20px;
     28        margin-left: 20px;
     29}
     30
     31img#logo {
     32        height: 100%;
     33        max-height: 30vh;
     34}
     35
     36h1 {
     37        font-size: 4.0rem;
     38}
     39
     40ul {
     41        list-style: none;
     42        text-align: left;
     43        display: inline-block;
     44}
     45
     46.dropzone {
     47        padding-top: 60px;
     48        padding-bottom: 60px;
     49        border: 2px dashed #888888;
     50        border-radius: 8px;
     51        text-align: center;
     52        margin: auto;
     53        color: #888888;
     54}
     55
     56.dropzone.dragover {
     57        color: #222222;
     58        border-color: #222222;
     59}
    2460
    2561/* font attributes are not inherited by default */
     
    5793        }
    5894}
    59 
Note: See TracChangeset for help on using the changeset viewer.