Last active
August 29, 2015 14:01
-
-
Save Hamcha/7601c1e6a3d2fa73e184 to your computer and use it in GitHub Desktop.
Hamcha PHPBB style override
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
/* Global */ | |
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic); | |
* { | |
color: #333; | |
} | |
#logo, .forum-image, .headerbar, .servizi img { | |
display: none; | |
} | |
.leftside, .rightside { | |
margin-top: -15px; | |
} | |
.leftside { | |
margin-left: -18px; | |
} | |
.navbar { | |
height: 55px; | |
font-size: 1.4em; | |
font-weight: 300; | |
} | |
ul.navlinks { | |
border: 0; | |
} | |
.icon { | |
background: none; | |
} | |
html, body { | |
background: #eee; | |
font-family: 'Source Sans Pro', sans-serif; | |
color: #333; | |
} | |
p { | |
font-size: 1.4em; | |
} | |
#wrap { | |
background: none; | |
border: 0; | |
} | |
a, a:visited { | |
color: #05a; | |
} | |
.navbar a { | |
color: #000; | |
} | |
.search { | |
border-radius: 2px; | |
background: #fff; | |
padding: 3px; | |
margin: 0; | |
} | |
.forabg, .icon-logout, .icon-members, .icon-search, .icon-faq, .icon-ucp, .icon-home { | |
background: none; | |
border: 0; | |
} | |
/* Home */ | |
.icon a, .icon dd, h3 a { | |
color: #000; | |
} | |
.forumtitle { | |
font-family: 'Source Sans Pro', sans-serif; | |
font-size: 2em; | |
font-weight: 300; | |
line-height: 1.6em; | |
} | |
.topiclist li.row, .navbar { | |
border: 1px solid #ccc; | |
margin: 10px 0; | |
border-radius: 3px; | |
padding-bottom: 5px; | |
background: #f3f3f3; | |
} | |
ul { | |
background: none; | |
} | |
li.row .lastpost { | |
font-size: 1.4em; | |
margin: 5px; | |
color: #444; | |
} | |
.subforum { | |
background: none; | |
} | |
li.row .topics,li.row .posts, li.row .views { | |
font-size: 2em; | |
font-weight: 300; | |
} | |
li.row dd, li.row:hover dd { | |
border: 0; | |
} | |
/* Forum view */ | |
dt { | |
color: #000; | |
} | |
.icon dt { | |
padding-left: 10px; | |
padding-right: 0; | |
background: none; | |
} | |
.forumbg { | |
background: none; | |
border: 0; | |
} | |
a.topictitle { | |
font-size: 1.6em; | |
font-weight: 300; | |
font-family: 'Source Sans Pro', sans-serif; | |
} | |
.topics li.row dt { | |
margin-top: 6px; | |
} | |
.topics li.row .posts, .topics li.row .views { | |
font-size: 1.7em; | |
} | |
.topics li.row .lastpost { | |
font-size: 1.2em; | |
} | |
.icon dt img { | |
display: none; | |
} | |
/* Topic view */ | |
.post { | |
background: #fff; | |
border: 0; | |
border-radius: 0; | |
position: relative; | |
margin: 10px 0; | |
} | |
.boxprofile,.profile-icons,.postprofile { | |
display: none; | |
} | |
.postbody { | |
background: #fff; | |
width: 100%; | |
color: #333; | |
} | |
.postbody .content { | |
font-size: 1.5em; | |
padding: 5px; | |
font-family: 'Source Sans Pro', sans-serif; | |
border-top: 1px solid #ccc; | |
color: #333; | |
} | |
.postbody .first, .postbody h3 { | |
padding: 7px 5px; | |
font-weight: 400; | |
font-family: 'Source Sans Pro', sans-serif; | |
padding-bottom: 0; | |
font-size: 1.2rem; | |
} | |
.postbody .author { | |
padding: 0 10px; | |
font-family: 'Source Sans Pro', sans-serif; | |
} | |
.author img { | |
display: none; | |
} | |
blockquote blockquote { | |
background: rgba(0,0,0,.05); | |
} | |
blockquote { | |
border: 0; | |
padding: 5px 10px; | |
margin: 0; | |
background: rgba(0,0,0,.05); | |
border-left: 3px solid #ddd; | |
border-radius: 0; | |
color: #333; | |
} | |
cite { | |
margin: 0; | |
padding-bottom: 5px; | |
} | |
.corners-bottom, .corners-top { | |
display: none; | |
} | |
.panel { | |
background-color: #fff; | |
color: #333; | |
} | |
textarea, button, input, select, .pagination span strong, .pagination span a { | |
background: #fff; | |
border: 1px solid #ccc; | |
border-radius: 3px; | |
font-size: 1rem; | |
} | |
form h2, fieldset, #message-box { | |
text-align: center; | |
margin: 0 auto; | |
} | |
form .panel { | |
padding: 5px; | |
} | |
#smiley-box { | |
display: none; | |
} | |
#preview .content { | |
padding: 10px; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment