Advertisement
Guest User

Untitled

a guest
Mar 10th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.43 KB | None | 0 0
  1. body {
  2.     width: 100%;
  3.     min-width: 922px;
  4. }
  5.  
  6. #logo {
  7.     display: none;
  8. }
  9.  
  10. #searchBar {
  11.     top: 40px;
  12. }
  13.  
  14. #searchBar form {
  15.     background: none;
  16. }
  17.  
  18. .messageInfoShort2 {
  19.     float: none;
  20.     width: inherit;
  21.     margin-left: 131px;
  22. }
  23.  
  24. .YorUserBlock {
  25.     margin-right: -120px;
  26. }
  27.  
  28. .recentSlider {
  29.     margin-left: auto;
  30.     margin-right: auto;
  31.     float: none;
  32.     width: 602px;
  33. }
  34.  
  35. .summary .title {
  36.     text-overflow: ellipsis;
  37.     -o-text-overflow: ellipsis;
  38.     -ms-text-overflow: ellipsis;
  39.     overflow: hidden;
  40.     white-space: nowrap;
  41.     height: 1em;
  42. }
  43.  
  44. .nodeText {
  45.     margin-right: 406px;
  46.     width: auto;
  47. }
  48.  
  49. .nodeThreadPosts {
  50.     margin-right: 278px;
  51. }
  52.  
  53. .nodeControls {
  54.     right: 0px;
  55.     margin-right: 260px;
  56. }
  57.  
  58. .nodeLastPost {
  59.     width: 240px;
  60. }
  61.  
  62. .search_form div div form, .search_form_post div div form, .search_form_profile_post div div form {
  63.     width: 100%;
  64. }
  65.  
  66. .mainContent {
  67.     margin-top: -18px;
  68. }
  69.  
  70. .sp-handle {
  71.     display: none;
  72. }
  73.  
  74. .accountContent {
  75.     padding-left: 20px;
  76. }
  77.  
  78. #video-player-flash {
  79.     width: 500px;
  80. }
  81.  
  82. a.forumLink {
  83.     text-decoration: underline;
  84. }
  85.  
  86. #AlertsMenu_Counter {
  87.     top: 28px;
  88. }
  89.  
  90. #AlertsMenu_Counter .arrow {
  91.     right: 8px;
  92.     top: -3px;
  93.     -moz-transform: scaleY(-1);
  94.     -o-transform: scaleY(-1);
  95.     -webkit-transform: scaleY(-1);
  96.     transform: scaleY(-1);
  97.     filter: FlipV;
  98.     -ms-filter: "FlipV";
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement