Advertisement
Guest User

IEfontissue

a guest
Oct 5th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.34 KB | None | 0 0
  1.  
  2. /*general*/
  3.  
  4. @font-face          {   font-family: 'segoeui'; src: url('../font/segoeui.eot');
  5.                         src: local('segoeui'), url('../font/segoeui.ttf') format('truetype'); }
  6.  
  7.  
  8. @font-face          {   font-family: 'segoeuil'; src: url('../font/segoeuil.eot');
  9.                         src: local('segoeuil'), url('../font/segoeuil.ttf') format('truetype'); }
  10.  
  11. body                { background-color:#1D1D1D; }
  12.  
  13. body                { font-family: 'segoeui'; font-size:14px; color:#FFF; }
  14.  
  15. textl               { font-family: 'segoeuil'; font-size:20px; color:#FFF; }
  16.  
  17. ul                  { list-style-type:none; }
  18.  
  19. li                  { list-style-type:none; }
  20.  
  21. /*hyper*/
  22.  
  23. a:link              { color: #FFF; text-decoration: none; }
  24.  
  25. a:visited           { color: #FFF; text-decoration: none; }
  26.  
  27. a:hover             { color: #8CBF26; text-decoration: none; }
  28.  
  29. a:active            { color: #8CBF26; text-decoration: none; }
  30.  
  31. a img               { border: 0; }
  32.      
  33. /*classes*/
  34.  
  35. .tds                { width:120px; height:120px; }
  36.  
  37. .tdl                { width:240px; height:120px; }
  38.  
  39. /*ids*/
  40.  
  41. #index              { width:520px; margin-top:100px; margin-right:auto; margin-left:auto; }
  42. #menu               { width:260px; position:absolute; left:100px; top:100px; }
  43. #container          { width:500px; position:absolute; left:460px; top:135px; background:url(../gfx/box.png); }
  44. #contained          { width:470px; margin-left:auto; margin-right:auto; margin-top:0px; }
  45. #frame              { width:960px; float:left; }
  46.  
  47. #sprite             { position:relative; }
  48. #sprite             { margin:0; padding:0;}
  49. #sprite li          { margin:0; list-style:none; top:0; }
  50. #sprite li          { height:120px; display:block; }
  51. #sprite a           { height:120px; display:block; }
  52.  
  53. #cv                 { left:0px; width:250px; float:left; }
  54. #cv                 { border-style:solid; border-color:#1D1D1D; border-width:5px; }
  55. #cv                 { background: url('../gfx/cv.png') 0 0; }
  56. #cv a:hover         { background: url('../gfx/cv.png') 0 -120px; }
  57. #cv a:active        { background: url('../gfx/cv.png') 0 -240px; }
  58.  
  59. #guest              { left:0px; width:120px; float:left; }
  60. #guest              { border-style:solid; border-color:#1D1D1D; border-width:5px; }
  61. #guest              { background: url('../gfx/guest.png') 0 0; }
  62. #guest a:hover      { background: url('../gfx/guest.png') 0 -120px; }
  63. #guest a:active     { background: url('../gfx/guest.png') 0 -240px; }
  64.  
  65. #face               { left:0px; width:120px; float:left; }
  66. #face               { border-style:solid; border-color:#1D1D1D; border-width:5px; }
  67. #face               { background: url('../gfx/face.png') 0 0; }
  68. #face a:hover       { background: url('../gfx/face.png') 0 -120px; }
  69. #face a:active      { background: url('../gfx/face.png') 0 -240px; }
  70.  
  71. #test               { left:0px; width:250px; float:left; }
  72. #test               { border-style:solid; border-color:#1D1D1D; border-width:5px; }
  73. #test               { background: url('../gfx/test.png') 0 0; }
  74. #test a:hover       { background: url('../gfx/test.png') 0 -120px; }
  75. #test a:active      { background: url('../gfx/test.png') 0 -240px; }
  76.  
  77. #login              { left:0px; width:120px; float:left; }
  78. #login              { border-style:solid; border-color:#1D1D1D; border-width:5px; }
  79. #login              { background: url('../gfx/login.png') 0 0; }
  80. #login a:hover      { background: url('../gfx/login.png') 0 -120px; }
  81. #login a:active     { background: url('../gfx/login.png') 0 -240px; }
  82.  
  83. #mail               { left:0px; width:120px; float:left; }
  84. #mail               { border-style:solid; border-color:#1D1D1D; border-width:5px; }
  85. #mail               { background: url('../gfx/mail.png') 0 0; }
  86. #mail a:hover       { background: url('../gfx/mail.png') 0 -120px; }
  87. #mail a:active      { background: url('../gfx/mail.png') 0 -240px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement