Changeset 491

Show
Ignore:
Timestamp:
04/11/07 22:17:40 (2 years ago)
Author:
malte
Message:

put the style inside again

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/domain_default_page/index.html

    r474 r491  
    77<title>Homepage of {DOMAIN_NAME}</title> 
    88<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
    9 <link href="/ispcp/themes/omega_original/css/ispcp.css" rel="stylesheet" type="text/css"> 
     9<style type="text/css"> 
     10<!-- 
     11body { 
     12 margin-left:  0px; 
     13 margin-top:   0px; 
     14 margin-right:  0px; 
     15 margin-bottom:  0px; 
     16 background-color: #ffffff; 
     17
     18 
     19/*********************************** LINKS ************************************/ 
     20a.link, a.link:link, a.link:visited { 
     21 color:    #000099; 
     22 text-decoration: underline; 
     23 font-weight:  normal; 
     24
     25 
     26a.link:hover, a.link:active, a.link:focus { 
     27 color:    #000000; 
     28 text-decoration: none; 
     29
     30.login { 
     31 font-family:  geneva, arial, helvetica, sans-serif; 
     32 font-size:   11px; 
     33 color:    #000; 
     34 white-space:  nowrap; 
     35 text-decoration: none; 
     36
     37td { 
     38 font-family:  arial, helvetica, sans-serif; 
     39 font-size:   12px; 
     40
     41--> 
     42</style> 
    1043</head> 
    1144