Warning, /education/marble/src/lib/marble/webpopup/placesscreen.css is written in an unsupported language. File is not indexed.

0001 /* * Style sheet for weather plugin
0002     ==================================================*/
0003 
0004 h1 {
0005     color: #b3925d;
0006     font-size: 20px;
0007     margin-top: 20px;
0008 }
0009 
0010 h2 {
0011     color: #888a85;
0012     font-size: 18px;
0013     margin-top: 15px;
0014 }
0015 
0016 h3 {
0017     color: #b3925d;
0018     font-size: 16px;
0019     margin-top: 15px;
0020 }
0021 
0022 table {
0023     font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
0024     border-collapse: collapse;
0025     width: 220px;
0026 }
0027 
0028 tr.blue td {
0029     border-top: 1px solid #2e3436;
0030     border-bottom: 1px solid #2e3436;
0031     background: #2e3436;
0032     color: white;
0033     font: bold 12px/26px Verdana, Arial, Helvetica, sans-serif;
0034 }
0035 
0036 tr:nth-child(even) {
0037     background: #FFF;
0038 }
0039 
0040 tr:nth-child(odd) {
0041     background: #fff6c8;
0042 }
0043 
0044 td {
0045     border-bottom: 1px solid #CCC;
0046     padding: 0 0.5em;
0047 }
0048 
0049 td+td {
0050     border-left: 1px solid #CCC;
0051     text-align: center;
0052 }
0053 
0054 p.gray {
0055     color: #888a85;
0056     font-size: 12px;
0057 }
0058 
0059 p {
0060     color: black;
0061     font-size: 11px;
0062     width: 220px;
0063 }
0064 
0065 hr {
0066     margin-left: 0px;
0067     width: 220px;
0068     margin-top: 15px;
0069 }
0070 
0071 a {
0072     color: #382509;
0073 }
0074 
0075 .name, .flag {
0076     width: 220px;
0077     height: 50px;
0078 }
0079 
0080 .flag {
0081     background-repeat:no-repeat;
0082     background-size: contain;
0083     background-position:right center;
0084 }