display.css 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433
  1. /** theme: neo-gnu
  2. *
  3. * @package GNUsocial
  4. * @author Samantha Doherty <sammy@status.net>
  5. * @modified MeikoDis <meikodis@meikodis.org>
  6. * @copyright 2011 StatusNet, Inc.
  7. * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
  8. * @link http://gnu.io/
  9. */
  10. @media screen, projection, tv {
  11. /* general styles and layout */
  12. body {
  13. /* background-color: #C6C8CC;
  14. background-image: url(../images/bg.png); */
  15. background-color: #e9eaed;
  16. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  17. color: #222;
  18. }
  19. input, textarea, select, option {
  20. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  21. }
  22. a {color: #666;}
  23. a:hover {color: #a22430;}
  24. abbr {border-bottom: none;}
  25. h1 {font-size: 1.6em;}
  26. h2 {font-size: 1.6em;}
  27. h3 {font-size: 1.4em;}
  28. h4 {font-size: 1.4em;}
  29. h5 {font-size: 1.2em;}
  30. h6 {font-size: 1em;}
  31. #wrap {
  32. background: #fff url('../images/brdr_black_dot.png') repeat-x 0px 10px;
  33. }
  34. #header {
  35. padding-top: 12px;
  36. }
  37. #core {
  38. border-top: 3px solid #ccc;
  39. border-left: 1px solid #d8dae6;
  40. border-right: 1px solid #d8dae6;
  41. }
  42. #aside_primary_wrapper {
  43. background-color: #ECECF2;
  44. }
  45. #content_wrapper {
  46. border-right: 1px solid #d8dae6;
  47. }
  48. #site_nav_local_views_wrapper {
  49. background-color: #ECECF2;
  50. border-right: 1px solid #d8dae6;
  51. }
  52. #footer {
  53. top: -6px;
  54. -webkit-border-top-left-radius: 6px;
  55. -webkit-border-top-right-radius: 6px;
  56. -moz-border-radius-topleft: 6px;
  57. -moz-border-radius-topright: 6px;
  58. border-top-left-radius: 6px;
  59. border-top-right-radius: 6px;
  60. }
  61. /* header elements */
  62. address img {
  63. max-width: 150px;
  64. }
  65. #site_nav_global_primary {
  66. top: 16px;
  67. -webkit-border-radius: 4px;
  68. -moz-border-radius: 4px;
  69. border-radius: 4px;
  70. background: #ccc;
  71. background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
  72. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
  73. background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
  74. background: -o-linear-gradient(top, #666 0%,#ccc 100%);
  75. background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
  76. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
  77. background: linear-gradient(top, #666 0%,#ccc 100%);
  78. }
  79. #site_nav_global_primary li {
  80. margin-right: 0px;
  81. }
  82. #site_nav_global_primary li:last-child {
  83. margin-right: 10px;
  84. }
  85. #site_nav_global_primary a {
  86. padding: 2px 10px 2px 10px;
  87. height: 20px;
  88. display: block;
  89. float: left;
  90. color: #fff;
  91. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  92. }
  93. #site_nav_global_primary a:hover {
  94. color: #fff;
  95. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  96. }
  97. #header-search {
  98. top: 1px;
  99. margin-left: 6px;
  100. }
  101. #header-search #search-q {
  102. position: relative;
  103. width: 131px;
  104. height: 12px;
  105. margin-right: 10px;
  106. padding: 2px 22px 2px 6px;
  107. -webkit-border-radius: 4px;
  108. -moz-border-radius: 4px;
  109. border-radius: 4px;
  110. border: none;
  111. font-size: 0.88em;
  112. }
  113. #header-search input[type="submit"] {
  114. border: 0;
  115. background: url(../images/magnifier.png) no-repeat 2px 1px;
  116. text-indent: -9999px;
  117. width: 20px;
  118. height: 18px;
  119. position: absolute;
  120. right: 10px;
  121. top: 2px;
  122. z-index: 2;
  123. cursor: pointer;
  124. }
  125. #site_notice {
  126. margin: 28px 0px 0px 160px;
  127. padding: 2px;
  128. background-color: #fff;
  129. }
  130. /* input forms */
  131. .input_forms {
  132. float: left;
  133. top: -20px;
  134. left: -20px;
  135. padding: 18px 20px 0px 20px;
  136. border-bottom: none;
  137. margin-bottom: 0px;
  138. background: #fafafa url('../images/brdr_black_dot.png') repeat-x bottom left;
  139. }
  140. #input_form_nav li a {
  141. display: block;
  142. float: left;
  143. padding: 0px 10px 1px 10px;
  144. -webkit-border-radius: 4px;
  145. -moz-border-radius: 4px;
  146. border-radius: 4px;
  147. border: 1px solid #ECECF2;
  148. font-weight: bold;
  149. line-height: 1.4em;
  150. color: #666;
  151. text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
  152. background: #ececf2;
  153. background: -moz-linear-gradient(top, #ffffff 0%, #ececf2 100%);
  154. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
  155. background: -webkit-linear-gradient(top, #ffffff 0%,#ececf2 100%);
  156. background: -o-linear-gradient(top, #ffffff 0%,#ececf2 100%);
  157. background: -ms-linear-gradient(top, #ffffff 0%,#ececf2 100%);
  158. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 );
  159. background: linear-gradient(top, #ffffff 0%,#ececf2 100%);
  160. }
  161. #input_form_nav li:hover a, #input_form_nav li.current a {
  162. color: #fff;
  163. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  164. border: 1px solid #ececf2;
  165. background: #ccc;
  166. background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
  167. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
  168. background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
  169. background: -o-linear-gradient(top, #666 0%,#ccc 100%);
  170. background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
  171. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
  172. background: linear-gradient(top, #7b8dbb 0%,#ccc 100%);
  173. }
  174. .input_form_nav_tab a, .input_form_nav_tab.current a {
  175. text-decoration: none;
  176. }
  177. .input_form fieldset fieldset label {
  178. background: none;
  179. }
  180. .form_notice .error,
  181. .form_notice .success,
  182. .form_notice .notice-status {
  183. -webkit-border-radius: 4px;
  184. -moz-border-radius: 4px;
  185. border-radius: 4px;
  186. }
  187. .form_notice_placeholder .placeholder,
  188. .form_notice textarea ,
  189. .input_form .form_settings li input,
  190. .input_form .form_settings li textarea,
  191. .threaded-replies .placeholder { /* TODO combine all these declarations */
  192. -webkit-border-radius: 4px;
  193. -moz-border-radius: 4px;
  194. border-radius: 4px;
  195. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  196. -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  197. -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  198. }
  199. .input_form .form_settings .submit {
  200. font-size: 1.1em;
  201. }
  202. /* site nav local views */
  203. #site_nav_local_views h3 {
  204. border-bottom: 1px dashed gray;
  205. margin-bottom: 1ex;
  206. padding-bottom: 1ex;
  207. color: #7a7c87;
  208. font-size: 1.1em;
  209. letter-spacing: 2px;
  210. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  211. text-transform: uppercase;
  212. }
  213. #site_nav_local_views a {
  214. display: block;
  215. line-height: 1em;
  216. padding: 1ex;
  217. border-radius: 0.5ex;
  218. text-transform: uppercase;
  219. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  220. word-wrap: break-word;
  221. }
  222. #site_nav_local_views a:hover, #site_nav_local_views .current a {
  223. color: #fff;
  224. text-decoration: none;
  225. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  226. background: #ccc;
  227. background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
  228. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
  229. background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
  230. background: -o-linear-gradient(top, #666 0%,#ccc 100%);
  231. background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
  232. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
  233. background: linear-gradient(top, #666 0%,#ccc 100%);
  234. }
  235. /* aside primary */
  236. #aside_primary .section {
  237. font-size: 0.88em;
  238. }
  239. #aside_primary h2 {
  240. margin-bottom: 10px;
  241. padding-bottom: 6px;
  242. background: url('../images/brdr_black_dot.png') repeat-x bottom left;
  243. color: #7a7c87;
  244. font-size: 1.25em;
  245. letter-spacing: 2px;
  246. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  247. text-transform: uppercase;
  248. }
  249. .profile_block .entity_actions {
  250. float: right;
  251. width: 110px;
  252. margin-top: 2px;
  253. margin-bottom: 2px;
  254. }
  255. .profile_block .entity_moderation:hover ul,
  256. .profile_block .entity_role:hover ul {
  257. right: 20px;
  258. }
  259. .profile_block_name {
  260. font-size: 14px;
  261. font-weight: bold;
  262. }
  263. .profile_block_location {
  264. font-weight: bold;
  265. }
  266. .profile_block_description {
  267. line-height: 1.2em;
  268. }
  269. #site_nav_object ul {
  270. background: url('../images/brdr_black_dot.png') repeat-x top left;
  271. }
  272. #site_nav_object li {
  273. display: block;
  274. margin: -8px 0px 8px 0px;
  275. padding-top: 8px;
  276. }
  277. #site_nav_object a {
  278. font-size: 14px;
  279. display: block;
  280. padding: 0px 0px 1px 10px;
  281. -webkit-border-radius: 4px;
  282. -moz-border-radius: 4px;
  283. border-radius: 4px;
  284. text-transform: uppercase;
  285. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  286. }
  287. #site_nav_object a:hover, #site_nav_object .current a {
  288. color: #fff;
  289. text-decoration: none;
  290. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  291. background: #ccc;
  292. background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
  293. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
  294. background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
  295. background: -o-linear-gradient(top, #666 0%,#ccc 100%);
  296. background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
  297. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
  298. background: linear-gradient(top, #666 0%,#ccc 100%);
  299. }
  300. .section ul.entities {
  301. width: 240px;
  302. }
  303. .section .entities li {
  304. margin-right: 3.6px;
  305. margin-bottom: 5px;
  306. width: 24px;
  307. }
  308. #popular_notices .avatar {
  309. position: relative;
  310. top: 4px;
  311. margin-bottom: 6px;
  312. }
  313. #aside_primary td {
  314. padding-right: 20px;
  315. padding-bottom: 14px;
  316. }
  317. #aside_primary td .nickname {
  318. line-height: 1.6em;
  319. }
  320. .section .avatar {
  321. box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  322. -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  323. -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  324. }
  325. .invite_button {
  326. height: 2.1em;
  327. line-height: 2.1em;
  328. display: block;
  329. text-align: center;
  330. color:#fff;
  331. font-weight: bold;
  332. text-transform: uppercase;
  333. font-size: 1.2em;
  334. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  335. border: 1px solid #c33541;
  336. border-radius: 4px;
  337. -moz-border-radius: 4px;
  338. -webkit-border-radius: 4px;
  339. background: #a22430;
  340. background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%);
  341. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541));
  342. background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%);
  343. background: -o-linear-gradient(top, #a22430 0%,#c33541 100%);
  344. background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%);
  345. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#c33541',GradientType=0 );
  346. background: linear-gradient(top, #a22430 0%,#c33541 100%);
  347. }
  348. .invite_button:hover {
  349. color: #fff;
  350. text-decoration: none;
  351. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  352. background: #a22430;
  353. background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%);
  354. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652));
  355. background: -webkit-linear-gradient(top, #a22430 0%,#d44652 100%);
  356. background: -o-linear-gradient(top, #a22430 0%,#d44652 100%);
  357. background: -ms-linear-gradient(top, #a22430 0%,#d44652 100%);
  358. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#d44652',GradientType=0 );
  359. background: linear-gradient(top, #a22430 0%,#d44652 100%);
  360. }
  361. /* notices etc */
  362. #content h1 {
  363. border-bottom: 3px solid #A6ADBF;
  364. color: #A6ADBF;
  365. font-size: 1.4em;
  366. letter-spacing: 4px;
  367. text-transform: none;
  368. }
  369. #content .notice {
  370. padding-bottom: 4px;
  371. border-bottom: 2px dotted #eee;
  372. }
  373. .notice div.entry-content {
  374. font-size: 0.88em;
  375. line-height: 1.2em;
  376. margin-top: 6px;
  377. opacity: 0.6;
  378. }
  379. .notice:hover div.entry-content {
  380. opacity: 1;
  381. }
  382. .user_in .notice div.entry-content {
  383. max-width: 440px;
  384. }
  385. div.entry-content a.response:before {
  386. content: "(";
  387. }
  388. div.entry-content a.response:after {
  389. content: ")";
  390. }
  391. .notice-options {
  392. margin-top: 4px;
  393. }
  394. .notice-options .form_repeat.dialogbox {
  395. margin-right: 0px;
  396. border: 1px solid #aaa;
  397. -webkit-border-radius: 4px;
  398. -moz-border-radius: 4px;
  399. border-radius: 4px;
  400. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  401. -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  402. -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  403. }
  404. .notice-options .form_repeat.dialogbox legend {
  405. padding-top: 10px;
  406. }
  407. #content .threaded-replies .notice .author .photo {
  408. box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  409. -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  410. -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  411. }
  412. .user_in.realtime-popup .notice div.entry-content {
  413. max-width: 320px;
  414. }
  415. .realtime-popup .threaded-replies {
  416. margin-left: 15px;
  417. }
  418. .realtime-popup .threaded-replies .form_notice textarea {
  419. width: 385px !important;
  420. }
  421. .realtime-popup .threaded-replies .form_notice label.notice_data-attach {
  422. top: 10px !important;
  423. right: 10px !important;
  424. }
  425. .pagination {
  426. height: 1.2em;
  427. }
  428. .entity_profile {
  429. float: left;
  430. width: 360px;
  431. margin-top: 4px;
  432. }
  433. .entity_profile .entity_depiction {
  434. margin-top: 4px;
  435. }
  436. .entity_actions {
  437. width: 140px;
  438. margin-top: 8px;
  439. margin-bottom: 10px;
  440. }
  441. .entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input, .entity_actions input.submit {
  442. text-shadow:0 1px 0 rgba(255,255,255,0.4);
  443. border-radius: 4px;
  444. -moz-border-radius: 4px;
  445. -webkit-border-radius: 4px;
  446. background-color: #CDD1DD !important;
  447. }
  448. .entity_moderation:hover ul,
  449. .entity_role:hover ul {
  450. border-radius: 4px;
  451. -moz-border-radius: 4px;
  452. -webkit-border-radius: 4px;
  453. }
  454. .entity_send-a-message .form_notice legend {
  455. text-shadow:0 1px 0 rgba(255,255,255,0.4);
  456. }
  457. .entity_send-a-message .form_notice {
  458. border: 1px solid #7B4E82;
  459. }
  460. .entity_send-a-message .form_notice #notice_action-submit {
  461. color: #fff !important;
  462. top: 46px;
  463. }
  464. .entity_subscribe .dialogbox, .entity_tag .dialogbox {
  465. border: 1px solid #aaa;
  466. -webkit-border-radius: 4px;
  467. -moz-border-radius: 4px;
  468. border-radius: 4px;
  469. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  470. -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  471. -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  472. }
  473. .entity_subscribe .dialogbox input.submit_dialogbox, .entity_tag .dialogbox input.submit_dialogbox {
  474. color: #fff !important;
  475. }
  476. #filter_tags_item .submit {
  477. left: 6px;
  478. top: -3px;
  479. }
  480. #pagination {
  481. height: 1.2em;
  482. padding-bottom: 12px;
  483. -webkit-border-radius: 6px;
  484. -moz-border-radius: 6px;
  485. border-radius: 6px;
  486. }
  487. #pagination a {
  488. color: #666;
  489. }
  490. #footer a {
  491. color: #666;
  492. }
  493. #site_nav_global_secondary {
  494. margin-bottom: 10px;
  495. }
  496. .error, .success, .notice-status {
  497. -webkit-border-radius: 6px;
  498. -moz-border-radius: 6px;
  499. border-radius: 6px;
  500. }
  501. .form_notice input.submit, .form_settings input.submit, .form_settings input.cancel, #form_invite input.submit,
  502. .entity_subscribe .dialogbox input.submit_dialogbox,
  503. .entity_tag .dialogbox input.submit_dialogbox,
  504. .form_repeat.dialogbox input.submit_dialogbox
  505. { /* TODO combine all these declarations */
  506. height: 1.9em;
  507. padding: 0px 10px;
  508. color:#fff;
  509. font-weight: bold;
  510. text-transform: uppercase;
  511. font-size: 1.2em;
  512. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  513. border: 1px solid #c33541;
  514. border-radius: 4px;
  515. -moz-border-radius: 4px;
  516. -webkit-border-radius: 4px;
  517. background: #a22430;
  518. background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%);
  519. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541));
  520. background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%);
  521. background: -o-linear-gradient(top, #a22430 0%,#c33541 100%);
  522. background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%);
  523. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#c33541',GradientType=0 );
  524. background: linear-gradient(top, #a22430 0%,#c33541 100%);
  525. }
  526. .form_notice input.submit:hover, .form_settings input.submit:hover, .form_settings input.cancel:hover, #form_invite input.submit:hover,
  527. .entity_subscribe .dialogbox input.submit_dialogbox:hover,
  528. .entity_tag .dialogbox input.submit_dialogbox:hover,
  529. .form_repeat.dialogbox input.submit_dialogbox:hover
  530. {
  531. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  532. background: #a22430;
  533. background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%);
  534. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652));
  535. background: -webkit-linear-gradient(top, #c33541 0%,#d44652 100%);
  536. background: -o-linear-gradient(top, #c33541 0%,#d44652 100%);
  537. background: -ms-linear-gradient(top, #c33541 0%,#d44652 100%);
  538. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33541', endColorstr='#d44652',GradientType=0 );
  539. background: linear-gradient(top, #c33541 0%,#d44652 100%);
  540. }
  541. .form_settings input#cancel, #form_action-no {
  542. background: #f2f2f2;
  543. color: #c33541;
  544. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  545. }
  546. .form_settings input#cancel:hover, #form_action-no:hover {
  547. background: #fff;
  548. color: #c33541;
  549. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  550. }
  551. .form_settings fieldset fieldset {
  552. margin-bottom: 30px;
  553. padding-top: 25px;
  554. }
  555. #invite #content p {
  556. margin-bottom: 15px;
  557. }
  558. #invite #content ul {
  559. list-style-type: none;
  560. margin-bottom: 25px;
  561. margin-left: 25px;
  562. }
  563. #invite #content li {
  564. background: url(../images/resultset_next.png) no-repeat 0px 3px;
  565. padding-left: 20px;
  566. margin-bottom: 10px;
  567. }
  568. #invite #content #form_invite ul, #invite #content #form_invite li {
  569. margin-left: 0px;
  570. padding-left: 0px;
  571. background: none;
  572. }
  573. #form_invite input[type=text], #form_invite textarea {
  574. width: 250px;
  575. padding: 5px;
  576. border: 1px solid #a6a6a6;
  577. -webkit-border-radius: 4px;
  578. -moz-border-radius: 4px;
  579. border-radius: 4px;
  580. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  581. -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  582. -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  583. }
  584. #form_invite textarea {
  585. clear: left;
  586. width: 508px;
  587. height: 48px;
  588. }
  589. #form_invite a.add_row, #form_invite a.remove_row {
  590. display: block;
  591. height: 16px;
  592. width: 16px;
  593. overflow: hidden;
  594. background-image: url('../../base/images/icons/icons-01.gif');
  595. background-repeat: no-repeat;
  596. }
  597. #form_invite a.remove_row {
  598. background-position: 0px -1252px;
  599. display: inline-block;
  600. position: relative;
  601. top: 4px;
  602. left: 10px;
  603. line-height: 4em;
  604. }
  605. #form_invite a.add_row {
  606. clear: both;
  607. position: relative;
  608. top: 10px;
  609. background-position: 0px -1186px;
  610. width: 120px;
  611. padding-left: 20px;
  612. line-height: 1.2em;
  613. }
  614. #form_invite label[for=personal] {
  615. display: block;
  616. margin-top: 25px;
  617. }
  618. #content thead th {
  619. text-align:left;
  620. }
  621. #content tbody th {
  622. vertical-align:top;
  623. text-align:left;
  624. font-weight:normal;
  625. padding-top:11px;
  626. padding-right:18px;
  627. }
  628. #content tbody tr {
  629. border-top: 1px dotted #bbb;
  630. }
  631. #content td {
  632. padding:11px 18px 11px 0;
  633. vertical-align:top;
  634. }
  635. #content td:last-child {
  636. padding-right:0;
  637. }
  638. /* Search */
  639. #form_search {
  640. padding-bottom: 10px;
  641. margin-bottom: 20px;
  642. background: url('../images/brdr_black_dot.png') repeat-x bottom left;
  643. }
  644. #form_search fieldset {
  645. margin-bottom: 0px;
  646. }
  647. #form_search ul.form_data #q {
  648. margin-left: 10px;
  649. width: 210px;
  650. }
  651. #form_search input.submit {
  652. height: 1.6em;
  653. line-height: 1.6em;
  654. font-size: 1.1em;
  655. padding-bottom: 2px;
  656. margin-left: 5px;
  657. }
  658. #noticesearch .entity_actions {
  659. margin: 0px;
  660. }
  661. #noticesearch p.error {
  662. margin-top: 60px;
  663. }
  664. /* Limited-scope */
  665. .limited-scope .entry-content .timestamp {
  666. padding-left: 20px;
  667. position: relative;
  668. }
  669. .limited-scope .entry-content .timestamp:before {
  670. content: url(../images/lock.png);
  671. position: absolute;
  672. top: -2px;
  673. left: 0px;
  674. }
  675. .limited-scope li .entry-content .timestamp {
  676. padding-left: 0px;
  677. }
  678. .limited-scope li .entry-content .timestamp:before {
  679. content: none;
  680. }
  681. .limited-scope li.limited-scope .entry-content .timestamp {
  682. padding-left: 20px;
  683. }
  684. .limited-scope li.limited-scope .entry-content .timestamp:before {
  685. content: url(../images/lock.png);
  686. position: absolute;
  687. top: -2px;
  688. left: 0px;
  689. }
  690. /* Blog */
  691. label[for=blog-entry-content] {
  692. display: none !important;
  693. }
  694. #input_form_blog td {
  695. padding-top: 0px;
  696. padding-bottom: 0px;
  697. }
  698. #input_form_blog td.mceToolbar {
  699. padding-top: 4px;
  700. }
  701. h4.blog-entry-title {
  702. margin-bottom: 8px;
  703. line-height: 1.2em;
  704. }
  705. /* Bookmark specific styles */
  706. /* TODO separate base styles and move to plugin */
  707. .bookmark h3 {
  708. margin: 0px 0px 8px 0px;
  709. float: left;
  710. line-height: 1.2em;
  711. max-width: 92%;
  712. }
  713. .bookmark-notice-count {
  714. border-radius: 4px;
  715. -moz-border-radius: 4px;
  716. -webkit-border-radius: 4px;
  717. padding: 1px 6px;
  718. font-size: 1.2em;
  719. line-height: 1.2em;
  720. background: #fff;
  721. border: 1px solid #7b8dbb;
  722. color: #666 !important;
  723. position: relative;
  724. right: 4px;
  725. margin-left: 10px;
  726. }
  727. .bookmark-notice-count:hover {
  728. text-decoration: none;
  729. background: #f2f2f2;
  730. border: 1px solid #7b8dbb;
  731. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  732. }
  733. .notice .bookmark-description {
  734. clear: both;
  735. margin-left: 0px;
  736. margin-bottom: 0px;
  737. }
  738. .notice .bookmark-author {
  739. margin-left: 0px;
  740. float: left;
  741. }
  742. .bookmark-tags {
  743. clear: both;
  744. margin-bottom: 8px;
  745. line-height: 1.6em;
  746. }
  747. ul.bookmark-tags a {
  748. border-radius: 4px;
  749. -moz-border-radius: 4px;
  750. -webkit-border-radius: 4px;
  751. padding: 1px 6px;
  752. background: #f2f2f2;
  753. color: #666 !important;
  754. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  755. font-size: 0.88em;
  756. }
  757. ul.bookmark-tags a:hover {
  758. background-color: #cdd1dd;
  759. text-decoration: none;
  760. }
  761. .bookmark-avatar {
  762. float: none !important;
  763. position: relative;
  764. top: 2px;
  765. }
  766. .bookmark div.entry-content {
  767. font-size: 0.88em;
  768. line-height: 1.2em;
  769. margin-top: 6px;
  770. opacity: 0.6;
  771. margin-bottom: 0px;
  772. }
  773. .bookmark:hover div.entry-content {
  774. opacity: 1;
  775. }
  776. #bookmarkpopup {
  777. min-width: 600px;
  778. margin-top: 0px;
  779. height: 100%;
  780. border: 10px solid #364A84;
  781. background: #364A84;
  782. }
  783. #bookmarkpopup #wrap {
  784. width: auto;
  785. min-width: 560px;
  786. padding: 40px 0px 25px 0px;
  787. margin-right: 2px;
  788. background: #fff url(../mobilelogo.png) no-repeat 6px 6px;
  789. }
  790. #bookmarkpopup #header {
  791. width: auto;
  792. padding: 0px 10px;
  793. }
  794. #bookmarkpopup .form_settings label {
  795. margin-top: 2px;
  796. text-align: right;
  797. width: 24%;
  798. font-size: 1.2em;
  799. }
  800. #bookmarkpopup .form_settings .form_data input {
  801. width: 60%;
  802. }
  803. #bookmarkpopup .form_guide {
  804. color: #777;
  805. }
  806. #bookmarkpopup #bookmark-submit {
  807. min-width: 100px;
  808. }
  809. #bookmarkpopup fieldset fieldset {
  810. margin-bottom: 10px;
  811. }
  812. #form_initial_bookmark.form_settings .form_data li {
  813. margin-bottom: 0px;
  814. }
  815. #form_new_bookmark.form_settings .bookmarkform-thumbnail {
  816. position: absolute;
  817. top: 50px;
  818. right: 0px;
  819. }
  820. /* Onboard specific styles */
  821. /* TODO move to plugin */
  822. #cboxOverlay{
  823. background: url(../images/lightbox_bg.png) repeat 0 0 !important;
  824. }
  825. #cboxContent{
  826. background: #fff url(../logo.png) no-repeat 10px bottom !important;
  827. }
  828. .onboard_iframe {
  829. background: none;
  830. padding: 10px;
  831. }
  832. .onboard_iframe #wrap {
  833. width: auto;
  834. background: none;
  835. }
  836. .onboard_welcome p {
  837. margin-bottom: 10px;
  838. }
  839. .onboard_welcome ul {
  840. list-style-type: none;
  841. margin-bottom: 10px;
  842. }
  843. .onboard_welcome ul li {
  844. background: url(../images/resultset_next.png) no-repeat 0px 3px;
  845. padding-left: 20px;
  846. margin-left: 10px;
  847. }
  848. #aside_primary #onboard_section {
  849. background: #f2f2f2;
  850. width: 196px;
  851. padding: 10px;
  852. border-radius: 4px;
  853. -moz-border-radius: 4px;
  854. -webkit-border-radius: 4px;
  855. border: 1px solid #516499;
  856. background: #fafafa;
  857. }
  858. #onboard_section H2 {
  859. -webkit-border-top-left-radius: 4px;
  860. -moz-border-radius-topleft: 4px;
  861. border-top-left-radius: 4px;
  862. -webkit-border-top-right-radius: 4px;
  863. -moz-border-radius-topright: 4px;
  864. border-top-right-radius: 4px;
  865. position: relative;
  866. top: -11px;
  867. left: -11px;
  868. padding: 2px 0px 2px 10px;
  869. margin-right: -22px;
  870. margin-bottom: 5px;
  871. color: #fff;
  872. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  873. background: #ccc;
  874. background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
  875. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
  876. background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
  877. background: -o-linear-gradient(top, #666 0%,#ccc 100%);
  878. background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
  879. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
  880. background: linear-gradient(top, #666 0%,#ccc 100%);
  881. }
  882. #onboard_section ul {
  883. list-style-type: none;
  884. }
  885. #onboard_section .onboard-step-incomplete {
  886. background: url(../images/resultset_next.png) no-repeat 0px 1px;
  887. padding-left: 20px;
  888. margin-bottom: 10px;
  889. }
  890. #onboard_section .onboard-step-complete {
  891. background: url(../images/tick.png) no-repeat 0px 1px;
  892. padding-left: 20px;
  893. margin-bottom: 10px;
  894. text-decoration: line-through;
  895. color: #555;
  896. }
  897. /* Billing specific styles */
  898. /* TODO move to plugin */
  899. #content table.billing_info {
  900. margin-top: 10px;
  901. background:rgba(240, 240, 240, 0.4);
  902. }
  903. #content table.billing_info th {
  904. text-align: right;
  905. width: 50%;
  906. }
  907. .invalid {
  908. border: solid 2px red !important;
  909. }
  910. #payment_history table {
  911. width: 100%;
  912. }
  913. #billingadminpanel .form_settings input {
  914. margin-right: 0px;
  915. }
  916. /* Directory specific styles */
  917. /* TODO separate base styles and move to plugin */
  918. div#profile_directory div.alpha_nav > a {
  919. border-left: 1px solid #ccc !important;
  920. padding-left: 3.5px !important;
  921. padding-right: 4px !important;
  922. margin-right: 0px;
  923. float: left;
  924. line-height: 1.4em;
  925. }
  926. div#profile_directory div.alpha_nav > a.first {
  927. border-left: none !important;
  928. }
  929. div#profile_directory div.alpha_nav a.current {
  930. background-color: #ECECF2 !important;
  931. }
  932. table.profile_list {
  933. margin-top: 25px;
  934. }
  935. .profile_list th {
  936. font-size: 0.8em;
  937. }
  938. .profile_list th#created {
  939. width: 100px;
  940. }
  941. .profile_list th#subscriptions {
  942. width: 90px;
  943. }
  944. .profile_list th.current {
  945. background: none !important;
  946. }
  947. .profile_list th.current.reverse {
  948. background: none !important;
  949. }
  950. .profile_list th.current a {
  951. padding-right: 25px;
  952. background: url(../images/bluearrow_down.png) no-repeat top right;
  953. }
  954. .profile_list th.current.reverse a {
  955. background: url(../images/bluearrow_up.png) no-repeat top right;
  956. }
  957. td.entity_profile {
  958. width: auto;
  959. min-width: 250px;
  960. }
  961. .profile_list .fn {
  962. display: block;
  963. font-size: 1.1em;
  964. width: auto;
  965. }
  966. .profile_list .nickname, .profile_list .fn.nickname {
  967. position: relative;
  968. top: -8px;
  969. display: block;
  970. margin-bottom: -12px;
  971. font-size: 1.4em;
  972. }
  973. .profile_list .note {
  974. font-size: 0.88em;
  975. line-height: 1.36em;
  976. }
  977. .profile_list .entry_created, .profile_list .entry_subscriber_count, .profile_list .entry_notice_count {
  978. font-size: 0.88em;
  979. }
  980. .profile_list td.entity_actions {
  981. width: 24px;
  982. max-width: 24px;
  983. min-width: 24px;
  984. height: 20px;
  985. padding-left: 6px !important;
  986. position: relative;
  987. float: none;
  988. display: table-cell !important;
  989. }
  990. .profile_list .entity_actions ul {
  991. position: absolute;
  992. right: 20px;
  993. }
  994. .profile_list .entity_actions input {
  995. width: 22px;
  996. height: 22px;
  997. padding-top: 1px;
  998. padding-right: 0px;
  999. padding-left: 20px;
  1000. display: block;
  1001. overflow: hidden;
  1002. font-size: 0em;
  1003. border: 1px solid #CDD1DD;
  1004. }
  1005. .profile_list .form_group_leave input.submit,
  1006. .profile_list .form_user_unsubscribe input.submit {
  1007. background-position: 2px -1250px;
  1008. }
  1009. .profile_list .form_group_join input.submit,
  1010. .profile_list .form_user_subscribe input.submit {
  1011. background-position: 2px -1184px;
  1012. }
  1013. .profile_list .entity_actions input:hover {
  1014. width: auto;
  1015. padding-right: 10px;
  1016. overflow: visible;
  1017. font-size: 1em;
  1018. line-height: 1.3em;
  1019. border: 1px solid #A6ADBF;
  1020. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  1021. -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  1022. -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  1023. }
  1024. /* Event specific styles */
  1025. /* TODO separate base styles and move to plugin */
  1026. .notice .vevent div {
  1027. margin-bottom: 8px;
  1028. }
  1029. .event-info {
  1030. margin-left: 0px !important;
  1031. margin-top: 2px !important;
  1032. }
  1033. .notice .event-info + .notice-options {
  1034. margin-top: 14px;
  1035. }
  1036. .notice .threaded-replies .event-info + .notice-options {
  1037. margin-top: 20px;
  1038. }
  1039. #form_event_rsvp #new_rsvp_data {
  1040. display: inline;
  1041. margin: 10px 0px;
  1042. }
  1043. #form_event_rsvp input.submit {
  1044. height: auto;
  1045. padding: 0px 10px;
  1046. margin-left: 10px;
  1047. color:#fff;
  1048. font-weight: bold;
  1049. text-transform: uppercase;
  1050. font-size: 1.1em;
  1051. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  1052. border: 1px solid #c33541;
  1053. border-radius: 4px;
  1054. -moz-border-radius: 4px;
  1055. -webkit-border-radius: 4px;
  1056. background: #a22430;
  1057. background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%);
  1058. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541));
  1059. background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%);
  1060. background: -o-linear-gradient(top, #a22430 0%,#c33541 100%);
  1061. background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%);
  1062. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#c33541',GradientType=0 );
  1063. background: linear-gradient(top, #a22430 0%,#c33541 100%);
  1064. }
  1065. #form_event_rsvp input.submit:hover {
  1066. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  1067. background: #a22430;
  1068. background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%);
  1069. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652));
  1070. background: -webkit-linear-gradient(top, #c33541 0%,#d44652 100%);
  1071. background: -o-linear-gradient(top, #c33541 0%,#d44652 100%);
  1072. background: -ms-linear-gradient(top, #c33541 0%,#d44652 100%);
  1073. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33541', endColorstr='#d44652',GradientType=0 );
  1074. background: linear-gradient(top, #c33541 0%,#d44652 100%);
  1075. }
  1076. #wrap .vevent form.processing input.submit {
  1077. text-indent: 0;
  1078. background: #a22430;
  1079. }
  1080. #input_form_event .form_settings .form_data {
  1081. float: left;
  1082. }
  1083. #input_form_event .form_settings .form_data li {
  1084. float: left;
  1085. width: auto;
  1086. }
  1087. #input_form_event .form_settings .form_data label {
  1088. width: auto;
  1089. }
  1090. label[for=event-starttime], label[for=event-endtime] {
  1091. display: none !important;
  1092. }
  1093. #event-starttime, #event-endtime {
  1094. margin-top: -1px;
  1095. margin-bottom: -1px;
  1096. height: 2em;
  1097. }
  1098. #event-startdate, #event-enddate {
  1099. margin-right: 20px;
  1100. width: 120px;
  1101. }
  1102. /* QnA */
  1103. .question div.question-description {
  1104. font-size: 1em;
  1105. line-height: 1.36em;
  1106. margin-top: 0px;
  1107. opacity: 1;
  1108. }
  1109. .question div.answer-content, .qna-full-question div.answer-content {
  1110. font-size: 1em;
  1111. opacity: 1;
  1112. }
  1113. .qna-dummy-placeholder input, .question #qna-answer, .qna-full-question #qna-answer {
  1114. -webkit-border-radius: 4px;
  1115. -moz-border-radius: 4px;
  1116. border-radius: 4px;
  1117. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  1118. -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  1119. -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  1120. }
  1121. .question-description input.submit, .answer-content input.submit {
  1122. height: auto;
  1123. padding: 0px 10px;
  1124. margin: 6px 0px 10px 0px;
  1125. color:#fff;
  1126. font-weight: bold;
  1127. text-transform: uppercase;
  1128. font-size: 1.1em;
  1129. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  1130. border: 1px solid #c33541;
  1131. border-radius: 4px;
  1132. -moz-border-radius: 4px;
  1133. -webkit-border-radius: 4px;
  1134. background: #a22430;
  1135. background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%);
  1136. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541));
  1137. background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%);
  1138. background: -o-linear-gradient(top, #a22430 0%,#c33541 100%);
  1139. background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%);
  1140. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#c33541',GradientType=0 );
  1141. background: linear-gradient(top, #a22430 0%,#c33541 100%);
  1142. }
  1143. #qna-answer-submit {
  1144. min-width: 100px;
  1145. }
  1146. .question .question-description input.submit:hover, .question .answer-content input.submit:hover {
  1147. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  1148. background: #a22430;
  1149. background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%);
  1150. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652));
  1151. background: -webkit-linear-gradient(top, #c33541 0%,#d44652 100%);
  1152. background: -o-linear-gradient(top, #c33541 0%,#d44652 100%);
  1153. background: -ms-linear-gradient(top, #c33541 0%,#d44652 100%);
  1154. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33541', endColorstr='#d44652',GradientType=0 );
  1155. background: linear-gradient(top, #c33541 0%,#d44652 100%);
  1156. }
  1157. .question .question-description #answer-form input.submit {
  1158. margin-top: 0px;
  1159. }
  1160. .question p.best, .answer p.best {
  1161. background: url(../images/rosette.png) no-repeat top left;
  1162. padding-left: 20px;
  1163. }
  1164. .question p.best:before, .answer p.best:before {
  1165. content: none !important;
  1166. }
  1167. /* Poll specific styles */
  1168. .notice div.poll-content {
  1169. opacity: 1;
  1170. }
  1171. #poll-response-submit {
  1172. min-width: 100px;
  1173. }
  1174. /* SNOD CompanyLogo styling */
  1175. /* TODO move to plugin */
  1176. #site_nav_local_views a.company_logo {
  1177. width: 138px;
  1178. padding: 0px;
  1179. font-weight: bold;
  1180. text-transform: none;
  1181. line-height: 1em;
  1182. margin-bottom: 0px;
  1183. position: relative;
  1184. top: -4px;
  1185. }
  1186. #site_nav_local_views a.company_logo:hover {
  1187. background: none;
  1188. color: blue;
  1189. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  1190. }
  1191. .company_logo img {
  1192. max-width: 138px;
  1193. margin-bottom: 4px;
  1194. }
  1195. .company_logo span {
  1196. display: block;
  1197. }
  1198. a.company_logo:hover span {
  1199. text-decoration: underline;
  1200. }
  1201. }/*end of @media screen, projection, tv*/