Chaotico
Junior Member
Is something not working? Pretty sure it needs more Yuri
Posts: 376
inherit
193830
0
May 10, 2019 8:57:21 GMT -8
Chaotico
Is something not working? Pretty sure it needs more Yuri
376
May 2013
chaotico
|
Post by Chaotico on Oct 7, 2013 10:06:49 GMT -8
Hello, Can you direct me to the following please 1: 2:
3: (I'v managed this one) Thank You for your time
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Oct 7, 2013 10:39:51 GMT -8
For number 2: Dropdown Menus (Select, Action, Font, Smileys)Admin > Themes > Advanced Styles & C.S.S > Style Sheet
Scroll to the very bottom line. Place your cursor and press enter 2 times. Highlight the below, ctrl+c (copy) and then ctrl+v (paste) it into the new line in the style sheet.
/* Menus (Action, Select etc)*/ /* Containers and Dialogs */ .ui-selectMenu-box { .rounded-corners(4px); background-color: #e6e6ee; border: 1px solid #cbcbdf; color: #8ea79f; } .ui-selectMenu-box .arrow.down > span { border-top-color: #cbcbdf; } .container > .control-bar > .controls { float: right; padding: 5px; color: #cbcbdf; }
/* CSS Arrows */ .arrow.down { background-color: transparent; border-left-color: #cbcbdf; } .arrow.up > span { margin-left: -4px; margin-top: -6px; border-bottom-color: @container_links_color; } .arrow.right > span { margin-left: -2px; margin-top: -4px; border-left-color: @container_links_color; } .arrow.down > span { margin-left: -4px; margin-top: -2px; border-top-color: @container_links_color; } .arrow.left > span { margin-left: -7px; margin-top: -4px; border-right-color: @container_links_color; }
.options_menu, .options_menu ul, .select_menu_list, .select_menu_list ul, .smiley-menu, .smiley-menu ul, .ui-menu-context, .ui-menu-context ul { border-top-color: #cbcbdf; border-right-color: #cbcbdf; border-bottom-color: #cbcbdf; border-left-color: #cbcbdf; box-shadow: 1px 1px 1px #181818; background-color: #e6e6ee; }
.options_menu li > a, .select_menu_list li > a, .smiley-menu li > a, .ui-menu-context li > a { color: #8ea79f; } .ui-wysiwyg .button { color: #8ea79f; }
.options_menu li, .select_menu_list li, .ui-menu-context li { background-color: #e6e6ee; }
/* Select Menu Hovers */ .options_menu li:hover > a, .select_menu_list li:hover > a, .smiley-menu li:hover > a, .ui-menu-context li:hover > a { text-shadow: none; background-color: #acc5bd; color: #bc6277; border-top: #acc5bd 1px solid; border-left: #acc5bd 1px solid; border-right: #acc5bd 1px solid; border-bottom: #acc5bd 1px solid; } .ui-selectMenu-box:hover .arrow { background-color: transparent; border-left-color: #cbcbdf; }
.ui-selectlist .ui-selectlist-item.state-current { background-color: #ffffff; } Just edit the hex codes in brown. In your preview pane, be sure to go to a thread or the posting page, so you can see exactly what edits what. Colours I would recommend having at hand from your theme: Inner & Outer Border Primary & Secondary Background Background Text Links
|
|
Chaotico
Junior Member
Is something not working? Pretty sure it needs more Yuri
Posts: 376
inherit
193830
0
May 10, 2019 8:57:21 GMT -8
Chaotico
Is something not working? Pretty sure it needs more Yuri
376
May 2013
chaotico
|
Post by Chaotico on Oct 7, 2013 11:40:12 GMT -8
Anyone who stumbles accross this thread.. Number 1: Advanced Styles & CSS >> Visual Editor >> Text Styles >> Timestamps Number 3: Colors & Theme Creator >> Customize Scheme >> Pagination Thank you very much Stinky666
|
|
Chaotico
Junior Member
Is something not working? Pretty sure it needs more Yuri
Posts: 376
inherit
193830
0
May 10, 2019 8:57:21 GMT -8
Chaotico
Is something not working? Pretty sure it needs more Yuri
376
May 2013
chaotico
|
Post by Chaotico on Oct 7, 2013 12:08:33 GMT -8
Sorry, One final Question How do you get rid of the White bottom/right borders in these bits: Its also showing on the Shoutbox
Anyone wondering this, go... Advanced Styles & CSS >> Objects >> Forms >> Text Fields and Text Area >> Border Style >>
|
|