DotaNoobs main site.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
1.6 KiB

  1. body {
  2. /*background:url("../img/back_pattern.png") repeat fixed 0 0 transparent;*/
  3. }
  4. #container {
  5. width: 80%;
  6. margin: 1em auto 6em;
  7. }
  8. #biglogo {
  9. width:65%;
  10. max-width:650px;
  11. min-width:250px;
  12. }
  13. .uk-navbar-brand > img, .uk-navbar-flip > img {
  14. height:35px;
  15. }
  16. footer {
  17. width:60%;
  18. text-align:center;
  19. border-top: 1px solid #999;
  20. padding:8px 30px;
  21. }
  22. #ocnav-header {
  23. padding-left:22%;
  24. color: white;
  25. }
  26. .uk-nav-side > li.uk-active > a {
  27. background-color: #6FAC34;
  28. }
  29. .dn-news-article > .uk-article-title {
  30. font-size:26px;
  31. }
  32. .dn-news-article > .uk-article-title:hover {
  33. text-decoration:underline;
  34. }
  35. #about-us-more, #less {
  36. display:none;
  37. }
  38. .team_logo {
  39. border-radius:6px;
  40. margin-right: 1em;
  41. box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  42. }
  43. .botpad {
  44. padding-bottom:80px;
  45. }
  46. #tsviewer > .uk-modal-dialog {
  47. max-height: 80%;
  48. overflow-y: scroll;
  49. }
  50. .ts_num {
  51. color: #D9A859;
  52. }
  53. .dn-streamer, .dn-streamer-offline {
  54. display: inline-block;
  55. width: 105px;
  56. padding: 2px;
  57. margin: 2px;
  58. }
  59. #streams p.uk-text-bold {
  60. font-size: 12px;
  61. }
  62. .dn-streamer-offline > img {
  63. height:50px;
  64. }
  65. .dn-streamer-hover {
  66. background:#CACACA;
  67. }
  68. .dn-hero-icon {
  69. background:#000;
  70. padding:4px;
  71. margin:2px;
  72. }
  73. #streams {
  74. padding:10px;
  75. }
  76. #events_small > dl.uk-description-list-line > dt, #events_large > dl.uk-description-list-line > dt {
  77. border-top: none;
  78. }
  79. #events_small .uk-badge, #events_large .uk-badge {
  80. float:right;
  81. }
  82. #winrate_graph {
  83. margin: 5em;
  84. }
  85. .pipemenu > li {
  86. display: inline-block;
  87. list-style: none;
  88. }
  89. .pipemenu > li + li::before {
  90. content: " | ";
  91. }