1. WoltLab Suite
    1. Apps
    2. Features
    3. Services
    4. Pricing
  2. Customer Area
  3. Community
    1. Dashboard
    2. Unresolved Threads
  4. Plugin-Store
  5. Blog
  • Login or register
  • Search
Styles
  • Everywhere
  • Styles
  • Forum
  • Plugin-Store
  • Articles
  • Pages
  • More Options
  1. WoltLab®
  2. Plugin-Store
  3. Plugins
  4. Styles

Lime Twist WSC 3.0 1.0.1

  • Caribe_Soy
  • February 4, 2017 at 4:23 PM
  • 320 Downloads
  • 29 Comments
  • Download
  • Overview
  • Versions 2
  • Comments 29

A basic style with just a little touch of lime.


This is an updated version of the first "Lime Twist" style that was made for WBB 4.1, this style is for WSC 3.0 and WSF 5.0. The category background image is missing from this version because it does not look good with WSF 5.0. I hope you and your members enjoy using the style.

Dies ist eine aktualisierte Version des ersten "Lime Twist" -Stils, der für WBB 4.1 erstellt wurde, dieser Stil ist für WSC 3.0 und WSF 5.0. Das Kategorie-Hintergrundbild fehlt in dieser Version, weil es nicht gut aussieht mit WSF 5.0. Ich hoffe, Sie und Ihre Mitglieder genießen den Stil.

  • Version 1.0.1

    • Caribe_Soy
    • February 20, 2017 at 12:04 PM
    • 100.86 kB
    • 265 Downloads

    Fixes the issue with the logout link not being visible in the prior version.

  • Version 1.0.0

    • Caribe_Soy
    • February 5, 2017 at 10:58 PM
    • 100.86 kB
    • 55 Downloads

    <p>Added missing CSS. Please remove the first two files. I should have everything fixed now and I apologize for uploading the other two <em>incomplete</em> files.</p>

BeReal
November 22, 2020 at 10:52 PM

will there be update 5.3 for this style?

breyer
March 28, 2018 at 7:17 PM

Will this style get an update for WSC 3.1?

DO2MAD
August 5, 2017 at 4:44 PM

The Poll Percent bar is fully gray. How can I change the color of the percentage (for example that 50% are green/blue/... and the other 50% gray)?

LogixX
August 5, 2017 at 9:03 PM

Can you give me a link to where you have the poll? You can use Inspect Element to find what's defining the color of the percentage bar and then change the color to a gradient.

DO2MAD
August 6, 2017 at 12:04 AM

For example here: https://dev-talk.net/forum/thread/5…beherrscht-ihr/

LogixX
August 6, 2017 at 1:07 AM

It's possible to change the color of the percentage bar to different solid color. I tried and was unable to change the bar to different colors using gradients.

DO2MAD
August 6, 2017 at 9:41 AM

I wanted that code, but thanks for the first note :)
.pollContainer .pollResultItem .pollMeter .pollMeterValue {
background-color: #81BF3E;
}

My english is not the best. :(

Eierk0cher
June 7, 2017 at 2:39 PM

Darf man das Hintergrundbild bei dem Design austauschen? Und ist dies überhaupt ohne weiteres möglich? :)
Viele Grüße,
Eierk0cher

LogixX
June 9, 2017 at 11:52 AM

Es gibt kein Hintergrundbild in diesem Stil.

dodo-r
April 19, 2017 at 12:21 PM

Hallo!
Ich hätte folgende Frage:
Darf das Copyright des Design geändert oder entfernt werden, bzw. gibt es eine Branding-Free Option?
lg

LogixX
April 20, 2017 at 1:10 AM

Ja, wir können die Beseitigung der Marke durch eine Konversation besprechen.

Dragosius
March 12, 2017 at 4:39 PM

Hi,

I like this style.

But I have one question:
How I can deactivate the Hover effect for the logo.
I mean the effect, that the logo turns a little bit.

LogixX
March 12, 2017 at 6:32 PM

Remove the following from the style's Advanced Settings:

.logo img {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
}

.logo img:hover {
-webkit-transform: rotate(-5deg) scale(0.9);
-moz-transform: rotate(-5deg) scale(0.9);
-o-transform: rotate(-5deg) scale(0.9);
-ms-transform: rotate(-5deg) scale(0.9);
}

tomaks
February 19, 2017 at 1:18 PM

Habe den Stil heute installiert und Farbmäßig angepasst. Wirklich sehr gut und einfach.
Nur habe ich noch ein Problem: Bei der Forumlink Seite (Startseite Forum/index) hätte ich zu den Grünen Background der Boxen der 1.Forenebene gerne ein Weiße Schrift. Diese wird aber grau angezeigt , nur wenn ich mit der Maus draufgehe wird sie weiß. http://chemiefanforum.de/forum/forum/?page=Index Wo kann ich dies abändern? Habe es bei den Farbschema des Stiles schon probiert , weiß aber nicht wirklich welche Beschreibung auf diese Box zutrifft .

LogixX
February 19, 2017 at 2:10 PM

Meinst du die Kategorie-Titel?

Die Farbe kann in der Farbpalette unter wcfTabularBox > geändert werden
$WcfTabularBoxHeadline. Wenn das Ändern der Farbe nicht in der Farbpalette funktioniert, fügen Sie zu den erweiterten Einstellungen hinzu:

.tabularBoxTitle > header a, .tabularBoxTitle > header .icon {
color: #fff;
}

tomaks
February 19, 2017 at 6:04 PM

Ja! Super genau das war es. :) Leider ist nun auch die die Schrift bei der über den Beiträgen platzierten "Letzte Beiträge" Box weiß (Thema-Antworten-Letzte Antwort) ohne das diese einen eigenen Hintergrund wie die anderen Tabulator Boxen zu hat, aber damit kann ich leben.

IronEagle
February 16, 2017 at 12:37 PM

schöner stil, doch der logoutlink ist nicht sichtbar??? bitte fixen

LogixX
February 16, 2017 at 11:41 PM

Google translate - Danke vielmals. Ich werde den Stil bald aktualisiert haben. Jetzt können Sie den erweiterten Einstellungen des Stils die folgenden hinzufügen:

.interactiveDropdownShowAll {
color: $wcfContentLink;
}

.interactiveDropdownShowAll:hover {
color: $wcfContentLinkActive;
}

IronEagle
February 17, 2017 at 8:08 AM

perfekt....danke!

tomaks
February 19, 2017 at 6:42 PM

Das mit dem Links (z.B Logout) funktioniert jetzt nach Eintrag in die Erweiterten Einstellungen-Aber die Beschreibung ganz oben (z.B "Kontrollzentrum" , "Benachrichtigungen" etc) hat noch immer dieses Problem-oder liegt das nur an meinem Farbschema ?

Anij
February 16, 2017 at 9:47 AM

Oh wie schön, daß es den Lime Twist jetzt auch für WSC3 gibt. Wir haben den anderen alle sehr gerne gemocht. Danke dafür.

LogixX
February 16, 2017 at 10:35 AM

Vielen Dank.

ArnoEdwin
February 14, 2017 at 11:15 PM

Sehr schöner Style, lässt sich super Einfach an den eigenen Geschmack Anpassen, Daumen Hoch, Dafür.

LogixX
February 15, 2017 at 12:40 AM

Vielen Dank.

orkenspalter
February 13, 2017 at 7:34 PM

Sieht klasse aus :)

LogixX
February 15, 2017 at 12:39 AM

Vielen Dank.

mipu
February 13, 2017 at 5:59 PM

ohne Worte für den Preis, Daumen runter.

Dragosius
February 13, 2017 at 6:08 PM

Also bei mir ist es kostenlos.
Also für kostenlose Stile finde ich sowas immer super.

mipu
February 13, 2017 at 6:14 PM

ok war so geschockt von dem anderen Stile das ich da gar nicht richtig geschaut habe. :)

File Details

License Agreement
WBB Styles License Agreement
Website
woltlab.es
Supported Versions
WoltLab Suite 3.0

More Files by Caribe_Soy

  • Tech Style for WoltLab Suite

    Caribe_Soy April 12, 2017 at 7:53 PM
  • Social Links for WoltLab Suite

    Caribe_Soy February 23, 2017 at 12:41 PM
  • Nocturno

    Caribe_Soy October 10, 2017 at 3:18 PM
  • Lato - Branding-Free

    Caribe_Soy August 28, 2019 at 5:27 PM
  • Lato

    Caribe_Soy February 23, 2017 at 3:53 PM
All Files

WoltLab Suite

  1. WoltLab Suite
  2. Apps
  3. Features
  4. Services
  5. Customer Stories
  6. Pricing

Support

  1. Manual
  2. Community
  3. Frequently Asked Questions
  4. Developer Documentation
  5. Contact Form

Information

  1. General Terms and Conditions
  2. Rental Conditions
  3. Community Guidelines
  4. Plugin-Store Guidelines
  5. Jobs
  6. Privacy Policy
  7. Legal Notice
Powered by WoltLab Suite™ 6.0.0 RC 2