Advertisement
yukiimonster

sub profile 1

Jun 25th, 2016
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. /* ha and comment in column1 */
  2. /* pets 4 in a row in column 2 */
  3. /* those are the only mandatory things, everything else can be edited to be put wherever you want */
  4.  
  5. body {background:#333333; font-family:verdana;font-size:9px;}
  6. *{margin: 0; padding: 0;}
  7. #navigation {display: none;}
  8. .block, .info_block {background: transparent; border: 0; border-radius: 0; -moz-border-radius: 0;}
  9. .header {background: transparent; padding: 0; border: 0;}
  10.  
  11. a {color:#666;}
  12. a:hover {text-decoration:line-through;}
  13.  
  14. .column {background-color:#fff;border:1px; solid;position:relative;top:30px;}
  15.  
  16. #column1 {border-right:1px dashed #666;width:200px!important; text-transform:lowercase!important;text-align:center;left:20px;}
  17.  
  18. #column2 {width:300px!important; text-transform:lowercase!important;text-align:center;left:-200px;}
  19.  
  20. #column3 {width:300px!important;left:-320px;opacity:0;transition:3s}
  21. #column3:hover {opacity:1;transition:3s}
  22.  
  23. .avatar_head {height: 30px!important; margin:4px!important; opacity: .40; filter:alpha(opacity=40);transition:2s}
  24. .avatar_head:hover {opacity: .8; filter:alpha (opacity=80);transition:2s}
  25.  
  26. #content_pets {
  27. -webkit-filter: grayscale(1);
  28. filter: grayscale(1);
  29. }
  30.  
  31. #content_pets:hover {-webkit-filter:grayscale(0)}
  32.  
  33. .textbox {width:150px!important;height:100px!important;}
  34. .forminput {width:150px!important;border:0px!important;background-color:#fff}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement