style.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. html {
  2. min-height: 100%;
  3. font-size: 10px;
  4. font-family: sans-serif;
  5. }
  6. body {
  7. font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  8. font-weight: 400;
  9. overflow-x: hidden;
  10. overflow-y: auto;
  11. min-height: 100%;
  12. color: #333;
  13. }
  14. .fa {
  15. font-size: 90%;
  16. }
  17. .wrapper {
  18. min-height: 100%;
  19. position: relative;
  20. overflow: hidden;
  21. }
  22. .sidebar {
  23. position: fixed;
  24. top: 0;
  25. left: 0;
  26. min-height: 100%;
  27. width: 230px;
  28. z-index: 810;
  29. background-color: #222;
  30. color: #4B4B4B;
  31. }
  32. .profile p {
  33. font-size: 15px;
  34. text-transform: uppercase;
  35. margin-bottom: 0px;
  36. }
  37. .profile a{
  38. color: rgb(112, 100, 172);
  39. transition-duration: 0.2s;
  40. font-size: 12px;
  41. }
  42. .profile a:hover{
  43. color: rgba(112, 100, 172, 0.6);
  44. text-decoration: none;
  45. }
  46. .filter {
  47. position: relative;
  48. width: 100%;
  49. padding: 10px;
  50. }
  51. .filter ul {
  52. list-style: none;
  53. padding: 0;
  54. margin: 0;
  55. }
  56. .filter li {
  57. display: block;
  58. padding: 5px;
  59. margin-bottom: 10px;
  60. }
  61. .filter li:last-child{
  62. text-align: right;
  63. }
  64. .filter li > label {
  65. display: block;
  66. float: left;
  67. background-color: #222;
  68. height: 16px;
  69. padding: 0px;
  70. color: #4B4B4B;
  71. font-size: 12px;
  72. overflow: hidden;
  73. font-weight: 400;
  74. text-transform: uppercase;
  75. letter-spacing: 0px;
  76. }
  77. .filter li > h3 {
  78. text-transform: uppercase;
  79. font-size: 18px;
  80. border-bottom: 1px solid;
  81. padding-bottom: 1px;
  82. margin-top: 5px;
  83. margin-bottom: 2px;
  84. }
  85. .filter input[type="text"] {
  86. width: 100%;
  87. display: block;
  88. outline: none;
  89. border: none;
  90. height: 25px;
  91. line-height: 25px;
  92. font-size: 16px;
  93. padding: 0;
  94. background-color: #4B4B4B;
  95. border-radius: 2px;
  96. color: #7B7B7B;
  97. font-size: 12px;
  98. padding: 5px;
  99. }
  100. .filter button {
  101. background-color: rgb(112, 100, 172);
  102. height: 25px;
  103. padding: 2px;
  104. font-size: 12px;
  105. width: 50%;
  106. border-radius: 2px;
  107. text-transform: uppercase;
  108. border: none;
  109. color: #c0c0c0;
  110. transition-duration: 0.2s;
  111. }
  112. .filter button:hover{
  113. background-color: rgba(112, 100, 172, 0.8);
  114. }
  115. .filter tags-input {
  116. margin-top:20px;
  117. width: 100%;
  118. }
  119. tags-input .tags {
  120. width: 100%;
  121. background-color: #4B4B4B;
  122. border: none;
  123. border-radius: 2px;
  124. }
  125. tags-input .tags.focused,
  126. tags-input.ng-invalid .tags{
  127. border: none;
  128. box-shadow: none;
  129. }
  130. tags-input .tags .tag-item {
  131. color: #c0c0c0;
  132. background-color: rgb(112, 100, 172);
  133. border: 1px solid rgb(112, 100, 172);
  134. border-radius: 4px;
  135. margin: 2px;
  136. padding: 0 5px;
  137. display: inline-block;
  138. float: left;
  139. font-size: 11px;
  140. height: 24px;
  141. line-height: 20px;
  142. }
  143. .content-wrapper {
  144. background-color: #fff;
  145. z-index: 800;
  146. margin-left: 230px;
  147. width: 100%;
  148. color: #202020;
  149. }
  150. .news-wrapper {
  151. width: 40%;
  152. float: left;
  153. padding: 0px;
  154. }
  155. .news-wrapper section {
  156. padding: 10px;
  157. }
  158. .news-wrapper section.even-news {
  159. background-color: #fcfcfc;
  160. }
  161. .news-wrapper section.odd-news {
  162. background-color: #f2f2f2;
  163. }
  164. ul.news-meta {
  165. padding: 0px;
  166. font-size: 12px;
  167. border-bottom: 1px solid rgba(0,0,0,0.05);
  168. padding-bottom: 3px;
  169. margin-bottom: 10px;
  170. }
  171. ul.news-meta li {
  172. display: inline;
  173. margin-right: 10px;
  174. }
  175. .article-wrapper {
  176. float: left;
  177. width: 45%;
  178. }
  179. .summary { max-height: 35px; transition:0.5s;overflow-y:hidden;}
  180. .summary:hover { max-height: 999px; }
  181. .keywords { max-height: 40px; transition:0.5s;overflow-y:hidden;margin-bottom:10px; text-overflow: ellipsis;}
  182. .keywords:hover { max-height: 999px; }
  183. .tags {
  184. margin-bottom: 5px;
  185. }
  186. .tags .tag {
  187. display: inline-block;
  188. margin-right: 5px;
  189. font-size: 13px;
  190. }
  191. .tag .close {
  192. font-size: 14px;
  193. margin-left: 5px;
  194. }