Advertisement
DesenvolverBatch

OtherSlide.css

Sep 28th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.23 KB | None | 0 0
  1. /*Div principal*/
  2. .sSLIDE {
  3.     width:500px;
  4.     height:980px;
  5. }
  6.  
  7. td.sIMG {
  8.     position: absolute; // mundando isso aqui eu consegui colocar os botões onde eu queria.
  9.     float: left; // aqui tbm
  10.  
  11.     padding:0px;
  12.     height:10px;
  13.     vertical-align:top;
  14.     text-align:center;
  15. }
  16.  
  17. /
  18. #imagem {
  19.    
  20.     border-top:blue 3px solid;
  21.     border-left:blue 3px solid;
  22.     border-right:blue 3px solid;
  23.     border-bottom:blue 3px solid;
  24.     vertical-align:top;
  25.  
  26.     width:500px;  
  27.     height:500px;
  28. }
  29.  
  30.  
  31.  
  32. td.sCONTROLE {
  33.     position: relative; // aqui tbm
  34.     float: right; // aqui tbm
  35.     border-left: 5px transparent; // aqui tbm
  36.    
  37.     /*background-color:#F5F4EF;
  38.     text-align:justify;
  39.     padding:3px;
  40.     border-top:#D7D7D7 0px solid;
  41.     border-left: 1px solid;
  42.     border-right:#D7D7D7 2px solid;
  43.     border-bottom:#D7D7D7 2px solid;*/
  44. }
  45.  
  46. span.quadro_pagina {
  47.     background-color:#FAFAFA;
  48.     font-size:11px;
  49.     font-family:tahoma,arial,verdana;
  50.     color:#555555;
  51.     text-align:center;
  52.     text-decoration:none;
  53.     border-left:#DDDDDD 1px solid;
  54.     border-top:#DDDDDD 1px solid;
  55.     border-right:#AAAAAA 1px solid;
  56.     border-bottom:#AAAAAA 1px solid;
  57.     padding-top:3px;
  58.     padding-right:5px;
  59.     padding-bottom:3px;
  60.     padding-left:5px;
  61. }
  62.  
  63. a.link0 {
  64.     outline:0;
  65.     text-decoration:none;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement