nSun

[muxxulib] css/profilMuxxu.css

Jul 5th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.53 KB | None | 0 0
  1. /*
  2.  * Profil Muxxu
  3.  * CSS © 2011 Motion-Twin
  4.  * http://www.motion-twin.com
  5.  * @author nSun
  6.  * @date 2011-06-28
  7.  * <p>Feuille de styles employée avec la fonction func/profilMuxxu.php</p>
  8.  */
  9. #profilMuxxu {
  10. font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  11. width: 178px;
  12. float: left;
  13. position: relative;
  14. margin-right: 10px;
  15. }
  16. #profilMuxxu h1 {
  17. font-size: 15pt;
  18. color: #2D89C5;
  19. text-align: center;
  20. line-height: 23pt;
  21. }
  22. #profilMuxxu a {
  23. color: #2D89C5;
  24. text-decoration: none;
  25. border: none;
  26. }
  27. #profilMuxxu a:hover {
  28. text-decoration : underline;
  29. }
  30. #profilMuxxu .corneravatar {
  31. position : absolute;
  32. background : url("http://muxxu.com/img/design/basic/corneravatar80.png") no-repeat top left;
  33. width : 80px;
  34. height : 80px;
  35. }
  36. #profilMuxxu .profilavatar {
  37. position : absolute;
  38. margin-top : 8px;
  39. }
  40. #profilMuxxu .profilavatar img {
  41. width : 80px;
  42. height : 80px;
  43. }
  44. #profilMuxxu.profilmaincontent {
  45. width : 178px;
  46. float : left;
  47. position : relative;
  48. margin-right : 10px;
  49. }
  50. #profilMuxxu.profilmaincontent .profilmainbottom {
  51. padding-bottom : 10px;
  52. }
  53. #profilMuxxu.profilmaincontent h1 {
  54. margin : 0px;
  55. padding : 0px;
  56. font-size : 15pt;
  57. color : #2d89c5;
  58. height : 31px;
  59. width : 178px;
  60. text-align : center;
  61. line-height : 23pt;
  62. background : transparent url("http://muxxu.com/img/design/basic/hprofil.gif") no-repeat top left;
  63. }
  64. #profilMuxxu.profilmaincontent h1:first-letter {
  65. text-transform : capitalize;
  66. }
  67. #profilMuxxu.profilmaincontent .editinfo {
  68. border : 1px solid #ebebeb;
  69. }
  70. #profilMuxxu.profilmaincontent table.profilinfo {
  71. margin-left : 91px;
  72. margin-top : 7px;
  73. height : 80px;
  74. width : 85px;
  75. border-collapse : collapse;
  76. }
  77. #profilMuxxu.profilmaincontent table.profilinfo td {
  78. font-size : 8pt;
  79. vertical-align : top;
  80. }
  81. #profilMuxxu.profilmaincontent table.profilinfo td.iddata {
  82. font-variant : small-caps;
  83. width : 33px;
  84. }
  85. #profilMuxxu.profilmaincontent table.profilinfo td.idinfo div {
  86. min-width : 52px;
  87. max-height : 30px;
  88. overflow : hidden;
  89. }
  90. #profilMuxxu.profilmaincontent table.profilinfo .girl {
  91. position : absolute;
  92. width : 11px;
  93. height : 15px;
  94. background : transparent url("http://muxxu.com/img/design/basic/misc_img.png") -32px -127px;
  95. }
  96. #profilMuxxu.profilmaincontent table.profilinfo .boy {
  97. position : absolute;
  98. width : 17px;
  99. height : 15px;
  100. background : transparent url("http://muxxu.com/img/design/basic/misc_img.png") -30px -145px;
  101. margin-top : -2px;
  102. }
  103. #profilMuxxu img.unknown {
  104. width : 10px;
  105. height : 11px;
  106. background : transparent url("http://muxxu.com/img/design/basic/misc_img.png") -5px -127px;
  107. }
  108. #profilMuxxu.profilmaincontent .bubble {
  109. margin-top : 5px;
  110. width : 162px;
  111. height : 58px;
  112. background : transparent url("http://muxxu.com/img/design/basic/bubble.gif");
  113. background-repeat : no-repeat;
  114. background-position : top left;
  115. font-size : 7.5pt;
  116. padding : 13px 8px 8px 8px;
  117. overflow : hidden;
  118. }
  119. #profilMuxxu.profilmaincontent .bubble textarea {
  120. margin : 0px;
  121. margin-left : -1px;
  122. width : 166px;
  123. height : 60px;
  124. border : none;
  125. font-size : 7.5pt;
  126. padding : 0px;
  127. overflow : hidden;
  128. }
  129. #profilMuxxu.profilmaincontent .bubble a.pencil {
  130. position : absolute;
  131. margin-left : 150px;
  132. margin-top : 0px;
  133. }
  134. #profilMuxxu.profilmaincontent .bubble em {
  135. color : #424242;
  136. }
  137. #profilMuxxu .profilmaincontent .bubble img {
  138. vertical-align : -17%;
  139. }
  140. #profilMuxxu .usertitle {
  141. overflow : hidden;
  142. margin-top : 10px;
  143. }
  144. #profilMuxxu .customtitle {
  145. background-color : #dbe3eb;
  146. text-align : center;
  147. font-size : 8pt;
  148. padding : 3px;
  149. }
  150. #profilMuxxu .customtitle img {
  151. vertical-align : -17%;
  152. }
Advertisement
Add Comment
Please, Sign In to add comment