Agreed about the sorting arrows, as long as they are discreet.
However, I wouldn't like any arrow to replace the ellipsis (three dots). The dots are universally understood for that specific usage.
Search found 391 matches
- Wed Jan 11, 2017 8:32 pm
- Forum: [3.x] Discussion
- Topic: RFC - A better/useful sort system
- Replies: 2
- Views: 8657
- Mon Nov 21, 2016 4:58 am
- Forum: [3.x] Style Development
- Topic: Design Inspiration
- Replies: 17
- Views: 72007
Re: Design Inspiration
How about keeping the current prosilver theme and just try to organize and reduce the CSS as much as possible? And do the same job with less elements and HTML5.
I think only the UCP and MCP need a revamp. The rest already looks good.
Leave it to the style authors to produce modern themes by ...
I think only the UCP and MCP need a revamp. The rest already looks good.
Leave it to the style authors to produce modern themes by ...
- Tue Nov 15, 2016 4:12 pm
- Forum: [3.x] Style Development
- Topic: 2. Why is a framework so usefull?
- Replies: 18
- Views: 70487
Re: 2. Why is a framework so usefull?
I personally hate having bloat and unused CSS selectors.jameswarner wrote: Fri Nov 11, 2016 11:37 am I not agree with you because bootstrap is the web framework. This framework to allow you to rapid your web apps without having any trouble of design issue especially developing stage in your projects.
- Fri Oct 07, 2016 6:00 pm
- Forum: General Development Discussion
- Topic: A different take on phpBB for 2016 (style)
- Replies: 18
- Views: 55420
Re:
I crossfit.
- Thu Sep 29, 2016 1:55 am
- Forum: [3.x] Style Development
- Topic: New theme for ACP
- Replies: 5
- Views: 23137
Re: New theme for ACP
I actually like the militaire colors of the current ACP.
It makes me feel like I login to pentagon's control panel.
It makes me feel like I login to pentagon's control panel.
- Sun Sep 18, 2016 4:11 pm
- Forum: [3.x] Style Development
- Topic: New Style for phpBB 3.3 ?
- Replies: 115
- Views: 359674
Re: New Style for phpBB 3.3 ?
I don't see any other problem other than a couple with IE 9-11 ?hanakin wrote: Sun Sep 18, 2016 4:07 pm external svg are highly problematic still even with js. We will probably opt for head loaded which is way more less problematic and thats one or two less server requests
- Sun Sep 18, 2016 4:02 pm
- Forum: [3.x] Style Development
- Topic: New Style for phpBB 3.3 ?
- Replies: 115
- Views: 359674
Re: New Style for phpBB 3.3 ?
no fallback is needed for IE... Also there is no difference in our code other than I provided a label
http://caniuse.com/#feat=svg
It is needed if you want to use an external svg file rather than inlining the code.
That's the best way to do it. A single small .svg sprite, external, that will ...
- Sun Sep 18, 2016 2:50 pm
- Forum: [3.x] Style Development
- Topic: New Style for phpBB 3.3 ?
- Replies: 115
- Views: 359674
Re: New Style for phpBB 3.3 ?
This is actually closer to the implementation we would go with
<a class="menu-item" href="#" title="Faq"">
<svg class="icon">
<use xlink:href="#faq"></use>
<span class="hide-mobile">Faq</span>
</svg>
</a>
Or even better, something like this:
<svg class="icon" role="img" title="Faq ...
- Sat Jun 18, 2016 7:40 pm
- Forum: [3.x] Style Development
- Topic: New Style for phpBB 3.3 ?
- Replies: 115
- Views: 359674
Re: New Style for phpBB 3.3 ?
+1Senky wrote: Sat Jun 18, 2016 6:37 pm Gulp + browsersync are my favourites now. I am not sure whether there has already been a discussion about it, but maybe you could consider using gulp (which has tons of other advantages as well).
It also has some nice modules for generating sprites.
- Fri Jun 17, 2016 10:35 am
- Forum: [3.x] Style Development
- Topic: New Style for phpBB 3.3 ?
- Replies: 115
- Views: 359674
Re: New Style for phpBB 3.3 ?
Alright but... didn't you enjoy it... like at all??RMcGirr83 wrote: Fri Jun 17, 2016 9:33 am Can you two knock it off please, if you want to banter about classes vs id's go do it in a separate topic or via PM. The purpose of this topic is not for you two to argue, right or wrong, about styling.