Home | History | Annotate | Download | only in source.android.com
      1 .title {
      2     color:#333;
      3     font-size: 34px;
      4     margin: 36px 0 27px;
      5     padding:0 0 10px;
      6     font-weight:300;
      7 }
      8 
      9 #header {
     10   padding: 1.2em 0 0.2em 0;
     11   margin: 10px 120px;
     12 }
     13 
     14 a:hover,
     15 acronym:hover {
     16   color: #7aa1b0 !important; }
     17 
     18 a:link, a:visited {
     19   color: #258aaf;
     20   text-decoration: none;
     21 }
     22 
     23 a:focus, a:hover, a:active {
     24   color: #33b5e5;
     25   text-decoration: none;
     26 }
     27 
     28 a.toptab {
     29   color: #333;
     30   font-size: 16px;
     31 }
     32 
     33 a.devices {
     34   color: #F80;
     35   font-size: 16px;
     36 }
     37 
     38 hr.light {
     39     border: 0;
     40     height: 0;
     41     border-top: 1px solid rgba(0, 0, 0, 0.1);
     42     border-bottom: 1px solid rgba(255, 255, 255, 0.3);
     43 }
     44