Advertisement
Arabella23

Descripción para Subforos (CSS)

May 20th, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.67 KB | None | 0 0
  1. a.forumtitle {
  2.   background:#65a7ab;
  3.   padding:4px;
  4.   border:1px solid #ffffff;
  5.   outline:2px solid #65a7ab;
  6.   color: #fff;
  7.   display: block;
  8.   font-family: oswald;
  9.   font-size: 10px;
  10.   font-weight: 400;
  11.   height: 15px;
  12.   letter-spacing: 5px;
  13.   margin-left: 5px;
  14.   margin-top: 18px!important;
  15.   text-align: center;
  16.   text-decoration: none;
  17.   text-transform: uppercase;
  18.   width: 380px!important;
  19. }
  20.  
  21.  
  22. #links{
  23. width:389px;
  24. height:24px;
  25. margin-top:-11px;
  26. margin-left:3px;
  27. padding:2px;
  28. background:#ffffff;}
  29.  
  30. #links1{
  31. width:18px;
  32. height:18px;
  33. padding:1px;
  34. background:#9982a3;
  35. margin-top:1px;
  36. margin-left:50px;
  37. color:#ffffff;
  38. font-size:12px;
  39. text-align:center;}
  40.  
  41. #links2{
  42. width:18px;
  43. height:18px;
  44. padding:1px;
  45. background:#9982a3;
  46. float:right;
  47. margin-top:-20px;
  48. margin-right:255px;
  49. color:#ffffff;
  50. font-size:12px;
  51. text-align:center;}
  52.  
  53. #links3{
  54. width:18px;
  55. height:18px;
  56. padding:1px;
  57. background:#9982a3;
  58. float:right;
  59. margin-top:-20px;
  60. margin-right:185px;
  61. color:#ffffff;
  62. font-size:12px;
  63. text-align:center;}
  64.  
  65. #links4{
  66. width:18px;
  67. height:18px;
  68. padding:1px;
  69. background:#9982a3;
  70. float:right;
  71. margin-top:-20px;
  72. margin-right:115px;
  73. color:#ffffff;
  74. font-size:12px;
  75. text-align:center;}
  76.  
  77. #links5{
  78. width:18px;
  79. height:18px;
  80. padding:1px;
  81. background:#9982a3;
  82. float:right;
  83. margin-top:-20px;
  84. margin-right:50px;
  85. color:#ffffff;
  86. font-size:12px;
  87. text-align:center;}
  88.  
  89. #descripcion1{
  90. background:#65a7ab;
  91.   padding:4px;
  92.   border:1px solid #ffffff;
  93.   outline:2px solid #65a7ab;
  94.   color: #fff;
  95.   font-family: calibri;
  96.   font-size: 10px;
  97.   height: 50px;
  98.   margin-left: 5px;
  99.   text-align: justify;
  100.   line-height:10px;
  101.   width: 380px;
  102.   overflow:auto;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement