EzPortal - Portal Software for Forums

EzPortal - Made to Fit Your SMF Forum - Glad You Found Us!
+- +-

UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Recent Posts

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Re: Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 02:09:24 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:55:53 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 01:47:42 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:34:07 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 12:20:17 pm

+- HTML Menu


Sample HTML Block Usage - You May Custom Code it, as needed!

Recent Topics ezBlock

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Where is the facebook button color? by EzPortal
February 28, 2023, 06:45:09 pm

Display on Mobile - SMF 2.1.3 and EZ 5.5.2 by BugginIn
December 29, 2022, 04:07:13 pm

Blocks Help by Riggs1973
November 20, 2022, 12:59:30 pm

Surface ol lite theme release Free! by Steffen K.
November 18, 2022, 03:57:24 am

Undefined index: href by EzPortal
October 04, 2022, 08:49:59 pm

SMF-ezportal_column_5.cache): failed to open stream: No such file or directory by EzPortal
June 04, 2022, 11:40:13 am

Arcade block error: failed to open stream: No such file or directory by Shades
May 20, 2022, 02:47:13 pm

Author Topic: Css styling on Ezportal  (Read 10702 times)

0 Members and 1 Guest are viewing this topic.

Offline timidapsin

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Css styling on Ezportal
« on: November 06, 2015, 04:50:11 pm »
Hello, please i would like to change the styling of my recent topics block to my preferred css style, there is no place to include css style while adding a block using Ezportal

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
Re: Css styling on Ezportal
« Reply #1 on: November 06, 2015, 05:04:08 pm »
That at the moment but that would be a good feature request.
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline timidapsin

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: Css styling on Ezportal
« Reply #2 on: November 06, 2015, 05:56:24 pm »
That at the moment but that would be a good feature request.
yes but how do i change the css for recent topics only? there should be a way.

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
Re: Css styling on Ezportal
« Reply #3 on: November 06, 2015, 06:19:28 pm »
I meant to say not at the moment. ezPortal uses the same css as the themes/SMF by default.
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline timidapsin

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: Css styling on Ezportal
« Reply #4 on: November 06, 2015, 07:05:55 pm »
I meant to say not at the moment. ezPortal uses the same css as the themes/SMF by default.

 :( this is too bad, thought i would be able to alter the css...
and i really like ezportal... wish i could just edit the css

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1299
  • Karma: 67
Re: Css styling on Ezportal
« Reply #5 on: November 06, 2015, 08:09:45 pm »
Yeah no separate css files with ezportal. the responsive version has it but not sure if it affects all blocks
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline timidapsin

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: Css styling on Ezportal
« Reply #6 on: November 06, 2015, 08:37:40 pm »
Yeah no separate css files with ezportal. the responsive version has it but not sure if it affects all blocks
okay maybe i would wait till an update is available

Offline Maxx

  • VN Vet E4
  • Hero Member
  • *****
  • Posts: 560
  • Karma: 8
  • Gender: Male
  • Web Designer
    • SurfaceThemes - Web Design Ideas Classic Rock
Re: Css styling on Ezportal
« Reply #7 on: November 09, 2015, 09:37:29 am »
Sorry for the late reply , crazy busy :(

Each block can be style with using HTML/Css in each block as and example the HTML Menu I did like this:

Code: [Select]
<style type="text/css">
.style1 {
    text-align: left;
    background:#FFF3DC;
    border:2px #cdcdcd solid;
    padding:5px;
    border-radius: 4px;
}
</style>
</head>

<body style="background-color: #E3ECD6">


<div class="style1">


<br />
    <strong>Sample HTML Block Usage - You May Custom Code it, as needed!</strong>
<ul>
    <li>
        <a href="http://www.ezportal.com/announcements/">Announcements</a><br /><br /></li>

    <li>
        <a href="http://www.ezportal.com/community-rules/">Community Guidelines

        &amp; Rules</a><br /><br />
</li>
    <li>
        <a href="http://www.ezportal.com/how-to-section/">How To Section</a><br /><br />


    </li>
    <li>
        <a href="http://www.ezportal.com/ezportal-showcase/">EzPortal Showcase</a><br /><br />


    </li>
    <li>
        <a href="http://www.ezportal.com/support/">Support</a><br /><br />


    </li>
</ul>
</div>
</body>


Almost the way you'd style and HTML page.  only you'd leave out the HTML tags!

Style1 at the top is where you's tweak the colors, padding other stuff!

regards,
Maxx
If you find this Portal System useful, please consider supporting us with a small Donation!
Check out the How to Section!!
Please remember to keep your back ups, up to date, before you try anything new!

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
22967 Views
Last post October 12, 2008, 07:30:25 pm
by EzPortal
6 Replies
19678 Views
Last post December 05, 2008, 09:15:33 pm
by EzPortal
2 Replies
13906 Views
Last post February 27, 2009, 05:01:43 am
by Anders
6 Replies
12761 Views
Last post August 03, 2010, 05:51:51 pm
by thellie
1 Replies
10160 Views
Last post August 14, 2010, 09:42:20 pm
by EzPortal

+-SMF Gallery

Quick Menu


Powered by EzPortal