Advertisement
Guest User

AkunX

a guest
Feb 28th, 2015
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.67 KB | None | 0 0
  1. .btn.small {
  2.     font-size: 11px;
  3.     padding: 0px 10px;
  4. }
  5.  
  6. .chatLog .chatMsg {
  7.     padding: 2px 0px;
  8. }
  9.  
  10. .chatMsg .message .replyAt {
  11.     font-size: 12px;
  12. }
  13.  
  14. .chatMsg.join, .chatMsg.join .message, .chatMsg.join .user, small.time, .join > .message .fieldBody {
  15.     color: grey;
  16.     font-size: 8px;
  17. }
  18.  
  19. .chatMsg.join>.user {
  20.     padding: 0px 0px 0px 14px;
  21. }
  22.  
  23. .chatMsg>.user {
  24.     color: grey;
  25.     font-size: 10px;
  26.     padding: 0px 14px;
  27. }
  28.  
  29. .chatMsg>.user>a {
  30.     color: grey;
  31.     font-size: 10px;
  32. }
  33.  
  34. .footer-links {
  35.     padding: 0px 14px;
  36. }
  37.  
  38. .message > .fieldBody {
  39.     font-size: 14px;
  40. }
  41.  
  42. .threads .page-body article div.actives {
  43.     position: fixed;
  44.     right: 100px;
  45.     top: 100px;
  46. }
  47.  
  48. acronym {
  49.     outline: rgba(212, 213, 217, 0.40) dotted 1px;
  50. }
  51.  
  52. .chapter-footer > .secondRow > .ut {
  53.     float: left;
  54. }
  55.  
  56. /* menu bar */
  57.  
  58. #nav-tableOfContents {
  59.     position: fixed;
  60.     left: 0;
  61.     top: 92px;
  62.     width: 180px;
  63.     z-index: -2;
  64. }
  65.  
  66. #nav-tableOfContents > a > span {
  67.     position: absolute;
  68.     width: 148px;
  69.     height: 56px;
  70.     white-space: nowrap;
  71.     overflow: hidden;
  72.     text-overflow: ellipsis;
  73. }
  74.  
  75. #nav-tableOfContents > a > i {
  76.     display: none;
  77. }
  78.  
  79. .storyMenu.dropdown-main {
  80.     position: fixed;
  81.     left: 0;
  82.     top: 150px;
  83.     width: 180px;
  84.     height: 42px;
  85.     z-index: -2;
  86. }
  87.  
  88. .storyMenu.dropdown-main > a {
  89.     height: 35px;
  90. }
  91.  
  92. .storyMenu.dropdown-main > a > .btn {
  93.     display: block;
  94. }
  95.  
  96. .navbar .nav > li.ng-scope {
  97.     position: fixed;
  98.     left: 0;
  99.     top: 192px;
  100.     width: 180px;
  101.     height: 38px;
  102.     z-index: -3;
  103. }
  104.  
  105. .navbar .nav > li.ng-scope > a > .btn, .navbar .nav > li.ng-scope > a > .goLive , .navbar .nav > li.ng-scope > a > .goLive > .btn {
  106.     display: block;
  107.     margin: 0;
  108. }
  109.  
  110. .navbar .nav > li.share {
  111.     position: fixed;
  112.     left: 0;
  113.     top: 290px;
  114.     z-index: -3;
  115. }
  116.  
  117. .navbar .nav > li.follow {
  118.     position: fixed;
  119.     left: 0;
  120.     top: 230px;
  121. }
  122.  
  123. .navbar .nav > li.achievements {
  124.     position: fixed;
  125.     left: 0;
  126.     top: 260px;
  127. }
  128.  
  129. .recommendedBoards {
  130.     display: none;
  131.     position: fixed;
  132.     left: 0;
  133.     top: 0px;
  134. }
  135.  
  136. .branding > .dropdown-menu {
  137.     z-index: 5;
  138.     left: 194px;
  139. }
  140.  
  141. #leftContainerInner {
  142.     z-index: 5;
  143. }
  144.  
  145. #mainMenu {
  146.     position: fixed;
  147.     left: 0;
  148.     top: 0px;
  149.     padding: 0;
  150.     width: 180px;
  151.     height: 340px;
  152.     z-index: 5;
  153. }
  154.  
  155. #loginMenu {
  156.     position: fixed;
  157.     left: 100px;
  158.     top: 0px;
  159. }
  160.  
  161. #loginMenu .dropdown-menu {
  162.     width: 100px;
  163. }
  164.  
  165. #mainMenu > ul > li.explore {
  166.     display: none;
  167. }
  168.  
  169. #mainMenuReplacement {
  170.     width: 0px;
  171. }
  172.  
  173. .storyImgContainer, article.page-head-body.ng-scope {
  174.     width: 1163px;
  175.     float: right;
  176. }
  177.  
  178. #main {
  179.     margin: 0;
  180. }
  181.  
  182. #right {
  183.     margin: 0;
  184.     height: 100%;
  185. }
  186.  
  187. .story.nodeDetail.ng-scope.allowWide.fontSize-14 {
  188.     padding: 0;
  189. }
  190.  
  191. .nav.navbar-nav.navbar-right.pull-right {
  192.     position: fixed;
  193.     left: 0;
  194.     top: 50px;
  195.     width: 180px;
  196. }
  197.  
  198. .nav.navbar-nav.navbar-right.pull-right > li {
  199.     float: right;
  200. }
  201.  
  202. /* Shunting stories */
  203.  
  204. .liveStories > div > article {
  205.     position: fixed;
  206.     left: 0;
  207.     top: 340px;
  208.     height: 650px;
  209.     overflow-y: scroll;
  210. }
  211.  
  212. .liveStories > div > article > a {
  213.     width: 161px;
  214.     padding: 0;
  215. }
  216.  
  217. .liveStories > div > article > a > .imgContainer, .liveStories > div > article > a > aside {
  218.     display: block;
  219. }
  220.  
  221. .liveStories > div > article > a > aside > div > .description {
  222.     display: none;
  223. }
  224.  
  225. .liveStories > div > article > a > aside > .container {
  226.     height: auto;
  227. }
  228.  
  229. .liveStories > .inner > header {
  230.     display: none;
  231. }
  232.  
  233. #storyEnd {
  234.     margin-top: 0;
  235. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement