DIR Return Create A Forum - Home
---------------------------------------------------------
Hack Community
HTML https://roshacks.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Comments & FeedBacks
*****************************************************
#Post#: 537--------------------------------------------------
Re: New Forum Styles.
DIR By: Rygna
Date: May 14, 2018, 1:30 am
---------------------------------------------------------
--- Code ---
img.bbc_img {
max-width: 100%;
height: auto;
}
--- End Code ---
Sorry, about this bugs xD
p.s, bruh sorry double post.
#Post#: 539--------------------------------------------------
Re: New Forum Styles.
DIR By: pipo1337
Date: May 14, 2018, 1:39 am
---------------------------------------------------------
can you check now images i think i added but still no changes
for me , need to be fixed now
#Post#: 540--------------------------------------------------
Re: New Forum Styles.
DIR By: Rygna
Date: May 14, 2018, 1:46 am
---------------------------------------------------------
--- Quote from: –•™_pipo_™•– link ---
>
> can you check now images i think i added but still no changes
for me , need to be fixed now
>
--- End Quote ---
Yep, it's fixed. You should Shift+F5 for Hard Reload with Cache.
#Post#: 541--------------------------------------------------
Re: New Forum Styles.
DIR By: pipo1337
Date: May 14, 2018, 1:50 am
---------------------------------------------------------
Thank you for this info but yea every day and every minute is
knowledge
#Post#: 542--------------------------------------------------
Re: New Forum Styles.
DIR By: Rygna
Date: May 14, 2018, 2:23 am
---------------------------------------------------------
i'll post minor changes about styles here, and i'll PM ya about
full packed styles & private one. can i? ;-;
anyway, here's some effect when you hover the "Hack Community"
Title/Logo on Header.
--- Code ---
h1.forumtitle > a {
color: #fff;
cursor: default;
}
h1.forumtitle:hover > a {
color: #e74c3c !important;
text-shadow: 0px 2px 0px #fff;
}
--- End Code ---
---------------------------------------------------------
Centered Icons Post Ratings (Profile)
HTML https://i.snag.gy/94B2ba.jpg
--- Code ---
#main_admsection div.windowbg2 table tbody > tr td:first-child
{
text-align: center;
}
--- End Code ---
---------------------------------------------------------
Simple effect brightness on-hover for Profile Picture (avatars)
--- Code ---
img.avatar {
transition: all .3s ease-in-out;
}
img.avatar:hover {
filter: brightness(130%);
}
--- End Code ---
#Post#: 548--------------------------------------------------
Re: New Forum Styles.
DIR By: pipo1337
Date: May 14, 2018, 5:23 am
---------------------------------------------------------
All of your updates about design is excellent, im pretty busy
and not too much good about css but is okey
#Post#: 550--------------------------------------------------
Re: New Forum Styles.
DIR By: pipo1337
Date: May 14, 2018, 7:06 am
---------------------------------------------------------
--- Quote from: Rygna link ---
>
> i'll post minor changes about styles here, and i'll PM ya
about full packed styles & private one. can i? ;-;
>
> anyway, here's some effect when you hover the "Hack Community"
Title/Logo on Header.
>
--- Code ---
> h1.forumtitle > a {
> color: #fff;
> cursor: default;
> }
>
> h1.forumtitle:hover > a {
> color: #e74c3c !important;
> text-shadow: 0px 2px 0px #fff;
> }
>
--- End Code ---
>
---------------------------------------------------------
> Centered Icons Post Ratings (Profile)
>
HTML https://i.snag.gy/94B2ba.jpg
>
>
--- Code ---
> #main_admsection div.windowbg2 table tbody > tr
td:first-child {
> text-align: center;
> }
>
--- End Code ---
>
---------------------------------------------------------
> Simple effect brightness on-hover for Profile Picture
(avatars)
>
--- Code ---
> img.avatar {
> transition: all .3s ease-in-out;
> }
>
> img.avatar:hover {
> filter: brightness(130%);
> }
>
--- End Code ---
>
--- End Quote ---
I like your idea and i promote you to VIP thanks for helping our
community and get new design because i dont have free time this
month i hope we will work soon on other stuff you are welcome to
join in our Application for Android soon
HTML https://i.imgur.com/YNwKP6i.png
I also added border when you pointing to avatar
HTML https://i.imgur.com/HC6yUCu.png
#Post#: 555--------------------------------------------------
Re: New Forum Styles.
DIR By: Rygna
Date: May 14, 2018, 9:35 pm
---------------------------------------------------------
--- Quote from: –•™_pipo_™•– link ---
>
> [quote author=Rygna link=topic=150.msg542#msg542
date=1526282616]
> i'll post minor changes about styles here, and i'll PM ya
about full packed styles & private one. can i? ;-;
>
> anyway, here's some effect when you hover the "Hack Community"
Title/Logo on Header.
>
--- Code ---
> h1.forumtitle > a {
> color: #fff;
> cursor: default;
> }
>
> h1.forumtitle:hover > a {
> color: #e74c3c !important;
> text-shadow: 0px 2px 0px #fff;
> }
>
--- End Code ---
>
---------------------------------------------------------
> Centered Icons Post Ratings (Profile)
>
HTML https://i.snag.gy/94B2ba.jpg
>
>
--- Code ---
> #main_admsection div.windowbg2 table tbody > tr
td:first-child {
> text-align: center;
> }
>
--- End Code ---
>
---------------------------------------------------------
> Simple effect brightness on-hover for Profile Picture
(avatars)
>
--- Code ---
> img.avatar {
> transition: all .3s ease-in-out;
> }
>
> img.avatar:hover {
> filter: brightness(130%);
> }
>
--- End Code ---
>
--- End Quote ---
I like your idea and i promote you to VIP thanks for helping our
community and get new design because i dont have free time this
month i hope we will work soon on other stuff you are welcome to
join in our Application for Android soon
HTML https://i.imgur.com/YNwKP6i.png
I also added border when you pointing to avatar
HTML https://i.imgur.com/HC6yUCu.png
[/quote]
Whoah!, Thank you!, also Great ideas about on-hover bordering
tho, also i like new poster username color tho.
anyway, here's some Fix Input Password & Padding Titlebar on
Registration Page.
--- Code ---
form#registration div.title_bar,
form#registration .windowbg2 {
padding: 0;
}
dl.register_form input[type=password] {
background: transparent;
}
--- End Code ---
The Input for Password is not transparent, also i remove the
padding for every titlebar on registration page. To make sure
the alignment is same with windowbg1.
---------------------------------------------------------
Fix Forumposts Bar (Alignment)
Before:
HTML https://i.snag.gy/GCZXVq.jpg
After:
HTML https://i.snag.gy/0SADx8.jpg
--- Code ---
div#forumposts div.cat_bar .catbg {
text-align: left;
}
--- End Code ---
#Post#: 557--------------------------------------------------
Re: New Forum Styles.
DIR By: pipo1337
Date: May 15, 2018, 5:05 am
---------------------------------------------------------
Thank you for notice i update css you can check it. We need to
work now on people invite and many more games
#Post#: 588--------------------------------------------------
Re: New Forum Styles.
DIR By: Rygna
Date: May 18, 2018, 8:05 am
---------------------------------------------------------
Some Improvements for <hr> tags and border line between posts
content & signature. (Eye Safe yet Sleek!), and also fix some
styles for Button (Input).
---------------------------------------------------------
[quote=Screenshot]
HTML https://i.snag.gy/6KWS8R.jpg
HTML https://i.snag.gy/T5ZbOf.jpg
HTML https://i.snag.gy/G06k9K.jpg
[/quote]
---------------------------------------------------------
--- Code ---
hr {
background-color: #3b3b3b;
}
.inner,
.signature,
.custom_fields_above_signature,
.attachments {
border-top: 1px solid #3b3b3b !important;
}
input[value=go] {
padding: 4.5px 11px;
background-color: #c0392b;
border-bottom: 2px solid #e74c3c;
border-radius: 2px;
text-transform: uppercase;
transition: all .3s ease-in-out;
}
input[value=go]:hover {
background-color: #fff;
color: #e74c3c;
cursor: pointer;
}
--- End Code ---
*****************************************************
Page 2 of 4
DIR Previous Page
DIR Next Page