Created
October 19, 2012 19:46
-
-
Save toaomatis/3920286 to your computer and use it in GitHub Desktop.
Tweakers.net 7 Custom CSS [Matis]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
background: #444444; | |
} | |
#layout { | |
background-color: #666; | |
min-width: 90%; | |
} | |
#top { | |
border-bottom: 0; | |
} | |
a { | |
color: #000000; | |
text-decoration: none; | |
} | |
div#contentArea { | |
padding-top: 0px; | |
padding-left: 20px; | |
padding-right: 20px; | |
background: #F7F7F7; | |
} | |
.eenReactie, .reactie { | |
background: #F7F7F7; | |
} | |
#menubar { | |
width: 980px; | |
} | |
#searchbar { | |
margin: 34px auto 0 auto; | |
width: 1020px; | |
} | |
.galleryHeadingContainer, .pageTabsContainer, .notificationsContainer { | |
margin: 0 auto; | |
width: 1020px; | |
} | |
.pageTabsContainer { | |
border-bottom: 1px solid #C3C6C6; | |
} | |
table.highlights td { | |
line-height: 5px; | |
padding: 5px 5px; | |
} | |
#menubar { | |
width: 1024px; | |
border-radius: 6px 6px 0 0; | |
} | |
.articleColumn { | |
line-height: 1.4; | |
} | |
#socialButtons { | |
display: none !important; | |
} | |
div.resizewarning div { | |
display: none !important; | |
} | |
img.resized { | |
border: 2px #000000 !important; | |
display: block; | |
float: none; | |
} | |
#jobs_relations { | |
display: none; | |
} | |
p { | |
-webkit-margin-after: 0.5em; | |
} | |
#fpaItems .fpaItem { | |
height: 155px; | |
width: 160px; | |
margin-bottom: 0px; | |
} | |
#fpaItems { | |
margin-bottom: 0px; | |
} | |
#fpaItems .fpaItem div.imageContainer { | |
width: 160px; | |
height: 75px; | |
margin-bottom: 0px; | |
} | |
#fpaItems .fpaItem div.imageContainer img { | |
width: 160px; | |
height: 75px; | |
} | |
#fpaItems .fpaItem div.textContainer { | |
padding-bottom: 0px; | |
padding: 4px 2px 2px 2px; | |
height: 40px; | |
padding-top: 6px; | |
line-height: 15px; | |
text-align: center; | |
font-size: 12px; | |
} | |
#fp_tabs_container { | |
margin-bottom: 5px; | |
} | |
.secondColumn { | |
margin-top: -155px; | |
} | |
table.listing tbody tr td, | |
table.listing tbody tr th, | |
div#my-react div, | |
div#my-react div h2, | |
div#forum_tabs, | |
div#title h1 { | |
margin: 0 !important; | |
padding: 0 !important; | |
} | |
td.topic a[title*="Matis"] | |
{ | |
background-color: yellow; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment