Changeset 598 in tmcsimulator for branches/LCSv1/static


Ignore:
Timestamp:
03/25/2020 01:47:16 PM (6 years ago)
Author:
liquan
Message:

Styled index.html (login page), home.html and search.html of LCSv1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv1/static/css/lcstrain.css

    r593 r598  
    276276.label {  
    277277        font-family: geneva, sans-serif;  
    278         font-size: 16px;  
     278        font-size: 18px;  
    279279        color: #003366;  
    280280        font-weight: bold;  
    281         text-align: right;  
     281    text-align: right;  
     282    margin: 0% 1% 0% 3%; 
    282283} 
    283284 
     
    620621        font-size: 32px; 
    621622        font-weight: bold; 
    622         text-align: center; 
     623    text-align: center; 
     624    color: #08298A; 
    623625} 
    624626div.header h1 { 
     
    887889select { 
    888890        font-family: Arial, Helvetica, sans-serif; 
    889         font-size: 11px; 
     891        font-size: 18px; 
    890892} 
    891893textarea { 
     
    899901input { 
    900902        font-family: Arial, Helvetica, sans-serif; 
    901         font-size: 11px; 
     903        font-size: 18px; 
    902904} 
    903905.dtm_msg { 
     
    12511253 
    12521254.heading2 { 
    1253     font-size: 16px; 
     1255    font-size: 20px; 
     1256    font-weight: bold; 
     1257    margin-top: 1em; 
     1258    margin-bottom: 1em; 
     1259    margin-left: 0px; 
     1260    margin-right: 0px; 
     1261} 
     1262 
     1263.heading3 { 
     1264    font-size: 22px; 
    12541265    font-weight: bold; 
    12551266    margin-top: 1em; 
     
    16841695 
    16851696 .block-content { 
    1686      padding: 0% 25% 0% 40%; 
     1697     /* padding: 0% 25% 0% 40%; */ 
     1698     justify-content: center; 
    16871699 } 
    16881700 
     
    17101722    margin-left: 20%; 
    17111723} 
     1724 
     1725label.username-label { 
     1726    font-size: 20px; 
     1727    margin-right: 1%; 
     1728    font-family: geneva, sans-serif;  
     1729        color: #003366;  
     1730        font-weight: bold;  
     1731        text-align: right;  
     1732} 
     1733 
     1734.searchform { 
     1735    margin: 4% 0% 4% 0%; 
     1736    justify-content: center; 
     1737    width: 650px; 
     1738} 
Note: See TracChangeset for help on using the changeset viewer.