Ignore:
Timestamp:
2022-07-21T19:43:19+12:00 (22 months ago)
Author:
anupama
Message:

Added final functionality to lomdemo-e Documented Example Collection for GS3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/lomdemo-e/style/lom-style.css

    r36292 r36295  
    1 :root {
    2   --mdtabtabbg : #f0fff0;
     1:root { --pagewidth : 537px; }
     2.mdtabtabbg { background-color: #f0fff0; }
     3
     4table.lom {
     5    border-bottom: 4px solid #f0fff0;
     6    /*border-bottom: 1px solid black;*/
     7    border-spacing: 0px; /*cellspacing: 0;*/
     8    width: var(--pagewidth);
    39}
    410
    5 
    6 .mdtexttab {width: 100px;
     11.mdtexttab {
     12    width: 100px;
    713    text-align: center;
    814    border-left:  1px solid black;
     
    1218
    1319.mdtabdip {width: 10px;
    14     border-bottom: 1px solid black;
    15     background-color: white;
     20    border-bottom: 1px solid black;
    1621}
    1722
    1823.mdtabblank {width: 100px;
    19     border-bottom: 1px solid black;
    20     background-color: white;
     24    border-bottom: 1px solid black;
    2125}
    2226
    2327.mdtabfill {
    24     border-bottom: 1px solid black;
    25     background-color: white;
     28    border-bottom: 1px solid black;
    2629}
    2730
     
    3336}
    3437
     38textarea {
     39    cols: 80;
     40    rows: 25;
     41    width: var(--pagewidth);
     42}
    3543
    3644table.metadata
    3745{
     46width: var(--pagewidth);
    3847border-spacing: 0px
    3948}
Note: See TracChangeset for help on using the changeset viewer.