Advertisement
Guest User

Untitled

a guest
Feb 26th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. /* Homepage Blog */
  2.  
  3. .homepage-post-wrapper { position: relative; }
  4. .homepage-post-wrapper .post-share { position: absolute; top: 0; left: -103px; margin-left: 0; }
  5. .more-link { margin: 0; margin-left: 490px; }
  6.  
  7. /*** Fonts ***/
  8. @font-face {
  9. font-family: 'PTSansRegular';
  10. src: url('fonts/PTS55F-webfont.eot');
  11. src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
  12. url('fonts/PTS55F-webfont.woff') format('woff'),
  13. url('fonts/PTS55F-webfont.ttf') format('truetype'),
  14. url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
  15. font-weight: normal;
  16. font-style: normal;
  17.  
  18. }
  19.  
  20. @font-face {
  21. font-family: 'PTSansNarrowRegular';
  22. src: url('fonts/PTN57F-webfont.eot');
  23. src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
  24. url('fonts/PTN57F-webfont.woff') format('woff'),
  25. url('fonts/PTN57F-webfont.ttf') format('truetype'),
  26. url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
  27. font-weight: normal;
  28. font-style: normal;
  29.  
  30. }
  31.  
  32. @font-face {
  33. font-family: 'PTSansNarrowBold';
  34. src: url('fonts/PTN77F-webfont.eot');
  35. src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
  36. url('fonts/PTN77F-webfont.woff') format('woff'),
  37. url('fonts/PTN77F-webfont.ttf') format('truetype'),
  38. url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
  39. font-weight: normal;
  40. font-style: normal;
  41.  
  42. }
  43.  
  44. / > BuddyPress Component Finishing Styles
  45. --------------------------------------------------- */
  46.  
  47. table.forum {
  48. margin: 0 !important;
  49. }
  50. table.forum tr > td:first-child, table.forum tr > th:first-child {
  51. padding: 15px !important;
  52. }
  53. div#item-header h2,
  54. form#whats-new-form h5 {
  55. clear: none !important;
  56. }
  57. div#item-header ul {
  58. list-style-type: none;
  59. }
  60. div.dir-search {
  61. margin: -50px 0 0 !important;
  62. }
  63. div.item-list-tabs {
  64. margin: 25px 0 20px !important;
  65. }
  66. div.item-list-tabs ul,
  67. div#object-nav.item-list-tabs ul,
  68. div#subnav.item-list-tabs ul {
  69. font-size: 13px;
  70. margin-left: 0 !important;
  71. }
  72. div.item-list-tabs ul li:first-child {
  73. margin-left: 15px !important;
  74. }
  75. div#subnav.item-list-tabs {
  76. margin: -15px 0 15px !important;
  77. }
  78. #activity-stream {
  79. margin-left: 0;
  80. }
  81. .padder div.pagination {
  82. margin: -20px 0 0 !important;
  83. }
  84. ul.item-list {
  85. list-style-type: none;
  86. margin-left: 0;
  87. }
  88. body.activity-permalink div.activity {
  89. padding: 20px;
  90. }
  91. body.activity-permalink .activity-content {
  92. padding: 0 !important;
  93. }
  94. .widget-container {
  95. overflow: hidden;
  96. }
  97. ul#members-list,
  98. ul#groups-list {
  99. list-style-type: none;
  100. margin-left: 0;
  101. }
  102. div.avatar-block img {
  103. float: left;
  104. }
  105. #content input, #content textarea {
  106. font-size: 12px;
  107. line: height: 18px;
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement