lamberbee
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes Collection] [Plugin: Quotes Collection] sql queries choking serverFound this pluging when looking for this kind of functionality. Implemented it and already loving it. Hope this issue will be solved soon, if it is an issue of course.
Looks good Sauril 😉
Thanksgladly. Do I post this as a question, don’t see a link to post an article.
An update for V1.7 which was a lot easier as some clean up was done in the hierarchy of the classes. Here we go, if someone has improvements, post it here.
Transparancy /* no need to change the core style anymore .thenly */
.ai1ec-agenda-widget-view .ai1ec-date (line 1677)
Comment out: border-top style /* No top line per day event(s)
Comment out: all background styles /*transparant background inherentance is kept from base .ai1ec-agenda-widget-view */.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today (line 1691)
Comment out: Same as previous classColor adjustment calendar item
.ai1ec-agenda-widget-view h3.ai1ec-date-title (line 1702)
border: 2px solid #8ba5c0; /* border, choose any color, eg site color */.ai1ec-agenda-widget-view .ai1ec-month (line 1730)
background: #8ba5c0; /* eg Site color */Color adjustment event text
.ai1ec-agenda-widget-view .ai1ec-event a
color: #507295; /* Do nothing, color of the text */
border: 1px solid #d4d4d4; /* Set border color */
background: #ffffff; /* Gray background in function of theme footer color */.ai1ec-agenda-widget-view .ai1ec-event a:hover
color: #354c63; /* Keep same color when hover over */
border-color: #aeaeae; > #aaa /* Light border when hover over */Color adjustment button ‘view calendar’
.thenly .btn:first-child {
Add: color: #xxx! important; /* Text color for all Buttons */