Guest User

Untitled

a guest
May 23rd, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.45 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
  2.  
  3. @media (min-width: 1185px) {
  4. #menubottombar, .fakeTop, body.hasTracker #tracker, #search #true, #search .fancyButton.categoryBrowser, #categoryBar, #newsletter, #jobs, #community, #bottom, .secondColumn.frontpage, .highlightedProductsWrapper, #news .more, .relatedArticlesContentContainer, .relatedSubjectsContentContainer, .articleActionsBar, .relevancyColumn, #streamone {
  5.   display: none;
  6. }
  7.  
  8. #searchbar {
  9.   border-radius: 0;
  10.   height: 54px;
  11. }
  12.  
  13. .fpItem a.newsSubmit, #reacties .layoutFilter, .reactieBody .reactieFooter {
  14.   opacity: 0.0;
  15.   transition: opacity 0.2s ease-out;
  16.   -webkit-transition: opacity 0.2s ease-out;
  17. }
  18.  
  19. .fpItem:hover a.newsSubmit, #reacties:hover .layoutFilter, .reactieBody:hover .reactieFooter {
  20.   opacity: 1.0;
  21.   transition: opacity 0.2s ease-in;
  22.   -webkit-transition: opacity 0.2s ease-in;
  23. }
  24.  
  25. #top, #searchbar {
  26.   background-color: transparent !important;
  27. }
  28.  
  29. #search {
  30.   padding-top: 15px;
  31. }
  32.  
  33. #search .keywordSearch, #search .keywordSearch input.text {
  34.   background: transparent;
  35.   color: white;
  36.   border: none;
  37.   border-bottom: 2px solid transparent;
  38.   transition: border 0.2s ease-out;
  39.   -webkit-transition: border 0.2s ease-out;
  40. }
  41.  
  42. #search .keywordSearch input.text:focus {
  43.   outline: 0;
  44.   border-bottom: 2px solid white;
  45.   transition: border 0.2s ease-in;
  46.   -webkit-transition: border 0.2s ease-in;
  47. }
  48.  
  49. #search .keywordSearch input.text {
  50.   box-shadow: none;
  51. }
  52.  
  53. #search .keywordSearch input::-webkit-input-placeholder {
  54.   color: rgba(255, 255, 255, 0.4);
  55.   font-style: italic;
  56. }
  57.  
  58. #search .keywordSearch input:not(.text) {
  59.   background-color: transparent;
  60.   border: none;
  61.   filter: brightness(1.7);
  62.   opacity: 0.4;
  63. }
  64.  
  65. .fpaItem, fpaItem.last {
  66.   border: 0;
  67. }
  68.  
  69. .greyTopBorderBlock, .fpaItemsWrapper, .frontpage #community .communityTopics {
  70.   border-top: 0;
  71.   border-bottom: 0;
  72. }
  73.  
  74. #menubar {
  75.   border-bottom: 0;
  76.   height: 48px;
  77.   box-shadow: none;
  78.   background: #7f0f26;
  79. }
  80.  
  81. #menu {
  82.   top: 0px;
  83.   padding-left: 39px;
  84.   padding-right: 39px;
  85. }
  86.  
  87. #menu #logo {
  88.   margin-top: 2px;
  89. }
  90.  
  91. #menu #logo:hover {
  92.   border-bottom: none;
  93. }
  94.  
  95. #menu>ul>li {
  96.   line-height: 46px;
  97. }
  98.  
  99. #menu .sitename+ul, #menu>ul>li, #menu>ul>li>a {
  100.   height: 48px;
  101. }
  102.  
  103. #menu>ul>li:not(.selected):hover {
  104.   border-bottom: none;
  105.   height: 48px;
  106. }
  107.  
  108. #userbar li.icon a {
  109.   margin-top: 9px;
  110. }
  111.  
  112. #layout {
  113.   padding-bottom: 24px;
  114. }
  115.  
  116. .mainColumn.frontpage {
  117.   border-right: 0;
  118.   padding-right: 0;
  119.   width: 980px;
  120.   padding-top: 0;
  121.   margin-top: -24px;
  122. }
  123.  
  124. body.hasTracker {
  125.   margin-left: 0;
  126. }
  127.  
  128. body:before {
  129.   content: ' ';
  130.   background: #a41e39;
  131.   position: absolute;
  132.   width: 100%;
  133.   top: 0;
  134.   height: 160px;
  135.   z-index: -1;
  136. }
  137.  
  138. body.customColor #contentArea {
  139.   border: 0;
  140.   border-radius: 2px;
  141.   box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.33);
  142. }
  143.  
  144. .fpItem h2 {
  145.   margin-top: 48px;
  146.   margin-bottom: 8px;
  147. }
  148.  
  149. .fpItem h2 a {
  150.   font-size: 40px;
  151.   line-height: 48px;
  152.   font-family: Roboto;
  153.   font-weight: 100;
  154. }
  155.  
  156. a.newsSubmit {
  157.   line-height: 48px;
  158. }
  159.  
  160. .fpItem h2 a:hover {
  161.   text-decoration: none;
  162. }
  163.  
  164. table.highlights {
  165.   border-top: 0;
  166. }
  167.  
  168. table.highlights td {
  169.   font-size: 16px;
  170.   padding-top: 8px;
  171.   padding-bottom: 9px;
  172.   border-bottom: 1px solid #e3e3e3;
  173. }
  174.  
  175. table.highlights td a {
  176.   color: rgba(0, 0, 0, 0.87);
  177. }
  178.  
  179. table.highlights td a:visited {
  180.   color: #2164e4;
  181. }
  182.  
  183. table.highlights .publicationTime, table.highlights .publicationTime span {
  184.   color: rgba(0, 0, 0, 0.54);
  185. }
  186.  
  187. table.highlights td a.commentCount {
  188.   -webkit-filter: brightness(1.7);
  189.   -moz-filter: brightness(1.7);
  190.   -o-filter: brightness(1.7);
  191.   -ms-filter: brightness(1.7);
  192.   filter: brightness(1.7);
  193.   color: rgba(0, 0, 0, 0.32) !important;
  194. }
  195.  
  196. #videos li+li {
  197.   margin-left: 16px;
  198. }
  199.  
  200. #videos .useVisitedState li {
  201.   width: 316px;
  202. }
  203.  
  204. #videos .useVisitedState li .thumb.video.fpa, #videos .useVisitedState li .thumb img {
  205.  width: 316px;
  206.   height: 158px;
  207. }
  208.  
  209. #header {
  210.   margin-bottom: 4px;
  211. }
  212.  
  213. #header h1, #commentColumn #reacties > h2 {
  214.   font-size: 26px;
  215.   line-height: 32px;
  216.   font-family: Roboto;
  217.   font-weight: 300;
  218.   margin-bottom: 0;
  219. }
  220.  
  221. .articleColumn .article .author, .videoColumn .author {
  222.   color: rgba(0, 0, 0, 0.54);
  223.   margin-bottom: 32px;
  224. }
  225.  
  226. .articleColumn, #commentColumn, #reacties, .article .articleImageGallery {
  227.   width: 100%;
  228.   color: rgba(0, 0, 0, 0.87);
  229. }
  230.  
  231. .articleColumn .article {
  232.   font-size: 16px;
  233.   font-family: "arial","helvetica","Liberation Sans",sans-serif;
  234. }
  235.  
  236. .articleColumn img.alignCenter {
  237.   width: 80%;
  238.   height: auto;
  239. }
  240.  
  241. .articleColumn .article p iframe, .article .video-wrapper .video-container iframe {
  242.   width: 980px;
  243.   height: 551px;
  244. }
  245.  
  246. .article .video-wrapper {
  247.   margin-bottom: -15px;
  248. }
  249.  
  250. #commentColumn {
  251.   padding-top: 32px;
  252. }
  253.  
  254. #commentColumn #reacties > h2 {
  255.   border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  256. }
  257.  
  258. #reacties .filterBox {
  259.   margin-top: 16px;
  260.   margin-bottom: 16px;
  261. }
  262.  
  263. #reacties .reactieBody .reactieContent {
  264.   font-size: 16px;
  265.   color: rgba(0, 0, 0, 0.87);
  266. }
  267.  
  268. #reacties .reactieBody {
  269.   border: 1px solid rgba(0, 0, 0, 0.10);
  270.   border-radius: 2px;
  271. }
  272.  
  273. #reacties .reactieHeader {
  274.   height: 50px;
  275. }
  276.  
  277. #reacties .reactieHeader .userLink {
  278.   font-size: 18px;
  279.   font-weight: normal;
  280. }
  281.  
  282. #reacties .reactieHeader .thumb.usericonsmall, #reacties .reactieHeader .thumb.usericonsmall img {
  283.   width: 50px;
  284.   height: 50px;
  285.   margin-top: 0;
  286. }
  287.  
  288. .reactieBody .reactieHeader .score-1:not(.modEnabled), .reactieBody .reactieHeader .score0:not(.modEnabled) {
  289.   display: none;
  290. }
  291.  
  292. #reacties #reactieContainer {
  293.   border-left: 1px dashed rgba(0, 0, 0, 0.18);
  294. }
  295.  
  296. .reactieContent blockquote {
  297.   color: rgba(0, 0, 0, 0.54);
  298.   border-left: 1px solid rgba(0, 0, 0, 0.10);
  299. }
  300.  
  301. #reactieForm {
  302.   margin-top: 32px;
  303. }
  304.  
  305. #commentColumn .nextPrevLinks {
  306.   display: none;
  307. }
  308.  
  309. .article h3 {
  310.   font-weight: normal;
  311.   font-size: 18px;
  312.   margin-bottom: 4px;
  313.   padding-top: 8px;
  314. }
  315.  
  316. .article h2.chapter {
  317.   font-weight: normal;
  318.   font-size: 24px;
  319.   padding-top: 16px;
  320. }
  321.  
  322. .article .nextPrevLinks {
  323.   margin: 0;
  324.   width: 350px;
  325.   float: right;
  326.   font-size: 14px;
  327. }
  328.  
  329. .article .nextPrevLinks .label {
  330.   font-weight: normal;
  331. }
  332.  
  333. .nextPrevLinks li a:before {
  334.   display: none;
  335. }
  336.  
  337. .articleColumn .reviewToc .tocContent ul {
  338.   float: none;
  339.   margin: 0;
  340.   width: 100%;
  341. }
  342.  
  343. }
Advertisement
Add Comment
Please, Sign In to add comment