Advertisement
Guest User

css

a guest
Mar 31st, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.46 KB | None | 0 0
  1. .tabContainer {
  2.   color:black;
  3.   width:440px;
  4.   height:1060px;
  5.   margin:17px auto;
  6.   padding-top:20px;
  7.   padding-right:20px;
  8.   padding-left:20px;
  9.   margin-left:140px;
  10.   background:url('/images/backgrounds.png');
  11.   background-repeat: no-repeat;
  12.   border:0px solid #222;
  13.   text-shadow: 1px 1px 1px #000;
  14.   cursor:crosshair;
  15. }
  16.  
  17. .tabsContainer {
  18.   color:black;
  19.   width:350px;
  20.   height:455px;
  21.   margin:17px auto;
  22.   padding-top:20px;
  23.   padding-right:20px;
  24.   padding-left:20px;
  25.   margin-left:140px;
  26.   background:url('/images/backgrounds.png');
  27.   border:0px solid #222;
  28.   text-shadow: 1px 1px 1px #000;
  29.   cursor:crosshair;
  30. }
  31.  
  32.  
  33. #freedom {
  34.   float:left;
  35.   width:100px;
  36.   color:33ccff;
  37.   font:1.8em Cambria, Times New Roman, serif;
  38.   font-style:italic;
  39.   text-shadow: 1px 1px 1px #000;
  40.   cursor:crosshair;
  41. }
  42.  
  43. #freedom li a {
  44.   width:78px;
  45.   height:24px;
  46.   text-align:left;
  47.   padding:2px 6px 4px;
  48.   background:url('/lenteles/1a.png');
  49.   margin:1px;
  50.   *margin:0px;
  51.   display:block;
  52.   text-decoration:none;
  53.   font-weight:bold;
  54.   font-size:0.7em;
  55.   font-style:normal;
  56.   text-shadow: 1px 1px 1px #000;
  57.   cursor:crosshair;
  58. }
  59. #freedom li a:hover {
  60.   background:url('/lenteles/4a.png');
  61.   background-repeat: no-repeat;
  62.   width:120px;
  63.   cursor:crosshair;
  64. }
  65. #freedom li a.selected {
  66.   background:url('/lenteles/5a.png');
  67.   background-repeat: no-repeat;
  68.   color:#ff3a3a;
  69.   width:120px;
  70.   cursor:crosshair;
  71. }
  72. ul.idTabs {
  73.  list-style: none;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement