Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*HeadLess overwrites*/
- body{
- background-color:#424242;
- color:#9E9E9E!important;
- }
- header .brand,a{
- color:#FF9100;
- }
- header .brand:hover,a:hover{
- color:#FFD180;
- }
- /* táblázat páros sorai*/
- .cbi-section-table tbody tr:nth-child(odd) td, .cbi-section-table tbody tr:nth-child(odd) th{
- background-color:#616161;
- }
- /* táblázat hover szín*/
- .cbi-section-table tbody tr:hover td, .cbi-section-table tbody tr:hover th{
- background-color:#212121;
- }
- .ifacebadge{
- text-shadow:none;
- color:rgb(255, 109, 0);
- background-image:none;
- background-color:rgba(255, 209, 128, 1);
- border:2px solid rgba(255, 109, 0, 1);
- }
- /* aktív fül*/
- .tabs .active > a, .tabs .active > a:hover, .cbi-tabmenu .active > a, .cbi-tabmenu .active > a:hover, .cbi-tab > a:link, .cbi-tab > a:hover{
- background-color:#E0E0E0;
- color:#9E9E9E;
- border:1px solid #212121;
- }
- /* tab menü elválasztó*/
- .tabs, .cbi-tabmenu{
- border-color:#212121;
- }
- /* gomb */
- .btn.primary, .cbi-page-actions .cbi-button-apply, .cbi-page-actions .cbi-button-save, .cbi-page-actions .cbi-button-reset, .btn, .cbi-button{
- text-shadow:none;
- padding-left:15px;
- padding-right:15px;
- color:rgb(255, 209, 128);
- background-image:none;
- background-color:rgba(255, 109, 0, .4);
- border:2px solid rgba(255, 109, 0, 1);
- }
- /* gomb hover */
- .btn:hover, .cbi-button:hover{
- color:rgb(178, 235, 242);
- background-color:rgba(82, 168, 236, 0.3);
- border:2px solid rgba(82, 168, 236, 0.8);
- box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- /* input title */
- form .cbi-value label.cbi-value-title{
- color:#E0E0E0;
- }
- /* Save/save Apply div*/
- .actions, .cbi-page-actions{
- background:#212121;
- }
- /* input*/
- input, textarea, select, .uneditable-input{
- background-color: transparent;
- border: 0px;
- outline: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- border-bottom:2px solid #FF9100;
- }
- /* Terület név*/
- h1, h2, h3, h4, h5, h6,fieldset legend{
- color:#FFD180;
- }
- .ifacebox,.ifacebox-body{
- color:#212121;
- background-color:#E0E0E0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement