Advertisement
Guest User

Untitled

a guest
Jan 15th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.18 KB | None | 0 0
  1.  
  2. .message {
  3.     padding: 10px 10px 10px 10px;
  4.     /*min-width: 90%;
  5.     min-height: 100px;
  6.     */
  7.     /*width: 100%;
  8.     height: 100%;
  9.     */
  10.     background: pink;
  11.     border-radius: 10px;
  12.    
  13.    
  14.    
  15. }
  16.  
  17. .message-user-info {
  18.     padding: 10px 10px 10px 10px;
  19. /*     min-height: 100px; */
  20. /*     min-width: 100px; */
  21. /*     height: 100%; */
  22.  
  23.     background: lightgreen;
  24.     border-radius: 10px;
  25.    
  26.     float: left;
  27.  
  28. }
  29.  
  30. .message-container {
  31.     padding: 10px 10px 10px 10px;
  32.     /*min-height: 100px;
  33.     min-width: 300px;
  34.     width: 100%;
  35.     */
  36.     background: black;
  37.     border-radius: 10px;
  38.    
  39. /*     width: 700px; */
  40.     float: left;
  41. }
  42.  
  43.  
  44. .message-title {
  45.     padding: 10px 10px 10px 10px;
  46. /*     min-height: 100px; */
  47.     background: cyan;
  48.     border-radius: 10px;
  49.    
  50. /*     width: 640px; */
  51. }
  52.  
  53. .message-body {
  54.     padding: 10px 10px 10px 10px;
  55. /*     min-height: 100px; */
  56.     background: white;
  57.     border-radius: 10px;
  58.    
  59. /*     width: 640px; */
  60. }
  61.  
  62. .message-info {
  63.     padding: 10px 10px 10px 10px;
  64.     min-height: 10px;
  65.     background: brown;
  66.     border-radius: 5px;
  67.    
  68. /*     font-size: 10px; */
  69.    
  70.     clear: both;
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement