1// $Id$
2// This file is for additional LESS rules beyond what are in variables.scss.
3// Image path example:
4
5// body {
6//	background-image: url('#{$imagePath}bg.jpg');
7// }
8//
9// If Glyphicons should be rendered in a color other than the Bootstrap default or the theme default, uncomment and specify the color.
10// .glyphicon {color: $gray-lighter;}
11
12body {
13	color: $body-color;
14}
15
16// Links
17
18a,
19.btn-link {
20	color: $link-color;
21
22	&:hover,
23	&:focus {
24		color: $link-hover-color;
25	}
26
27	//  &:focus {
28	//    .tab-focus();
29	//  }
30}
31
32
33#col2 .panel,
34#col3 .panel,
35#bottom_modules .panel {
36	a,
37	a:visited {
38		color: $side-column-link-color;
39	}
40}
41
42#col2 .panel-heading,
43#col3 .panel-heading,
44#bottom_modules .panel-heading {
45//	background: $side-column-panel-heading-background; // #e1d518 url('#{$imagePath}siteheader.png') no-repeat -1000px -200px;
46//	border-bottom: none;
47}
48
49.form-control,
50select,
51input[type="text"],
52input[type="password"],
53input[type="file"],
54input[type="email"],
55input[type="file"],
56input[type="search"],
57input[type="number"],
58input#login-pass,
59textarea,
60.adminoptionbox option {
61//	background-color: $form-control-background; //#f8f9d4;
62//	border-color: $form-control-border-colors; // #F5FB86 #FBFBEE #FBFBEE #F5FB86;
63}
64
65
66#footer {
67//	background: $footer-background;
68//	color: $footer-color; // #696969;
69}
70
71// $navbar-default-link-background: #bfbd23;
72//.navbar-nav .open .dropdown-menu,
73//.navbar-nav .open .dropdown-menu li,
74//.navbar-default .navbar-nav > li > a {
75//	background: $navbar-default-navbar-nav-li-a-background; // #cdbe23;
76//}
77
78//.navbar-default .navbar-nav li a:hover {
79//	background: $navbar-default-navbar-nav-li-a-hover-background;
80//}
81
82.postbody-title {
83//	background: $postbody-title-background; //url('#{$imagePath}siteheader.png') no-repeat -480px -200px;
84}
85
86.btn,
87.btn-default,
88input[type="reset"],
89input[type="submit"],
90.button input {
91//	background: $button-background-gradient;
92	text-transform: $button-text-transform;
93}
94
95.btn.btn-link,
96input[type="submit"].btn-link {
97	background: none;
98}
99
100.btn:hover,
101.btn-default:hover,
102input[type="reset"]:hover,
103input[type="submit"]:hover,
104.button input:hover {
105	background: $button-hover-background-gradient;
106}
107
108.btn-link:hover { background: none; }
109
110//.topbar,
111	//.topbar .cssmenu_horiz ul,
112//.topbar .navbar-nav > li,
113//.topbar .nav > li {
114//	background: $topbar_bg; //  $navbar-default-bg;
115//	color: $topbar_color; //  $navbar-default-color;
116//	> a {
117///		color: $topbar_link_color; // $navbar-default-link-color;
118		//    background: $navbar-default-link-bg;
119//		padding-top: $topbar_link_padding_top; //  $navbar-padding-y;
120//		padding-bottom: $topbar_link_padding_bottom; // $navbar-padding-y;
121//	}
122//	> a:hover,
123//	> a:focus {
124//		color: $topbar_link_hover_color; //  $navbar-default-link-hover-color;
125//	}
126//}
127
128
129/*.navbar-nav > li > a {
130  padding-top: none;
131  padding-bottom: none;}
132
133.navbar-nav > li > a {
134  padding-bottom: 0;
135  padding-top: 0;
136}*/
137
138
139//.topbar .nav > li > a:hover,
140//.topbar .nav > li > a:focus {
141//	background: $cssmenu_horiz_li_hover_bg;
142//}
143
144//.cssmenu_horiz ul li a,
145//.cssmenu_vert ul li a {
146//	background: $cssmenu_ul_li_a_bg; //   $dropdown-bg;
147//	color: $cssmenu_ul_li_a_color; //  $dropdown-link-color;
148	//  padding-top: ; (tiki-cssmenus.less edited to conform to BS dropdown-link top and bottom padding - 3px.)
149	//  padding-bottom: ;
150//}
151
152//.cssmenu_horiz > ul > li:hover > a,
153//.cssmenu_vert > ul > li:hover > a {
154//	color: $cssmenu_ul_li_hover_a_color; //  $dropdown-link-hover-color;
155//	background: $cssmenu_ul_li_hover_a_bg; //  $dropdown-link-hover-bg;
156//}
157
158// styling for both css and generated arrows
159.sf-arrows .sf-with-ul:after {
160	border: 5px solid transparent;
161	border-top-color: $link-color; // $dropdown-link-color; // /* edit this to suit design (no rgba in IE8) */
162}
163
164// styling for right-facing arrows
165.cssmenu_vert.sf-arrows li > .sf-with-ul:after {
166	border-color: transparent;
167	border-left-color: $link-color; /* edit this to suit design (no rgba in IE8) */
168}
169
170.sf-arrows ul .sf-with-ul:after,
171.cssmenu_vert.sf-arrows ul > li > .sf-with-ul:after {
172	border-color: transparent;
173	border-left-color: $dropdown-link-color; /* edit this to suit design (no rgba in IE8) */
174}
175
176.sf-arrows ul li > .sf-with-ul:focus:after,
177.sf-arrows ul li:hover > .sf-with-ul:after,
178.sf-arrows ul .sfHover > .sf-with-ul:after {
179	border-color: transparent;
180	border-left-color: $dropdown-link-hover-color;
181}
182
183.cssmenu_vert.sf-arrows li > .sf-with-ul:focus:after,
184.cssmenu_vert.sf-arrows li:hover > .sf-with-ul:after,
185.cssmenu_vert.sf-arrows .sfHover > .sf-with-ul:after {
186	border-color: transparent;
187	border-left-color: $dropdown-link-hover-color; // white;
188}
189
190#col2,
191#col3 {
192	// styling for right-facing arrows
193	.cssmenu_vert.sf-arrows li > .sf-with-ul:after {
194		border-color: transparent;
195		border-left-color: $side-column-link-color; /* edit this to suit design (no rgba in IE8) */
196	}
197	.cssmenu_vert.sf-arrows li > .sf-with-ul:focus:after,
198	.cssmenu_vert.sf-arrows li:hover > .sf-with-ul:after,
199	.cssmenu_vert.sf-arrows .sfHover > .sf-with-ul:after {
200		border-color: transparent;
201		border-left-color: $side-column-link-hover-color; // white;
202	}
203}
204