views/page_head.php
changeset 3 f3e55c2386a1
equal deleted inserted replaced
2:7c6c888b2fed 3:f3e55c2386a1
       
     1 <html>
       
     2 <head>
       
     3 <title>Opiniarbo</title>
       
     4 <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
       
     5 <meta http-equiv="cache-control" content="no-cache">
       
     6 
       
     7 <style type="text/css">
       
     8 
       
     9 body {
       
    10  background-color: #fff;
       
    11  margin: 40px;
       
    12  font-family: Lucida Grande, Verdana, Sans-serif;
       
    13  font-size: 14px;
       
    14  color: #4F5155;
       
    15 }
       
    16 
       
    17 a {
       
    18  color: #003399;
       
    19  background-color: transparent;
       
    20  font-weight: normal;
       
    21 }
       
    22 
       
    23 h1 {
       
    24  color: #444;
       
    25  background-color: transparent;
       
    26  border-bottom: 1px solid #D0D0D0;
       
    27  font-size: 16px;
       
    28  font-weight: bold;
       
    29  margin: 24px 0 2px 0;
       
    30  padding: 5px 0 6px 0;
       
    31 }
       
    32 
       
    33 code {
       
    34  font-family: Monaco, Verdana, Sans-serif;
       
    35  font-size: 12px;
       
    36  background-color: #f9f9f9;
       
    37  border: 1px solid #D0D0D0;
       
    38  color: #002166;
       
    39  display: block;
       
    40  margin: 14px 0 14px 0;
       
    41  padding: 12px 10px 12px 10px;
       
    42 }
       
    43 
       
    44 </style>
       
    45 </head>
       
    46 <body>
       
    47