Advertisement
Arabella23

Tablon de Anuncios - Power Pure (css)

May 26th, 2015
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.80 KB | None | 0 0
  1. #enlaces{
  2. width:135px;
  3. height:auto;
  4. margin-left:9px;
  5. margin-bottom:1px;
  6. background:#eed398;
  7. border:2px solid #ffffff;
  8. text-align:center;
  9. font-size:10px;
  10. font-family:calibri;
  11. color:#ffffff;
  12. text-transform:uppercase;
  13. }
  14.  
  15. #enlaces:hover{
  16. background:#ffffff;
  17. -webkit-transition: all 1s ease;
  18.     -moz-transition: all 1s ease;
  19.     -o-transition: all 1s ease;
  20.     transition: all 1s ease;}
  21.  
  22. #enlaces2{
  23. width:135px;
  24. height:auto;
  25. float:right;
  26. margin-right:9px;
  27. margin-bottom:1px;
  28. margin-top:-21px;
  29. background:#eed398;
  30. border:2px solid #ffffff;
  31. text-align:center;
  32. font-size:10px;
  33. font-family:calibri;
  34. color:#ffffff;
  35. text-transform:uppercase;
  36. }
  37.  
  38. #enlaces2:hover{
  39. background:#ffffff;
  40. -webkit-transition: all 1s ease;
  41.     -moz-transition: all 1s ease;
  42.     -o-transition: all 1s ease;
  43.     transition: all 1s ease;}
  44.  
  45. #miembro{
  46. width:30px;
  47. height:30px;
  48. margin-left:9px;
  49. border:4px solid #ffffff;
  50.  
  51. }
  52.  
  53. #nombre{
  54. width:90px;
  55. height:auto;
  56. background:#c1eff6;
  57. float:right;
  58. margin-top:-25px;
  59. margin-right:168px;
  60. text-align:center;
  61. font-size:10px;
  62. font-family:calibri;
  63. color:#5c5c5c;
  64. text-transform:uppercase;}
  65.  
  66. #miembro2{
  67. width:30px;
  68. height:30px;
  69. margin-right:100px;
  70. margin-top:-38px;
  71. float:right;
  72. border:4px solid #ffffff;
  73. position:relative;
  74. }
  75.  
  76. #nombre2{
  77. width:90px;
  78. height:auto;
  79. background:#c1eff6;
  80. float:right;
  81. margin-top:-25px;
  82. margin-right:10px;
  83. text-align:center;
  84. font-size:10px;
  85. font-family:calibri;
  86. color:#5c5c5c;
  87. text-transform:uppercase;}
  88.  
  89. #numeroanuncio{
  90. font-size:20px;
  91. font-family:oleo script;
  92. color:#ffffff;
  93. margin-bottom:3px;
  94. margin-top:5px;}
  95.  
  96. #awards{
  97.   width:120px;
  98.   background:#ffffff;
  99.   color: #141414;
  100.   margin-top:100px;
  101.   text-align:center;
  102.   font-size: 9px;
  103.  font-family: calibri;
  104.   text-transform:uppercase;
  105. letter-spacing:4px;
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement