Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /***************************************/
- /***Tweakers.net custom RSS door Tk55***/
- /***************************************/
- /* achtergrond kleur */
- body {
- background: #313232;
- }
- /* content padding en achtergrond kleur */
- div#contentArea {
- padding-top: 10px;
- padding-left: 20px;
- padding-right: 20px;
- background: #F2F2F2;
- border-radius: 0 0 8px 8px;
- }
- /* titels ("uitgelicht" en dagen) dichter bij links */
- div.fpItem h2 {
- margin-bottom: 5px;
- }
- /* onnodige dingen weghalen */
- #community, #newsletter, #jobs, #sponsored, #social, #true, #streamone img {
- display: none;
- } {
- display: none;
- }
- /* menubar styling, rondingen, vette tekst */
- #menubar {
- width: 1020px;
- border-radius: 8px 8px 0 0;
- font-weight: bold;
- top:48px;
- }
- /* actieve tab bold maken en kleuren */
- pageTabs li p, .pageTabs li.active a {
- font-weight: bold;
- background: #F2F2F2;
- }
- /* ??? */
- .galleryHeadingContainer, .pageTabsContainer, .notificationsContainer {
- margin: 0 auto;
- width: 1020px;
- }
- /* tabs border kleur */
- .pageTabsContainer {
- border-bottom: 1px solid #C3C6C6;
- }
- #top {
- width: auto;
- border-bottom: 0;
- }
- /* link style */
- a {
- color: #000000;
- text-decoration: none;
- }
- /* aantal replies iets naar links en normaal font*/
- td.replies a {
- font-weight: normal;
- margin-right: 10px !important;
- }
- /* tijd van nieuwsberichten lichter van kleur */
- tr td span {
- color: #A9A9A9 !important;
- }
- /* bezochte links licht van kleur*/
- .frontPageLink:visited {
- color: #B9B9B9;
- font-weight: normal !important;
- }
- /* links dik maken */
- .frontPageLink {
- font-weight: bold
- }
- /* andere links dik maken */
- tr td a {
- font-weight: bold;
- }
- /* regels dichter op elkaar bij artikelen */
- .articleColumn {
- line-height: 1.4;
- }
- p {
- -webkit-margin-after: 0.5em;
- }
- /* search verplaatsen */
- #searchbar{
- margin-top:-20px;
- background: none;
- }
- #search{
- padding-top:0px;
- }
- #search input.text{
- margin-top:-18px;
- }
- #search input.submit{
- margin-top:-18px;
- }
- /* tracker schaduw weg */
- div.popup.trackerPopup.fixed {
- -moz-box-shadow: 0px 0px 0px;
- -webkit-box-shadow: 0px 0px 0px;
- box-shadow: 0px 0px 0px;
- }
- /* tracker breder en top padding weg */
- div.popupContent {
- width: 305px;
- padding-top: 0px !important;
- }
- /* tracker close button weghalen */
- span.fancyButton.close {
- display: none !important;
- }
- /* onderste witte balk weg */
- div.hr {
- display: none;
- }
- /* artikelen plaatjes aan de zijkant plaatsen */
- #fpaItems {
- margin-bottom: 10px;
- float: right;
- width: 330px;
- border: 1px solid #dddede;
- background: linear-gradient(#F5F6F6, #EDEEEE) repeat scroll 0 0 #EDEEEE;
- padding: 2px;
- }
- .fpaItem {
- float: left;
- width: 161px;
- margin: 1px !important;
- height: 122px;
- border: 1px solid #dddede;
- position: relative;
- }
- .fpaItem div.imageContainer {
- width: 100%;
- }
- .fpaItem img {
- margin-left: -42px;
- }
- .fpaItem div.textContainer {
- font-weight: bold;
- background: rgba(0, 0, 0, 0.8);
- width: 100%;
- height: auto;
- font-size: 12px;
- line-height: 1.4em;
- padding: 4px;
- position: absolute;
- bottom: 0;
- }
- /* search balk verplaatsen, verkleinen */
- #search {
- position: relative;
- left: 335px;
- top: 85px;
- width: 310px;
- padding: 0;
- z-index: 1;
- }
- #search .keywordSearch {
- width: 308px;
- height: 28px;
- }
- /* search input veld grootte */
- #search input.text {
- width: 253px;
- height: 20px;
- font-size: 12px;
- padding: 5px 10px 3px;
- }
- /* search submit knop */
- #search input.submit {
- height: 28px;
- background-position: 1px -75px;
- }
- /* search suggestie breedte */
- div.popup.mainSearchSuggest {
- width: 308px;
- }
- /* onderkant kleiner */
- #bottom {
- height: 0%;
- }
- #contentArea {
- padding-bottom: 0;
- }
- /* onderkant kleur en breedte */
- #ticker, #about {
- width: auto;
- background-color: #222424;
- }
- /* newssubmit en meuk tip lager zetten (ivm search bar) */
- .newsSubmitButton {
- margin-top: 45px;
- }
- /* meuktracker button verlagen (heeft geen eigen id?) */
- a.fancyButton {
- margin-top: 45px;
- }
Advertisement
Add Comment
Please, Sign In to add comment