Changeset 336 in tmcsimulator for trunk/webapps/cptms.html


Ignore:
Timestamp:
03/20/2019 08:59:57 AM (7 years ago)
Author:
jdalbey
Message:

added favicon and moved css to external style sheet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms.html

    r334 r336  
    66  <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
    77    <title>CPTMS Map v0.6.5</title>  
     8<link rel="icon"  
     9      type="image/png"  
     10      href="images/favicon.png"> 
    811  <!--  Styles  --> 
    9   <link rel="stylesheet" href="">     
    10 <style> 
    11         @font-face { 
    12           font-family: Scoreboard; 
    13           src: url('js/scoreboard.ttf'); 
    14         } 
    15       /* Set the size of the div element that contains the map */ 
    16       #mapdiv { 
    17         height: 100%; 
    18         width: 100%;   
    19        } 
    20         /* Makes the page fill the window. */ 
    21       html, body { 
    22         height: 100%; 
    23         margin: 0; 
    24         padding: 0; 
    25       } 
    26         /* A line of the CMS message display */ 
    27         .cms_sign { 
    28            height: 37px; 
    29            width: 272px; 
    30            resize: none; 
    31            font-family: Scoreboard; 
    32            font-size: xx-large; 
    33            background-color: #2F4F4F; 
    34            color: yellow; 
    35         } 
    36         /* Field for entering CMS Message line */ 
    37        .cms-input { 
    38            border: thin solid #333; 
    39            padding: 2px; 
    40            font-family: "Lucida Console", Monaco, monospace; 
    41            font-size: medium; 
    42            width: 163px; 
    43         } 
    44         /* Field for entering HAR Message line */ 
    45        .har-input { 
    46            border: thin solid #333; 
    47            padding: 2px; 
    48            font-size: medium; 
    49         } 
    50       #search-input { 
    51         background-color: #17263c;  /* #CD853F;  /*#E6E6FA; /* lavender */ 
    52         color: #E6E6FA;  /* #FFEFD5; */ 
    53         font-family: Roboto; 
    54         font-size: 18px; 
    55         font-weight: 400; 
    56         margin-left: 12px; 
    57         padding: 0 11px 0 13px; 
    58         text-overflow: ellipsis; 
    59         border-color: #746855;   /* #4d90fe; */ 
    60         width: 400px; 
    61       } 
    62       #search-input:focus { 
    63         border-color: #E6E6FA;  
    64       } 
    65       #ctrButton { 
    66         cursor: pointer; 
    67         background-color: #fff; 
    68         margin-right: 7px; 
    69         border: thick solid white; 
    70       } 
    71       #cms-info-label { 
    72            height: 20px; 
    73            width: 590px; 
    74            overflow: hidden; 
    75            background-color: #A8C5FF;  /*#ECECFB; */ 
    76            border: thin solid #BDBDBD; 
    77            padding: 5px; 
    78        } 
    79       #cms-message-display { 
    80            height: 390px; 
    81            width: 300px; 
    82            overflow: hidden; 
    83            float: left; 
    84        } 
    85       #har-msgdisplay1 { 
    86             background-color: darkgray; 
    87       } 
    88       #message-input { 
    89            height: 122px; 
    90            width: 170px; 
    91            background-color: #729FFF; 
    92            float: left; 
    93        } 
    94         /* CMS Dialog button panel */ 
    95        #buttonPanel { 
    96            height: 122px; 
    97            width: 125px; 
    98            background-color: #729FFF; 
    99            float: left; 
    100            padding: 20px; 
    101         } 
    102        .wrapper { 
    103            position: relative;\ 
    104         } 
    105         /* CMS Edit Message Dialog */ 
    106        .dialog { 
    107           position: absolute; 
    108           top: 10%; 
    109           left: 25%; 
    110           background-color: #729FFF; /* #ECECFB; */ 
    111           margin: auto; 
    112           padding: 20px; 
    113           border: 1px solid #888; 
    114           width: 680px; 
    115           height: 390px; 
    116           display: none;            
    117         } 
    118       .unstyled-button { 
    119         border: 0 none; 
    120         padding: 0; 
    121         background: none; 
    122         cursor: pointer; 
    123       }     
    124         /* The Close Button in the CMS Dialog */ 
    125         .close { 
    126           color: #2E2E2E; 
    127           float: right; 
    128           font-size: 30px; 
    129           font-weight: bold; 
    130         } 
    131         .close:hover, 
    132         .close:focus { 
    133           color: black; 
    134           text-decoration: none; 
    135           cursor: pointer; 
    136         } 
    137  
    138     </style> 
     12  <link rel="stylesheet" href="css/styles.css"> 
    13913  </head> 
    14014  <body> 
     
    342216    src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD6iTyN0DjP-9OVkAgicyp4tkC10naE_B8&libraries=places&callback=initMap"> 
    343217    </script> 
     218<!-- 
     219export GOOGLE_APPLICATION_CREDENTIALS="/home/jdalbey/Dropbox/TMCdocuments/TMC Simulator-c3ae15ddb96b.json" 
     220--> 
    344221  </body> 
    345222</html> 
Note: See TracChangeset for help on using the changeset viewer.