diff sexy.css @ 23:707d202f58b1 laserkard

[svn r24] added.... ARROWS~!
author rlm
date Sun, 03 Jan 2010 08:30:32 -0500
parents 3298256dd459
children 2979a76e3fdf
line wrap: on
line diff
     1.1 --- a/sexy.css	Sun Jan 03 03:36:21 2010 -0500
     1.2 +++ b/sexy.css	Sun Jan 03 08:30:32 2010 -0500
     1.3 @@ -1,8 +1,77 @@
     1.4  
     1.5 +div#trifold
     1.6 +{
     1.7 +position:relative;
     1.8 +width:505;
     1.9 +background-color:#000000;
    1.10 +margin-bottom:100px;
    1.11 +margin-top:25px;
    1.12 +font: bold 14px "helvetica","arial", "sans-serif";
    1.13 +color: white;
    1.14 +
    1.15 +
    1.16 +}
    1.17 +
    1.18 +
    1.19 +div#trileft
    1.20 +{
    1.21 +
    1.22 +position:absolute;
    1.23 +top:0;
    1.24 +left:2.5%;
    1.25 +width:45%;
    1.26 +
    1.27 +
    1.28 +padding:5px;
    1.29 +border-style:solid;
    1.30 +border-color:#79797b;
    1.31 +border-width:1px;
    1.32 +
    1.33 +
    1.34 +
    1.35 +}
    1.36 +
    1.37 +
    1.38 +
    1.39 +
    1.40 +div#triright
    1.41 +{
    1.42 +position:absolute;
    1.43 +
    1.44 +top:0;
    1.45 +left:52.5%;
    1.46 +width:45%;
    1.47 +padding:5px;
    1.48 +border-style:solid;
    1.49 +border-color:#79797b;
    1.50 +border-width:1px;
    1.51 +}
    1.52 +
    1.53 +
    1.54 +div#wtf
    1.55 +{
    1.56 +padding:5px;
    1.57 +border-style:solid;
    1.58 +border-color:#79797b;
    1.59 +border-width:1px;
    1.60 +}
    1.61 +
    1.62 +
    1.63 +div#arrowleft
    1.64 +{
    1.65 +float:left;
    1.66 +margin:7px;
    1.67 +}
    1.68 +
    1.69 +div#arrowright
    1.70 +{
    1.71 +float:right;
    1.72 +margin:7px;
    1.73 +}
    1.74  
    1.75  h1 
    1.76  {
    1.77 -font-size:;
    1.78 +
    1.79  color: white;
    1.80  background-color:#000000;
    1.81  text-align: center;
    1.82 @@ -29,6 +98,7 @@
    1.83           
    1.84  div#i_materials
    1.85  {
    1.86 +
    1.87  display: none;
    1.88  padding:5px;
    1.89  border-style:solid;
    1.90 @@ -47,7 +117,7 @@
    1.91  
    1.92  div#i_templates
    1.93  {
    1.94 -font-size:;
    1.95 +
    1.96  color: white;
    1.97  background-color:#000000;
    1.98  text-align: left;
    1.99 @@ -73,6 +143,19 @@
   1.100  
   1.101  
   1.102  
   1.103 +titletron
   1.104 +{
   1.105 +
   1.106 +
   1.107 +color: white;
   1.108 +background-color:#000000;
   1.109 +text-align: left;
   1.110 +font: bold 32px "arial", "sans-serif";
   1.111 +
   1.112 +}
   1.113 +
   1.114 +
   1.115 +
   1.116  div#display 
   1.117  {
   1.118  
   1.119 @@ -102,7 +185,10 @@
   1.120  
   1.121  div#i_inputbox
   1.122  {
   1.123 -padding:5px;
   1.124 +
   1.125 +padding-left:10px;
   1.126 +padding-top:10px;
   1.127 +padding-right:0px;
   1.128  border-style:solid;
   1.129  border-color:#79797b;
   1.130  border-width:1px;
   1.131 @@ -160,6 +246,38 @@
   1.132  
   1.133  
   1.134  
   1.135 +div#buttoncon
   1.136 +{
   1.137 +position:relative;
   1.138 +
   1.139 +}
   1.140 +
   1.141 +
   1.142 +div#vanish
   1.143 +{
   1.144 +position:absolute;
   1.145 +top:0px;
   1.146 +left:0px;
   1.147 +z-index:2;
   1.148 +}
   1.149 +
   1.150 +div#crush
   1.151 +{
   1.152 +position:relative;
   1.153 +left:8px;
   1.154 +top:0px;
   1.155 +z-index:1;
   1.156 +}
   1.157 +
   1.158 +
   1.159 +
   1.160 +
   1.161 +
   1.162 +
   1.163 +
   1.164 +
   1.165 +
   1.166 +
   1.167  /*stuff to make the containing divs actually contain the stuff they contain.*/
   1.168  
   1.169      .clearfix:after {