[Style Support] SE Square Left
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!
- cisco007 Online
- BBCoder VI
- Posts: 1,057
- Joined: 16 Mar 2010, 16:14
- Local time: 07 Sep 2025 19:49
- Last active: -
- Location: Don't really know!
[Style Support] SE Square Left
Quick question, i've installed this style since it came out, but now that everything is mobile and stuff, since this inherits prosilvers responsive.css, how would i go about making the board smaller? so i copy the responsive.css to this style and change it there?
also, if i change the wrap size, will that break the responsiveness?
also, if i change the wrap size, will that break the responsiveness?
- Stoker Offline
- Site Admin
- Posts: 4,562
- Joined: 12 May 2008, 21:26
- Local time: 08 Sep 2025 01:49
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
[Style Support] SE Square Left
The responsive will not be affected if you change the width in se_square.css
Se Square is responsive. If you want to change anything just add new rules to the stylesheet.
BTW let me know if you want the latest version with the dark/light toggle https://demo.phpbb3bbcodes.com/index.php?style=2
Se Square is responsive. If you want to change anything just add new rules to the stylesheet.
BTW let me know if you want the latest version with the dark/light toggle https://demo.phpbb3bbcodes.com/index.php?style=2
Last edited by Stoker on 05 Sep 2025, 03:43, edited 1 time in total.
Reason: -
Reason: -
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
- cisco007 Online
- BBCoder VI
- Posts: 1,057
- Joined: 16 Mar 2010, 16:14
- Local time: 07 Sep 2025 19:49
- Last active: -
- Location: Don't really know!
[Style Support] SE Square Left
i will as soon as i can figure this crap out! i am trying to make the board, with a blue background, a border and max-width of 1010px, but it breaks when i check it on mobile view.
maybe the
is messing it up
like i said i've been out of coding for about 12 years or so and i've been trying to learn all the changes in a month.
see if someone can help me out.
here is my css:
i just took out the and it looks fine.
i guess that broke the responsiveness, because once it goes into mobile view it picks up the @media from the responsive.css and it takes over.
Now it's on to try to make a logo show up on desktop and mobile.
maybe the
Code: Select all
min-width:
like i said i've been out of coding for about 12 years or so and i've been trying to learn all the changes in a month.
see if someone can help me out.
here is my css:
Code: Select all
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282 !important;
background-color: #FFFFFF !important;
background-color: #2fadea !important;
background-image: url("./images/back.jpg") !important;
background-repeat: repeat-x;
background-attachment:fixed;
font-size: 10px;
margin: 0;
padding: 10px 10px 10px;
}
#wrap {
border: 2px solid #047ab4;
background-color: #FFFFFF;
padding: 20px 20px;
min-width: 625px;
max-width: 1010px;
margin: 0 auto;
}
Code: Select all
min-width:
i guess that broke the responsiveness, because once it goes into mobile view it picks up the @media from the responsive.css and it takes over.
Now it's on to try to make a logo show up on desktop and mobile.
- Stoker Offline
- Site Admin
- Posts: 4,562
- Joined: 12 May 2008, 21:26
- Local time: 08 Sep 2025 01:49
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
[Style Support] SE Square Left
Yes, min-width will destroy responsive.
About the body. Move everything to #wrap that isnt background image related.
Logo is easy. Just look in the default css files. Common or content i think.
About the body. Move everything to #wrap that isnt background image related.
Logo is easy. Just look in the default css files. Common or content i think.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
- cisco007 Online
- BBCoder VI
- Posts: 1,057
- Joined: 16 Mar 2010, 16:14
- Local time: 07 Sep 2025 19:49
- Last active: -
- Location: Don't really know!
[Style Support] SE Square Left
hey is it just me, or what happened here:
your style has a se_square_left.css
looking at view page source it's looking for stylesheet.css in the styles folder but there isn't one. I haven't modified anything,your style has a se_square_left.css
- Stoker Offline
- Site Admin
- Posts: 4,562
- Joined: 12 May 2008, 21:26
- Local time: 08 Sep 2025 01:49
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
[Style Support] SE Square Left
Then its something you have done to admin.csscisco007 wrote: 05 Sep 2025, 23:04 i forgot to mention, that is in the acp, when searching for a user
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
- cisco007 Online
- BBCoder VI
- Posts: 1,057
- Joined: 16 Mar 2010, 16:14
- Local time: 07 Sep 2025 19:49
- Last active: -
- Location: Don't really know!
[Style Support] SE Square Left
no, i haven't touched any admin.css, i don't even know where admin.css is
if you see the attached image, your style has a se_square_left.css and in the view source tab it shows it's looking for a stylesheet.css but there isn't one. unless i uninstall the style, rename the css to stylesheet and reinstall the style that might me the only way it works.

if you see the attached image, your style has a se_square_left.css and in the view source tab it shows it's looking for a stylesheet.css but there isn't one. unless i uninstall the style, rename the css to stylesheet and reinstall the style that might me the only way it works.
- Stoker Offline
- Site Admin
- Posts: 4,562
- Joined: 12 May 2008, 21:26
- Local time: 08 Sep 2025 01:49
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
[Style Support] SE Square Left
When in acp the only stylesheet that should be loaded is admin.css
I have no idea how you managed to load se sqaure left css in acp?
I have no idea how you managed to load se sqaure left css in acp?
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
- cisco007 Online
- BBCoder VI
- Posts: 1,057
- Joined: 16 Mar 2010, 16:14
- Local time: 07 Sep 2025 19:49
- Last active: -
- Location: Don't really know!
[Style Support] SE Square Left
the picture above is from the MCP, when searching for a user to send PM.
if i go to the ACP, and view page source it does use the admin.css, but when you actually search for a user, it opens up the memberlist.php file with actually loads up overall_header.html, which uses what ever css files are being called for i that overall header file.
never mind i just renamed the file to stylesheet.css to avoid problems.
if i go to the ACP, and view page source it does use the admin.css, but when you actually search for a user, it opens up the memberlist.php file with actually loads up overall_header.html, which uses what ever css files are being called for i that overall header file.
never mind i just renamed the file to stylesheet.css to avoid problems.
Last edited by cisco007 on 06 Sep 2025, 17:09, edited 1 time in total.