Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 26 users online :: 0 Registered, 0 Hidden and 26 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
#wrap in FAE
Page 1 of 1 • Share
- Bigtuber
- Gender :
Posts : 125
Points : 3420
Reputation : 52
Location : Germany
Language : German, English
Browser : Forum Version :
Hello,
I wonder why there is no code working for the id #wrap.
I'm using this code, which is working fine on a standard phpbb3 forumotion forum:
So that's my background and the content of the forum (wrap) but this isn't working in FAE and when I'm looking into the CSS, @Ange Tuteur also doesn't use #wrap.
Since FAE is based on colours, #wrap doesn't work, or is it because the forum width feature on the FAE control panel?
Does anyone know how I can tell #wrap some commands?
I wonder why there is no code working for the id #wrap.
I'm using this code, which is working fine on a standard phpbb3 forumotion forum:
- Code:
body {
background-image: url('https://cdreplat-a.akamaihd.net/web-content/rg.com/images/content/wallpapers/kingsroad-knight-adamar-1920x1080.jpg');
background-position: center center;
background-size: auto;
background-attachment: fixed;
}
#wrap::before {
background: rgba(0, 0, 0, 0) url("https://i37.servimg.com/u/f37/19/26/29/54/main-w11.png") no-repeat scroll center center;
color: #fbf3d4;
content: "";
display: inline-block;
font-family: 'Bitter', serif;
font-size: 18px;
font-weight: 700;
height: 47px;
left: 50%;
letter-spacing: 5px;
line-height: 35px;
margin-left: -490px;
position: relative;
text-align: center;
top: -23.5px;
width: 980px;
}
#wrap::after {
background: rgba(0, 0, 0, 0) url("https://i37.servimg.com/u/f37/19/26/29/54/main-w11.png") no-repeat scroll center center;
color: #fbf3d4;
content: " Copyright 2017 by Bigtuber";
display: inline-block;
font-family: 'Bitter', serif;
font-size: 11px;
height: 47px;
left: 50%;
line-height: 35px;
margin-left: -490px;
position: relative;
text-align: center;
top: 23.5px;
width: 980px;
}
#wrap {
background-image: url("https://i37.servimg.com/u/f37/19/26/29/54/schrif12.png");
background-position: center center;
background-repeat: repeat-y;
margin-bottom: 10px;
margin-top: 200px;
padding: 0 100px;
}
So that's my background and the content of the forum (wrap) but this isn't working in FAE and when I'm looking into the CSS, @Ange Tuteur also doesn't use #wrap.
Since FAE is based on colours, #wrap doesn't work, or is it because the forum width feature on the FAE control panel?
Does anyone know how I can tell #wrap some commands?
Last edited by Bigtuber on Wed 01 Feb 2017, 11:00; edited 1 time in total
- Bigtuber
- Gender :
Posts : 125
Points : 3420
Reputation : 52
Location : Germany
Language : German, English
Browser : Forum Version :
Hey,
that helped me! Thank you very much, this is solved.
that helped me! Thank you very much, this is solved.
Hey,
Even though this is solved, I'd like to add some additional information that should be helpful to anyone using Forumactif Edge.
FAE can be separated into three sections :
Well, four, if you count #footer_end lol. Anyway, you can use #page-body as a substitute for #wrap on FAE, it essentially does the same thing ; wraps the forum content. #fa_edge is an id used for the <body> tag, you can take advantage of this id if you want to make changes specific to FAE, that don't effect the mobile version for example.
quick ex :
Even though this is solved, I'd like to add some additional information that should be helpful to anyone using Forumactif Edge.
FAE can be separated into three sections :
- #page-header ( for the header )
- #page-body ( for the page content )
- #page-footer ( for the footer )
Well, four, if you count #footer_end lol. Anyway, you can use #page-body as a substitute for #wrap on FAE, it essentially does the same thing ; wraps the forum content. #fa_edge is an id used for the <body> tag, you can take advantage of this id if you want to make changes specific to FAE, that don't effect the mobile version for example.
quick ex :
- Code:
#fa_edge a {
color:red;
}
- Bigtuber
- Gender :
Posts : 125
Points : 3420
Reputation : 52
Location : Germany
Language : German, English
Browser : Forum Version :
Thanks for the explanation, now it makes sense!
- Sponsored content
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum