diff dylan/laserkard.css @ 0:599d0315537d laserkard

[svn r1] initial import
author rlm
date Wed, 30 Dec 2009 02:01:25 -0500
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dylan/laserkard.css	Wed Dec 30 02:01:25 2009 -0500
     1.3 @@ -0,0 +1,93 @@
     1.4 +
     1.5 +p {margin-left:20px}
     1.6 +body {}
     1.7 +body
     1.8 +{
     1.9 +
    1.10 +margin:0;
    1.11 +padding:0;
    1.12 +background-color:red
    1.13 +}
    1.14 +
    1.15 +.main
    1.16 +{
    1.17 +position:relative;
    1.18 +margin-left: auto ;
    1.19 +margin-right: auto ;
    1.20 +background-color:blue;
    1.21 +width: 300px ;
    1.22 +}
    1.23 +
    1.24 +
    1.25 +.cards
    1.26 +{
    1.27 +position:relative;
    1.28 +width: 700px ;
    1.29 +height: 300px;
    1.30 +margin-left: auto;
    1.31 +margin-right: auto;
    1.32 +background-color:#00ff00;
    1.33 +
    1.34 +}
    1.35 +
    1.36 +
    1.37 +h1
    1.38 +{
    1.39 +width:250px;
    1.40 +padding:10px;
    1.41 +border:5px solid gray;
    1.42 +margin:10px; 
    1.43 +min-width: 200px;
    1.44 +min-height: 200px;
    1.45 +
    1.46 +
    1.47 +}
    1.48 +
    1.49 +
    1.50 +.contact
    1.51 +{
    1.52 +position:absolute;
    1.53 +left:10px;
    1.54 +top:5px;
    1.55 +background-color:#FEE2F9;
    1.56 +min-width: 245px;
    1.57 +min-height: 140px;
    1.58 +
    1.59 +
    1.60 +
    1.61 +
    1.62 +}
    1.63 +a:link {color:#FF0000}      /* unvisited link */
    1.64 +a:visited {color:#00FF00}  /* visited link */
    1.65 +a:hover {color:#FF00FF}  /* mouse over link */
    1.66 +a:active {color:#0000FF}  /* selected link */
    1.67 +
    1.68 +
    1.69 +
    1.70 +
    1.71 +.buy 
    1.72 +{
    1.73 +position:absolute;
    1.74 +left:100px;
    1.75 +top:300px;
    1.76 +background-color:#423333;
    1.77 +}
    1.78 +
    1.79 +
    1.80 +
    1.81 +
    1.82 +
    1.83 +
    1.84 +.about
    1.85 +{
    1.86 +position:absolute;
    1.87 +left:100px;
    1.88 +top:300px;
    1.89 +background-color:#9373fa;
    1.90 +}
    1.91 +
    1.92 +
    1.93 +
    1.94 +
    1.95 +
    1.96 +