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.

60 lines
1.0 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:75%;
  10. }
  11. .dark-panel {
  12. background: -moz-linear-gradient(center top, #222222 0%, #313331 100%);
  13. border: 5px solid #999999;
  14. border-radius: 4px;
  15. box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  16. color: #fff;
  17. }
  18. .uk-navbar-brand > img, .uk-navbar-flip > img {
  19. height:35px;
  20. }
  21. footer {
  22. width:60%;
  23. text-align:center;
  24. border-top: 1px solid #999;
  25. padding:8px 30px;
  26. }
  27. #ocnav-header {
  28. padding-left:22%;
  29. color: white;
  30. }
  31. .uk-nav-side > li.uk-active > a {
  32. background-color: #6FAC34;
  33. }
  34. .dn-news-article > .uk-article-title {
  35. font-size:26px;
  36. }
  37. .dn-news-article > .uk-article-title:hover {
  38. text-decoration:underline;
  39. }
  40. #about-us-more, #less {
  41. display:none;
  42. }
  43. .team_logo {
  44. border-radius:6px;
  45. margin-right: 1em;
  46. box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  47. }
  48. .botpad {
  49. padding-bottom:80px;
  50. }
  51. #streams-online > .uk-article > a > h4 {
  52. margin:0px;
  53. }