Advertisement
Guest User

style sheet scarecrowbeats

a guest
Jan 24th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.65 KB | None | 0 0
  1. <code>
  2.  
  3.  
  4. /* tag cloud */
  5. .tagCloud {padding:10px;}
  6. .tagCloud .cloudItem {float:left; padding:2px; white-space:nowrap; margin:0 6px 0 0;}
  7. .tagCloud .cloudItem:hover {background:#005782; color:white; cursor:pointer;}
  8. .tagCloud .cloudS10 {font-size:10px; color:#aaaaaa;}
  9. .tagCloud .cloudS20 {font-size:11px; color:#aaaaaa;}
  10. .tagCloud .cloudS30 {font-size:11px; color:#999999;}
  11. .tagCloud .cloudS40 {font-size:12px; color:#999999;}
  12. .tagCloud .cloudS50 {font-size:14px; color:#666666;}
  13. .tagCloud .cloudS60 {font-size:16px; color:#666666;}
  14. .tagCloud .cloudS70 {font-size:18px; color:#333333;}
  15. .tagCloud .cloudS80 {font-size:22px; color:#333333;}
  16. .tagCloud .cloudS90 {font-size:28px; color:#111111; }
  17. .tagCloud .cloudS100 {font-size:36px; color:#111111;}
  18. .tagCloudMore {padding:6px 0 0 0; margin:0 10px; text-align:center; border-top:#ccc solid 1px; font-size:11px;}
  19. .tagCloudMore a, .tagCloudMore a:link, .tagCloudMore a:visited {color:#999; text-decoration:none;}
  20. .tagCloudMore a:hover {color:red; text-decoration:underline; cursor:pointer;}
  21.  
  22. /* remember to define focus styl&#101;s! */
  23. :focus {
  24. outline: 0 !important;
  25. }
  26. button.btn-pop-out,
  27. .purechat-widget .purechat-download-container,
  28. .purechat-window .purechat-download-container,
  29. .purechat-enterinfo-container p,
  30. .purechat-message-wrapper:not(.purechat-clearfix) p{
  31. display: none !important;
  32. }
  33. .purechat-enterinfo-container{
  34. margin-top: -10px !important;
  35. }
  36. .purechat ::-webkit-scrollbar {
  37. width: 1em;
  38. }
  39.  
  40.  
  41. img[srchttp://www.soundclick.com/images/navigation/star_blank.png]{
  42. display:none;
  43. }
  44.  
  45.  
  46. #twittHolder{
  47.  
  48. position: absolute;
  49. /* width: auto; */
  50. /* float: left; */
  51. height: 50px;
  52. /* width: 800px; */
  53. right: 175px;
  54. left: 385px;
  55.  
  56. }
  57.  
  58. #bottomSection a:hover,
  59. #bottomSection a:link:hover{
  60. color: #649E1B !important;
  61. }
  62.  
  63. .purechat-question-input{
  64. max-width: 100% !important;
  65. max-height: calc(100vh - 268px) !important;
  66. }
  67.  
  68. .gradientBG{
  69. /* IE10 Consumer Preview */
  70. background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%);
  71.  
  72. /* Mozilla Firefox */
  73. background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%);
  74.  
  75. /* Opera */
  76. background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%);
  77.  
  78. /* Webkit (Safari/Chrome 10) */
  79. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.075)), color-stop(1, rgba(0, 0, 0, 0.075)));
  80.  
  81. /* Webkit (Chrome 11) */
  82. background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%);
  83.  
  84. /* W3C Markup, IE10 Release Preview */
  85. background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.075) 0%, rgba(0, 0, 0, 0.075) 100%);
  86. }
  87. .purechat-widget .purechat-ended-form .btn,
  88. .purechat-window .purechat-ended-form .btn,
  89. .purechat-widget .purechat-init-form .btn,
  90. .purechat-window .purechat-init-form .btn,
  91. .purechat-widget .purechat-email-form .btn,
  92. .purechat-window .purechat-email-form .btn{
  93. font-size: 11px !important;
  94. font-weight: bold;
  95. background-color: #424C51 !important;
  96. box-shadow: none !important;
  97. -webkit-box-shadow: none !important;
  98. -moz-box-shadow: none !important;
  99. border-color: #424C51 !important;
  100. -webkit-border-color: #424C51 !important;
  101. -moz-border-color: #424C51 !important;
  102. }
  103.  
  104.  
  105.  
  106. .purechat-widget .purechat-ended-form,
  107. .purechat-window .purechat-ended-form,
  108. .purechat-widget .purechat-init-form,
  109. .purechat-window .purechat-init-form,
  110. .purechat-widget .purechat-email-form,
  111. .purechat-window .purechat-email-form{
  112. margin: 0 !important;
  113. }
  114.  
  115. .purechat-widget .purechat-send-form-container textarea,
  116. .purechat-window .purechat-send-form-container textarea{
  117. font-family: lato !important;
  118. }
  119.  
  120. .purechat-question-input{
  121. margin: 5px 0 15px 0 !important;
  122. }
  123.  
  124. .purechat ::-webkit-scrollbar-track {
  125. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  126. }
  127.  
  128. .purechat ::-webkit-scrollbar-thumb {
  129. background-color: #ccc;
  130. outline: 0;
  131. box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05) !important;
  132. }
  133.  
  134.  
  135. .purechat-widget .purechat-message-container.purechat-message-left,
  136. .purechat-window .purechat-message-container.purechat-message-left,
  137. {
  138. background-color: #D3FFA9 !important;
  139. }
  140.  
  141. .purechat-email-input,
  142. .purechat-name-input
  143. {
  144. height: 30px !important;
  145. }
  146.  
  147. .purechat-widget .purechat-message-note.important, .
  148. purechat-window .purechat-message-note.important{
  149. background: rgb(174, 231, 113);
  150. border-radius: 3px;
  151. -webkit-border-radius: 3px;
  152. -moz-border-radius: 3px;
  153. }
  154. .purechat-message-note.important{
  155. color: #bbb !important;
  156.  
  157. }
  158.  
  159.  
  160.  
  161. div.purechat-message-display-container *,
  162. span.purechat-widget-title-link{
  163. font-family: Lato !important;
  164. }
  165. div.purechat.purechat-bottom-right{
  166. bottom: 50px !important;
  167. right: 0 !important;
  168. font-family: Lato !important;
  169. }
  170.  
  171. .purechat-widget .purechat-expanded, .purechat-widget div.purechat-collapsed-outer{
  172. margin-right: 0 !important;
  173. }
  174.  
  175. .purechat-widget div.purechat-widget-inner, .purechat-window .purechat-widget-inner{
  176. -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3) !important;
  177. -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3) !important;
  178. box-shadow: 0px 3px 4px rgba(0, 0, 0, .3) !important;
  179. }
  180.  
  181.  
  182.  
  183. /**//**//**//* DRUMKIT *//**//**/
  184.  
  185. #kitWrapper{
  186. width: 100%;
  187. clear: both;
  188. background: #555;
  189. -moz-box-shadow: inset 0px 1px 5px 2px rgba(0, 0, 0, .22);
  190. -webkit-box-shadow: inset 0px 1px 5px 2px rgba(0, 0, 0, .22);
  191. box-shadow: inset 0px 1px 5px 2px rgba(0, 0, 0, .22);
  192. position: relative;
  193. overflow: hidden;
  194. }
  195. #kitInnerWrapper{
  196. display: block;
  197. width: 960px;
  198. margin: 0 auto;
  199. clear: both;
  200. padding: 60px 0;
  201. }
  202. .KitPageTitle{
  203. color: #ccc;
  204. font-size: 26px;
  205. text-align: center;
  206. padding-bottom: 60px;
  207. width: 960px;
  208. margin: 0 auto;
  209. clear: both;
  210. float: none;
  211. text-transform: uppercase;
  212. }
  213. .KitPageTitle span{
  214. padding: 0 10px 0 0;
  215. float: none;
  216. display: inline-block;
  217. text-transform: uppercase;
  218. }
  219. .kitBox, .noKitBox{
  220. width: 320px;
  221. height: 320px;
  222. float: left;
  223. position: relative;
  224. overflow: hidden;
  225. }
  226. .noKit{
  227.  
  228. }
  229. #customRNBDrums{
  230. background: #333;
  231. }
  232. .kitBG{
  233. height: 320px;
  234. width: 320px;
  235. position: absolute;
  236. left:0;
  237. top:0;
  238. overflow: hidden;
  239. -webkit-transition: all 0.4s ease;
  240. -moz-transition: all 0.4s ease;
  241. -ms-transition: all 0.4s ease;
  242. transition: all 0.4s ease;
  243. }
  244. #customRNBDrums .kitBG{
  245. background: url(http://scarecrowbeats.com/soundclick/customRNB.png) bottom;
  246. }
  247. #customRNBDrums .kitBGtext{
  248. background-image: url(http://scarecrowbeats.com/soundclick/customRNBtext.png);
  249. background-repeat: no-repeat;
  250. }
  251. .kitBG{
  252. background: url(http://scarecrowbeats.com/soundclick/kitsoon.png) no-repeat;
  253. }
  254.  
  255. #midiKit .kitBG{
  256. background: url(http://scarecrowbeats.com/soundclick/midiBG.png) bottom;
  257. }
  258. #midiKit .kitBGtext{
  259. background-image: url(http://scarecrowbeats.com/soundclick/midiFront.png);
  260. background-repeat: no-repeat;
  261. }
  262. .kitSoon{
  263. opacity:.3;
  264. }
  265. .kitSoon:hover{
  266. opacity:1;
  267. }
  268. .kitNew:before{
  269. content:no-close-quote;
  270. background-image: url(http://scarecrowbeats.com/soundclick/midiNew.png);
  271. background-repeat: no-repeat;
  272. height:81px;
  273. width:81px;
  274. position:absolute;
  275. right:-2px;
  276. top:-2px;
  277. z-index:99;
  278. }
  279. .kitBGtext{
  280. background-position: center center;
  281. height: 100%;
  282. width: 100%;
  283. -webkit-transition: all 0.4s ease;
  284. -moz-transition: all 0.4s ease;
  285. -ms-transition: all 0.4s ease;
  286. transition: all 0.4s ease;
  287. }
  288. .kitAddToCart{
  289. position: absolute;
  290. bottom: -40px;
  291. height: 40px;
  292. width: 100%;
  293. display: block;
  294. -webkit-transition: all 0.4s ease;
  295. -moz-transition: all 0.4s ease;
  296. -ms-transition: all 0.4s ease;
  297. transition: all 0.4s ease;
  298.  
  299. }
  300. .kitAddToCart a{
  301. text-align: center;
  302. color: #fff;
  303. height: 40px;
  304. width: 50%;
  305. line-height: 40px;
  306. display: inline-block;
  307. text-decoration: none;
  308. text-transform: uppercase;
  309. font-size: 12px;
  310. font-family: lato;
  311. font-weight: bold;
  312. float: left;
  313. }
  314. .kitADD{
  315. background: #649E1B;
  316. }
  317. .kitADD:hover{
  318. background: #649E1B;
  319. }
  320. .kitLISTEN:hover{
  321. background:#343D44;
  322. }
  323. .kitLISTEN{
  324. background: #1B2125;
  325. }
  326. .kitAddToCart a i{
  327. margin: 0 5px 0 0;
  328. font-size: 16px
  329. }
  330. .kitAddToCart a i{
  331. vertical-align: middle;
  332. }
  333. .kitBox:hover .kitBG{
  334. height: 280px;
  335. }
  336. .kitBox:hover .kitBGtext{
  337.  
  338. }
  339. .kitBox:hover .kitAddToCart{
  340. bottom: 0;
  341. }
  342. .kitADD.fullWidth{
  343. width: 100%;
  344. }
  345. /**//**//**//* END DRUMKIT *//**//**/
  346.  
  347. /**//**//**//* SOUNDCLICK RESET *//**//**/
  348.  
  349. body, div, tr, td, select, textarea, input, option{
  350. font-size: inherit;
  351. }
  352.  
  353. a.goBack i{
  354. margin: 0 5px 0 0;
  355. }
  356.  
  357. input#mmmte, #audioM{
  358. position: absolute;
  359. height: 1px;
  360. width: 1px;
  361. margin: -1px;
  362. overflow: hidden;
  363. z-index:-999;
  364. text-indent:-9999px;
  365. top: -999px;
  366. }
  367. div.commentsBox div.postdate a{
  368. visibility: hidden;
  369. height: 20px;
  370. width: 20px;
  371. display: inline-block;
  372. position: relative;
  373. margin: 5px 0 0 0;
  374. padding: 0;
  375. float: right;
  376. opacity: .75;
  377. -khtml-opacity: 0.75;
  378. -moz-opacity:0.75;
  379. -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity75);
  380. filter: alpha(opacity75);
  381.  
  382. }
  383.  
  384. div.commentsBox div.postdate a:hover{
  385. opacity: 1;
  386. -khtml-opacity: 1;
  387. -moz-opacity:1;
  388. -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity100);
  389. filter: alpha(opacity1);
  390. }
  391.  
  392. div.commentsBox div.postdate a:first-child:after{
  393. content: no-close-quote;
  394. background: url(http://scarecrowbeats.com/soundclick/scbDelete.png) no-repeat center center;
  395. height: 20px;
  396. width: 20px;
  397. display: inline-block;
  398. position:absolute;
  399. top: 0;
  400. left:0;
  401. visibility: visible;
  402.  
  403. }
  404.  
  405. div.commentsBox div.postdate a:not(:first-child):after{
  406. content: no-close-quote;
  407. background: url(http://scarecrowbeats.com/soundclick/scbEdit.png) no-repeat center center;
  408. height: 20px;
  409. width: 20px;
  410. display: inline-block;
  411.  
  412. top: 0;
  413. left:0;
  414. visibility: visible;
  415. }
  416.  
  417.  
  418. a.goBack{
  419. position: fixed;
  420. top: 80px;
  421. left: 10px;
  422. background: #000;
  423. font-family: Lato;
  424. display: inline-block;
  425. /* height: 30px; */
  426. /* line-height: 30px; */
  427. padding: 7px;
  428. font-size: 12px;
  429. text-transform: uppercase;
  430. cursor: pointer;
  431. z-index:100;
  432. }
  433.  
  434. a.goBack:hover{
  435. background: #649E1B;
  436. color: #fff;
  437. text-decoration: none;
  438. }
  439. input, button, textarea, select, option{
  440. outline: 0;
  441. }
  442. #writeComment{
  443. height: 30px;
  444. width: 960px;
  445. margin: 0 auto 70px auto;
  446. float: none;
  447. display: block;
  448. background: #649E1B;
  449. border: 0;
  450. border-radius: 0;
  451. -webkit-border-radius: 0;
  452. -moz-border-radius: 0;
  453. color: #fff;
  454. cursor: pointer;
  455. font-size: 12px;
  456. font-weight: bold;
  457. appearance: button;
  458. -webkit-appearance: button;
  459. -moz-appearance: button;
  460. }
  461.  
  462.  
  463. a:hover,
  464. a:link:hover,
  465. a:visited:hover{
  466. text-decoration: none;
  467. }
  468.  
  469. div.commentsBox div.postdate a:hover{
  470. color: #000;
  471. text-decoration: none;
  472.  
  473. }
  474.  
  475.  
  476.  
  477. i.commentName{
  478. position: absolute;
  479. left: 25px;
  480. bottom: 25px;
  481. height: 30px;
  482. line-height: 30px;
  483. width: 30px;
  484. text-align: center;
  485. }
  486.  
  487.  
  488.  
  489. #popupBoxComment textarea{
  490. width: 100%;
  491.  
  492. margin-bottom: 15px;
  493. border: 0;
  494. max-width: 100%;
  495. border-radius: 0;
  496. -webkit-border-radius: 0;
  497. -moz-border-radius: 0;
  498. resize: both;
  499. outline: 0;
  500. background: rgba(235, 239, 242, 1);
  501. max-height: 400px;
  502. resize: both;
  503. min-height: 150px;
  504. padding: 10px;
  505. color: #666;
  506. }
  507.  
  508. #popupBoxComment textarea:hover{
  509. color: #454545;
  510. }
  511.  
  512. #popupBoxComment textarea:focus{
  513. color: #363636;
  514. }
  515.  
  516. #popupBoxComment{
  517. font-size:12px;
  518. color: #363636;
  519. }
  520.  
  521. #popupBoxComment .ratingsBox,
  522. ratingsBox input,
  523. ratingsBox select,
  524. ratingsBox textarea{
  525. font-size: 14px;
  526. }
  527.  
  528. #popupBoxComment .ratingsBox{
  529. margin-bottom: 20px;
  530. }
  531.  
  532. #popupBoxComment input{
  533. background: #649E1B;
  534. color: #fff;
  535. text-transform: uppercase;
  536. font-size: 12px;
  537. cursor: pointer;
  538. }
  539.  
  540. #popupBoxComment input:hover{
  541. background: #649E1B;
  542. }
  543.  
  544.  
  545. #popupBoxComment select,
  546. #popupBoxComment input{
  547. width: 50%;
  548. float: left;
  549. padding: 0;
  550. margin: 0;
  551. line-height: 1;
  552. height: 30px;
  553. border: 0;
  554. outline: 0;
  555. }
  556.  
  557. #popupBoxComment select{
  558. background: #fff;
  559. border: 2px solid #649E1B;
  560. border-right: 0;
  561. padding-left: 25px;
  562. }
  563.  
  564. #popupComment form{
  565. height: 100%;
  566. width: 100%;
  567. padding:0;
  568. margin: 0;
  569. }
  570.  
  571. div.completeNavHeader, div.navigationDivider {
  572. display: none;
  573. }
  574. div.show_picture{
  575. min-width: 150px;
  576. min-height: 150px;
  577. }
  578. div#bigOne embed{
  579.  
  580. margin-top: 25px;
  581. }
  582.  
  583. #popupBoxComment a{
  584. color: #649E1B;
  585. text-decoration: none;
  586. font-weight: bold;
  587. }
  588.  
  589. #popupBoxComment a:hover{
  590. color: #000;
  591. text-decoration: none;
  592. }
  593.  
  594.  
  595. div.commentsBox div.ratingsBox div{
  596. display: none;
  597. }
  598. #mainContent .commentsWelcome,
  599. #mainContent img{
  600. visibility:visible;
  601. }
  602. input#shareSong{display:none;}
  603. div#bigOne:before{
  604. content: no-close-quote;
  605. position: absolute;
  606. width: 540px;
  607. height: 405px;
  608. background: white;
  609. z-index: -2;
  610. /* padding: 25px; */
  611. box-sizing: content-box;
  612. left: -20px;
  613. top: -10px;
  614. -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  615. -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  616. box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  617. }
  618. div#bigOne table:first-child{
  619. font-size: 20px;
  620. color: #363636;
  621. }
  622.  
  623. div.show_header{display: none;}
  624. div.show_picture table tbody tr td{
  625. background: #8FFF00;
  626. border-radius: 50%;
  627. max-width: 140px;
  628. max-height: 140px;
  629. padding: 0;
  630. }
  631. div.show_picture img {border-radius: 50%;
  632. -webkit-border-radius: 50%;
  633. -moz-border-radius: 50%;
  634. overflow: hidden;
  635. opacity: .75;
  636. }
  637. td.show_songdddinfo a:first-child:before{
  638.  
  639. height: 70px;
  640. width: 100%;
  641. position: absolute;
  642. background: rgba(0, 0, 0, .99);
  643. top:0;
  644. }
  645. div#bigOne{
  646. visibility: visible;
  647. font-weight:bold;
  648. }
  649. div#mainContent{
  650. visibility:hidden;
  651. padding-top: calc(50vh - 240px);
  652. width: 100%;
  653. min-height: 100%;
  654.  
  655. }
  656.  
  657. div#mainContent:before{
  658.  
  659. content: no-close-quote;
  660. z-index:-2;
  661. background: rgba(55, 62, 68, .75);
  662. visibility:visible;
  663. position: fixed;
  664. top:0;
  665. left:0;
  666. bottom:0;
  667. right:0;
  668. }
  669.  
  670. div.commentsBox div.bandSignature {
  671. border: 0;
  672. color: #363636;
  673. width: 310px;
  674. margin-top: 15px;
  675. line-height: 20px;
  676. display: none;
  677. }
  678.  
  679.  
  680.  
  681.  
  682. #playerHolder .error i{
  683.  
  684. padding: 0 5px;
  685. cursor: pointer;
  686. color: rgba(0, 0, 0, .3);
  687. }
  688.  
  689. #playerHolder .error i:hover{
  690. color: rgba(0, 0, 0, .6);
  691. }
  692. div.commentsBox div.songComment{
  693. border: 0;
  694. font-size: 14px;
  695. padding: 0;
  696. margin: 0;
  697. border-bottom: 0;
  698. white-space: nowrap;
  699. text-transform: capitalize;
  700. margin-left: -4pt;
  701. color: #363636;
  702. display: none;
  703. }
  704.  
  705.  
  706. div.commentsBox div.postdate{
  707. margin: 0;
  708. color: #aaa;
  709. text-transform: capitalize;
  710. font-size: 12px;
  711. /* display: inline-block; */
  712. position: relative;
  713. height: 30px;
  714. overflow: hidden;
  715. text-indent: -999999px;
  716.  
  717. }
  718.  
  719. div.commentsBox div.songComment a{
  720. color: #649E1B;
  721. }
  722.  
  723. div.commentsBox div.songComment a:first-child{display: none;}
  724. div.commentsPostBox .ratingsBox {
  725. background: #fafafa;
  726. color: #363636;
  727. clear: both;
  728. padding: 7px 0px;
  729. margin: 0;
  730. display: none;
  731. }
  732.  
  733. div.commentsPostBox textarea,
  734. div.commentsPostBox select,
  735. div.commentsPostBox input,
  736. #post strong,
  737. #post a{
  738. visibility:visible;
  739. }
  740.  
  741. #post div:first-child:first-of-type {
  742. visibility: visible;
  743. background:;
  744. height: 40px;
  745. position: fixed;
  746. right:0;
  747. bottom: 40px;
  748. width: auto;
  749. }
  750.  
  751. #post div:first-child:first-of-type br{
  752. display: none;
  753. }
  754.  
  755.  
  756. #popupBoxComment strong{
  757. color: #FF5454;
  758. margin-right: 5px;
  759. }
  760.  
  761. div.commentsPostBox form{
  762. padding: 0px;
  763. margin: 0px;
  764. height: 40px;
  765. position: fixed;
  766. bottom: 50px;
  767. right: 0;
  768. width: 450px;
  769. overflow: hidden;
  770. }
  771.  
  772. div.commentsPostBox form select{
  773. height: 40px;
  774. line-height: 1;
  775. background: #fff;
  776. border: 0;
  777. position: absolute;
  778. right: 100px;
  779. top: 0;
  780. }
  781. div.commentsPostBox form input{
  782. height: 40px;
  783. width: 100px;
  784. background: #649E1B;
  785. font-weight: bold;
  786. font-size: 12px;
  787. -webkit-appearance: button;
  788. -moz-appearance: button;
  789. appearance: button;
  790. border: 0;
  791. border-bottom: 0px solid rgba(255, 255, 255, .5);
  792. border-radius: 0;
  793. -webkit-border-radius: 0;
  794. -moz-border-radius: 0;
  795.  
  796. color: #fff;
  797. text-transform: uppercase;
  798. -webkit-transition: all 0.3s ease;
  799. -moz-transition: all 0.3s ease;
  800. -ms-transition: all 0.3s ease;
  801. -o-transition: all 0.3s ease;
  802. transition: all 0.3s ease;
  803. line-height: 1;
  804. text-align: center;
  805. cursor: pointer;
  806. position: absolute;
  807. right: 0;
  808. top: 0;
  809. margin: 0;
  810. padding: 0;
  811. outline: 0;
  812. }
  813.  
  814.  
  815. div.commentsWelcome {
  816. background: transparent;
  817. color: inherit;
  818. margin: 0;
  819. padding: 0px;
  820. }
  821.  
  822.  
  823. div.listedPicsBox {
  824. background: transparent;
  825. color: #363636;
  826. width: 150px;
  827. height: auto;
  828. overflow: hidden;
  829. padding: 0;
  830. margin: 0;
  831. border: 0;
  832. border-bottom: 0;
  833. font-size: 14px;
  834. text-align: center;
  835. float: left;
  836. }
  837.  
  838. div.commentsBox div.listedPicsBox a{
  839. color: #888;
  840. font-weight: bold;
  841. }
  842.  
  843. div.listedPics {
  844. width: 90px;
  845. height: 90px;
  846. background-position: center center;
  847. background-repeat: no-repeat;
  848. margin: 0 auto 20px auto;
  849. overflow: hidden;
  850. background-size: cover;
  851. border-radius: 50%;
  852. }
  853.  
  854.  
  855.  
  856. div.commentsBox{
  857. border-bottom: 0;
  858.  
  859. margin: 0 auto 20px;
  860. width: 960px;
  861. min-width: 200px;
  862. padding: 20px;
  863. position: relative;
  864. clear: both;
  865. min-height: 160px;
  866. cursor: default;
  867.  
  868. background: #fff;
  869. -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  870. box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  871. -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
  872. overflow: hidden;
  873. -webkit-transition: all 0.3s ease;
  874. -moz-transition: all 0.3s ease;
  875. -ms-transition: all 0.3s ease;
  876. -o-transition: all 0.3s ease;
  877. transition: all 0.3s ease;
  878. border-radius: 10px;
  879. -webkit-border-radius: 10px;
  880. -moz-border-radius: 10px;
  881. }
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891. div.commentsBox div.comment {
  892. color: #363636;
  893.  
  894. border: 0;
  895. padding: 0 0 0 20px;
  896. background: rgba(255, 255, 255, 0);
  897. text-align: left;
  898. font-size: 14px;
  899. overflow: hidden;
  900.  
  901. -webkit-transition: all 0.3s ease;
  902. -moz-transition: all 0.3s ease;
  903. -ms-transition: all 0.3s ease;
  904. -o-transition: all 0.3s ease;
  905. transition: all 0.3s ease;
  906.  
  907. width: 770px;
  908.  
  909. height: 100%;
  910. position: relative;
  911. }
  912.  
  913. div.commentsBox div.comment div:not([class]){
  914. font-size: 14px;
  915. font-family: Lato;
  916. overflow: hidden;
  917.  
  918. -webkit-transition: all 0.3s ease;
  919. -moz-transition: all 0.3s ease;
  920. -ms-transition: all 0.3s ease;
  921. -o-transition: all 0.3s ease;
  922. transition: all 0.3s ease;
  923. float: left;
  924. width: 770px;
  925.  
  926. }
  927.  
  928. div.commentsBox div.comment div br {
  929.  
  930. }
  931.  
  932.  
  933.  
  934.  
  935. div.commentsPostBox {
  936. padding: 10px;
  937. margin: 0;
  938. width: 960px;
  939. background: #fafafa;
  940. border-top: #ccc solid 1px;
  941. border: 0;
  942. display: none;
  943. }
  944.  
  945. div.commentsPostBox textarea{
  946. background: #ECECEC;
  947. /* float: left; */
  948. position: absolute;
  949. border: 0;
  950. left: 0;
  951. top: 0;
  952. height: 40px;
  953. right: 200px;
  954. width: 250px;
  955. resize: both;
  956. }
  957. #songsAvailable{
  958. line-height:40px;
  959. padding-left: 24px;
  960. color: #ccc;
  961. font-size: 26px;
  962. }
  963.  
  964. div#TB_overlay{
  965. background: rgba(0, 0, 0, .66);
  966. }
  967.  
  968. .purechat{
  969. z-index: 99 !important;
  970. }
  971.  
  972. input {
  973. -webkit-appearance: none;
  974. -webkit-border-radius: 0;
  975. -moz-border-radius: 0;
  976. border-radius: 0;
  977. }
  978.  
  979. input:active{outline: none}
  980.  
  981. .closeSearch{
  982. float: right;
  983. color: rgba(0, 0, 0, .3);
  984. padding-right: 5px;
  985. cursor:pointer;
  986. }
  987.  
  988.  
  989. .closeSearch:hover{
  990. color: rgba(0, 0, 0, .6);
  991. }
  992. div.songsBox div.actionlinks:last-child a.thickbox{
  993. position: absolute;
  994. right: 89px;
  995. width: 26px;
  996. bottom: 24px;
  997. max-width: 26px;
  998. min-width: 26px;
  999. border: 0;
  1000. overflow: hidden;
  1001. text-indent: -10000px;
  1002. color: #ccc;
  1003. background: #ccc url(http://scarecrowbeats.com/soundclick/micIcon.png) no-repeat center center;
  1004. margin: 0;
  1005. }
  1006.  
  1007. div.songsBox div.actionlinks:last-child a.thickbox:hover{
  1008. background-color: #000;
  1009. }
  1010. #scbSearch input:-webkit-autofill {
  1011. -webkit-box-shadow: 0 0 0px 1000px white inset;
  1012. }
  1013.  
  1014.  
  1015. #scbForm input:-webkit-autofill {
  1016. -webkit-box-shadow: 0 0 0px 1000px black inset;
  1017. -webkit-text-fill-color: #FFF !important;
  1018. }
  1019. .endResult{
  1020. height: 4px;
  1021. background: #84B841;
  1022. width: 960px;
  1023. margin: 75px auto;
  1024. clear: both;
  1025. }
  1026.  
  1027. #objectPic{
  1028. position: absolute;
  1029. height: 139px;
  1030. width: 136px;
  1031. margin: 5px 0 0 4px;
  1032. background:#649E1B;
  1033. }
  1034.  
  1035. .songsBox div[id]{
  1036. position: absolute;
  1037. top: 24px;
  1038. right: 22px;
  1039. }
  1040.  
  1041. .songsBox div[id] div{
  1042. display:none;
  1043. }
  1044.  
  1045. .songsBox div[id] strong{
  1046. display: none;
  1047. }
  1048. .songsBox div[id] a img{
  1049.  
  1050. }
  1051.  
  1052. .songsBox div[id] a{
  1053.  
  1054. }
  1055.  
  1056. .songsBox div div[id] a:before{
  1057. display: none;
  1058. }
  1059.  
  1060.  
  1061. div.songsBox div:not([id]):not([class]){
  1062. font-size: 13px;
  1063. color: #888;
  1064. }
  1065.  
  1066.  
  1067. div.songsBox div:last-child div:nth-child(2):not(.actionlinks):not([id]){
  1068. display: none;
  1069.  
  1070. }
  1071.  
  1072.  
  1073. div.songsBox div:not(:last-child):nth-child(2):not([id]):not(.actionlinks) a:not(:last-child){
  1074. display: none;
  1075. }
  1076. /*download button
  1077. div.songsBox div:not(:last-child):nth-child(2):not([id]):not(.actionlinks) a:first-child:not(:first-child){
  1078. display: inline-block;
  1079. background:green;
  1080. width: 15px;
  1081. height: 15px;
  1082. }
  1083. */
  1084. /*useless lo-fi button
  1085. div.songsBox div:not(:last-child):nth-child(2):not([id]):not(.actionlinks) a:nth-child(2):not(:last-child){
  1086. background: purple;
  1087. width: 15px;
  1088. height: 15px;
  1089. }*/
  1090.  
  1091.  
  1092.  
  1093.  
  1094. /*PLAY BUTTON*/
  1095. div.songsBox div:not(:last-child):nth-child(2):not([id]):not(.actionlinks) a:last-child{
  1096. display: none;
  1097. background: rgba(0, 0, 0, 0.5);
  1098. height: 40px;
  1099. width: 40px;
  1100. /* background: #000; */
  1101. border-radius: 50%;
  1102. -webkit-border-radius: 50%;
  1103. -moz-border-radius: 50%;
  1104. position: absolute;
  1105. top:50%;
  1106. left: 75px;
  1107. margin-top: -20px;
  1108. border: 2px solid #FFFFFF;
  1109. cursor:pointer;
  1110. z-index:98;
  1111. opacity:.75;
  1112. }
  1113.  
  1114.  
  1115.  
  1116. div.songsBox div:not(:last-child):nth-child(2):not([id]):not(.actionlinks) a:last-child:after{
  1117. content: no-close-quote;
  1118. border-top: 7px solid transparent;
  1119. border-bottom: 7px solid transparent;
  1120. border-left: 14px solid #fff;
  1121. position: absolute;
  1122. left: 13px;
  1123. top: 10px;
  1124. }
  1125.  
  1126. div.songsBox:hover div:not(:last-child):nth-child(2):not([id]):not(.actionlinks) a:last-child{
  1127. display:block;
  1128. }
  1129.  
  1130.  
  1131. div.songsBox div:not(:last-child):nth-child(2):not([id]):not(.actionlinks):hover a:last-child:after{
  1132.  
  1133. }
  1134. div.songsBox div:not(:last-child):nth-child(2):not([id]):not(.actionlinks):hover a:last-child{
  1135. opacity:1;
  1136. }
  1137.  
  1138. /*controls img*/
  1139. div.songsBox div:not(:last-child):nth-child(2):not([id]):not(.actionlinks) a img{
  1140. display: none;
  1141. }
  1142.  
  1143. #resultsWrapper .resultsLoader{
  1144. width: 960px;
  1145. margin: 50px auto 0 auto;
  1146. text-align: center;
  1147. display: none;
  1148. }
  1149.  
  1150. #resultsWrapper .resultsLoader i{
  1151. font-size: 20px;
  1152. width: 30px;
  1153. overflow: hidden;
  1154. }
  1155.  
  1156. .results,
  1157. .noresults{
  1158. padding: 10px;
  1159. font-size: 20px;
  1160.  
  1161. border-radius: 10px;
  1162. -webkit-border-radius: 10px;
  1163. -moz-border-radius: 10px;
  1164. }
  1165.  
  1166. .noresults{
  1167. background: rgb(255, 84, 84);
  1168.  
  1169. }
  1170.  
  1171. .results{
  1172. background: #84B841;
  1173. }
  1174.  
  1175. div#TB_window {
  1176. border: 0;
  1177. background: #fafafa;
  1178. padding: 0;
  1179. max-height: 100%;
  1180. overflow: visible;
  1181. -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  1182. -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  1183. box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  1184. }
  1185.  
  1186. .songsBox div a.noneBefore:before{display:none;}
  1187.  
  1188. div.songsBox div.actionlinks {
  1189. font-size: 14px;
  1190. min-width: 100%;
  1191. color: transparent;
  1192. max-height: 26px;
  1193. }
  1194.  
  1195. div.songsBox div.actionlinks br {
  1196. display: none;
  1197. }
  1198. div.actionlinks{
  1199. display:inline-block;
  1200. text-transform: capitalize;
  1201. }
  1202. #searchResults{
  1203. display: none;
  1204. width: 960px;
  1205. margin: 10px auto;
  1206. clear: both;
  1207. font-size: 20px;
  1208. color: #363636;
  1209. }
  1210. /*songsbox social*/
  1211. div.actionlinks div a img{
  1212. display: none;
  1213. }
  1214.  
  1215. div.actionlinks div{
  1216. display: inline-block;
  1217.  
  1218. }
  1219. div.actionlinks:first-child{
  1220. margin: 20px 0 5px 0;
  1221. }
  1222. /*fTWITTERk*/
  1223. div.songsBox div.actionlinks div:last-child a{
  1224. display: inline-block;
  1225. height: 26px;
  1226. width: 26px;
  1227.  
  1228. background: #ccc url(http://scarecrowbeats.com/soundclick/songsBoxTwitter.png) no-repeat center center;
  1229. -webkit-transition: none;
  1230. -moz-transition: none;
  1231. -ms-transition:none;
  1232. -o-transition: none;
  1233. transition: none;
  1234. position:absolute;
  1235. right: 24px;
  1236. bottom: 24px;
  1237. margin: -6px -1px 0 5px;
  1238. border:0;
  1239. max-width: 26px;
  1240. min-width: 26px;
  1241. }
  1242. div.songsBox div.actionlinks div:last-child a:hover{
  1243. background: #000 url(http://scarecrowbeats.com/soundclick/songsBoxTwitter.png) no-repeat center center;
  1244. }
  1245. /*FACEBOOK*/
  1246. div.songsBox div.actionlinks div a{
  1247. display: inline-block;
  1248. height: 26px;
  1249. width: 26px;
  1250. float:left;
  1251. background: #ccc url(http://scarecrowbeats.com/soundclick/songsBoxFB.png) no-repeat center center;
  1252. border:0;
  1253. overflow:hidden;
  1254. -webkit-transition: none;
  1255. -moz-transition: none;
  1256. -ms-transition:none;
  1257. -o-transition: none;
  1258. transition: none;
  1259. position: absolute;
  1260. right: 53px;
  1261. bottom: 24px;
  1262. margin: -6px 2.5px 0 5px;
  1263. max-width: 26px;
  1264. min-width: 26px;
  1265.  
  1266. }
  1267. div.songsBox div.actionlinks div a:hover{
  1268.  
  1269. background: #000 url(http://scarecrowbeats.com/soundclick/songsBoxFB.png) no-repeat center center;
  1270. }
  1271.  
  1272. /*facebook*/
  1273. div.actionlinks div:last-child a:after{
  1274.  
  1275.  
  1276. }
  1277.  
  1278. /*twitter*/
  1279. div.actionlinks div a:after{
  1280. content:
  1281. }
  1282.  
  1283. span.color_supplemental{
  1284. background: rgba(134, 197, 0, 1);
  1285. color: #FFFFFF;
  1286. /* border: 1px solid rgba(119, 67, 67, 0); */
  1287. float: left;
  1288. display: inline-block;
  1289. margin: -4px 9px 0 -20px;
  1290. font-size: 12px;
  1291. cursor: default;
  1292. border-radius: 23px;
  1293. -webkit-border-radius: 23px;
  1294. -moz-border-radius: 23px;
  1295. min-width: 23px;
  1296. height: 23px;
  1297. line-height: 22px;
  1298. text-align: center;
  1299. }
  1300.  
  1301. div#TB_title{
  1302. position: absolute;
  1303. right: -15px;
  1304. top:-15px;
  1305. width: 31px;
  1306. height: 31px;
  1307. background: transparent;
  1308. overflow:visible;
  1309. padding: 0;
  1310.  
  1311. }
  1312. div#TB_closeWindowButton{
  1313. width:31px;
  1314. height:31px;
  1315. }
  1316.  
  1317. div#TB_ajaxWindowTitle{display:none;}
  1318. div#TB_closeAjaxWindow{
  1319. position: absolute;
  1320. top:0;
  1321. left:0;
  1322. height: 31px;
  1323. width: 31px;
  1324. color: #fff;
  1325.  
  1326. }
  1327.  
  1328. a#TB_closeWindowButton{
  1329. background: #91AE6C url(http://scarecrowbeats.com/soundclick/crossSmall.png) no-repeat center center;
  1330. width: 31px;
  1331. height: 31px;
  1332. cursor: pointer;
  1333. visibility: visible;
  1334. border-radius: 50%;
  1335. -webkit-border-radius: 50%;
  1336. -moz-border-radius: 50%;
  1337. position:absolute;
  1338. left:0;
  1339. top:0;
  1340. padding:0;
  1341. text-indent:-9999px;
  1342. }
  1343. a#TB_closeWindowButton:after{
  1344. content: no-close-quote;
  1345.  
  1346. }
  1347.  
  1348. div.mainTable {
  1349. min-height: 100%;
  1350. width: 100%;
  1351.  
  1352. height: auto !important;
  1353. float: none;
  1354. background: transparent;
  1355. border: 0;
  1356. }
  1357.  
  1358. div.navigation {
  1359. display: none;
  1360. }
  1361.  
  1362. div.mainContent {
  1363. width: 100%;
  1364. position: relative;
  1365. float: none;
  1366. margin: 0;
  1367. background: transparent;
  1368. }
  1369.  
  1370. div.mainContent div.mainContent {
  1371. clear: both;
  1372. width: 100%;
  1373. margin: 0px auto;
  1374. overflow: visible;
  1375.  
  1376. }
  1377.  
  1378. div.mainContent div.mainContent:after{
  1379. content:no-close-quote;
  1380. clear:both;
  1381. display: block;
  1382. height: 0;
  1383. width: 100%;
  1384. }
  1385.  
  1386. div.commentsPostBox:after{
  1387. content: no-close-quote;
  1388. height:50px;
  1389. clear: both;
  1390. width:100%;
  1391. float: left;
  1392. }
  1393.  
  1394. div.mainContent div.mainContent:after {
  1395. position: absolute;
  1396. top:0;
  1397. left:0;
  1398. right:0;
  1399. bottom:0;
  1400. background: rgba(255, 255, 255, .4);
  1401. content: no-close-quote;
  1402. width: 960px;
  1403. margin: 0 auto;
  1404. display: none;
  1405. }
  1406.  
  1407.  
  1408. div.headline {
  1409. display: none;
  1410. }
  1411.  
  1412. div.mainContent div.contText {
  1413. padding: 0;
  1414. margin: -20px 0 0 0;
  1415. }
  1416.  
  1417. div.mainContent div.mainContent div.songsBox,
  1418. div.songsBox {
  1419. max-width: 960px;
  1420. float: none;
  1421. clear: both;
  1422. border-bottom: 1px solid #ccc;
  1423. margin: 0 auto;
  1424. background: rgba(50, 50, 66, 0);
  1425. padding: 24px 24px 24px 14px;
  1426. min-height: 188px;
  1427. /*border-top-left-radius: 94px;
  1428. border-bottom-left-radius: 94px;*/
  1429. color: #6E6F6D;
  1430. font-size:14px;
  1431. position:relative;
  1432. overflow:hidden;
  1433. }
  1434.  
  1435. div.mainContent div.mainContent div.songsBox *,
  1436. div.songsBox * {
  1437. letter-spacing: 0.1pt;
  1438.  
  1439. }
  1440.  
  1441. div.mainContent div.mainContent div.songsBox a:link,
  1442. div.mainContent div.mainContent div.songsBox a,
  1443. div.songsBox a:link,
  1444. div.songsBox a {
  1445.  
  1446. cursor: pointer;
  1447. }
  1448.  
  1449. div.songsBox a:link:hover,
  1450. div.songsBox a:hover {
  1451. color: #649E1B;
  1452. cursor: pointer;
  1453. }
  1454.  
  1455. .songsBox a:link, .songsBox a:visited{
  1456. color: #FFF9EF;
  1457. }
  1458.  
  1459. .songsBox div:first-child a{
  1460. display: inline-block;
  1461. }
  1462.  
  1463. div.commentsBox div.ratingsBox{
  1464. margin: 0 auto;
  1465. border: 0;
  1466. width: auto;
  1467. display: none;
  1468. float: right;
  1469. right: 0;
  1470. top: 0;
  1471. }
  1472.  
  1473.  
  1474.  
  1475.  
  1476. img, .songsBox div:first-child a div, #objectHolder object,
  1477. .songsBox img, .listedPics, .commentsBox .ratingsBox img, div.commentsPostBox .ratingsBox img, div#bigOne embed, div.show_picture img, .ratingsBox img{
  1478. /* filter: url(filters.svg#grayscale); */
  1479. filter: gray; /* IE6-9 */
  1480. filter: grayscale(100%); /* IE6-9 */
  1481. -webkit-filter: grayscale(1); /* Google Chrome, Safari 6 & Opera 15 */
  1482. -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6 & Opera 15 */
  1483. -moz-filter: grayscale(100%); /* Google Chrome, Safari 6 & Opera 15 */
  1484. }
  1485.  
  1486.  
  1487. .songsBox div:first-child a div {
  1488. position: absolute;
  1489. -moz-border-radius: 50%;
  1490. -webkit-border-radius: 50%;
  1491. -khtml-border-radius: 50%;
  1492. border-radius: 50%;
  1493. overflow: hidden;
  1494. -webkit-transition: all 0.3s ease;
  1495. -moz-transition: all 0.3s ease;
  1496. -ms-transition: all 0.3s ease;
  1497. -o-transition: all 0.3s ease;
  1498. transition: all 0.3s ease;
  1499. margin: 0;
  1500. padding: 0;
  1501. display: block;
  1502. /* filter: url(filters.svg#grayscale); */
  1503. filter: gray; /* IE6-9 */
  1504. filter: grayscale(100%); /* IE6-9 */
  1505. -webkit-filter: grayscale(1); /* Google Chrome, Safari 6 & Opera 15 */
  1506. -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6 & Opera 15 */
  1507. -moz-filter: grayscale(100%); /* Google Chrome, Safari 6 & Opera 15 */
  1508. z-index:2;
  1509. /* IE 8 */
  1510. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity75);
  1511. /* IE 5-7 */
  1512. filter: alpha(opacity75);
  1513. /* Netscape */
  1514. -moz-opacity: 0.75;
  1515. /* Safari 1.x */
  1516. -khtml-opacity: 0.75;
  1517. /* Good browsers */
  1518. opacity: 0.75;
  1519. display: inline-block;
  1520. -webkit-background-size: cover;
  1521. -moz-background-size: cover;
  1522. -o-background-size: cover;
  1523. background-size: cover;
  1524. background-color: #fafafa;
  1525. top: 50%;
  1526. margin-top: -70px;
  1527. }
  1528.  
  1529. /*.songsBox:hover div:first-child a div{
  1530. filter: none;
  1531. -webkit-filter: grayscale(0);
  1532. opacity: 1;
  1533.  
  1534. }*/
  1535.  
  1536. div.listedPicsBox a{
  1537. position:relative;
  1538. display: block;
  1539. }
  1540. div.listedPics{
  1541. opacity:.75;
  1542. }
  1543.  
  1544. div.listedPicsBox a:first-child:before{
  1545. content: no-close-quote;
  1546. position: absolute;
  1547.  
  1548. width: 90px;
  1549. height: 90px;
  1550. right:0;
  1551. left:0;
  1552. top:0;
  1553. margin: 0 auto;
  1554. background: #A3FF00;
  1555. -moz-border-radius: 50%;
  1556. -webkit-border-radius: 50%;
  1557. -khtml-border-radius: 50%;
  1558. border-radius: 50%;
  1559. overflow: hidden;
  1560.  
  1561. opacity: 1;
  1562. display: inline-block;
  1563.  
  1564. }
  1565.  
  1566.  
  1567. .songsBox div:first-child a:before {
  1568. content: no-close-quote;
  1569. position: absolute;
  1570. top: 50%;
  1571. left: 25px;
  1572. width: 138px;
  1573. height: 138px;
  1574. /*background: rgba(116, 46, 133, 0.33);*/
  1575. background: #B0B1B5;
  1576. -moz-border-radius: 50%;
  1577. -webkit-border-radius: 50%;
  1578. -khtml-border-radius: 50%;
  1579. border-radius: 50%;
  1580. overflow: hidden;
  1581. z-index:1;
  1582. opacity: 1;
  1583. display: inline-block;
  1584. margin-top: -69px;
  1585.  
  1586. }
  1587. .songsBox div:first-child a div:before {
  1588.  
  1589. position: absolute;
  1590. top: 0;
  1591. left: 0;
  1592. width: 140px;
  1593. height: 140px;
  1594. /*background: rgba(116, 46, 133, 0.33);*/
  1595. background: rgba(204, 160, 76, 0.2);
  1596. -moz-border-radius: 50%;
  1597. -webkit-border-radius: 50%;
  1598. -khtml-border-radius: 50%;
  1599. border-radius: 50%;
  1600. overflow: hidden;
  1601. filter: none;
  1602. -webkit-filter: grayscale(0);
  1603. opacity: 1;
  1604.  
  1605. }
  1606.  
  1607. div.songsBox div.actionlinks a{
  1608. color: #363636;
  1609. font-size: 12px;
  1610. float: left;
  1611. -webkit-transition: all 0.3s ease;
  1612. -moz-transition: all 0.3s ease;
  1613. -ms-transition: all 0.3s ease;
  1614. -o-transition: all 0.3s ease;
  1615. transition: all 0.3s ease;
  1616. margin: 0 5px 5px 5px;
  1617. background: transparent;
  1618. display: inline-block;
  1619. width: 105px;
  1620. min-width: 105px;
  1621. max-width: 105px;
  1622. height: 26px;
  1623. line-height: 24px;
  1624. text-align: center;
  1625. border: 1px solid #363636;
  1626.  
  1627. }
  1628. div.songsBox div.actionlinks:first-child a:first-child{
  1629. display: none;
  1630. }
  1631. div.songsBox div.actionlinks a:hover{
  1632. background: #000;
  1633. color: #fff;
  1634. border-color: #000;
  1635. }
  1636. div.songsBox div.actionlinks a:before,
  1637. div.songsBox div.actionlinks a:after,
  1638. div.songsBox a.songtitle:before,
  1639. div.songsBox a.songtitle:after{
  1640. content: no-close-quote;
  1641. display: none;
  1642. }
  1643. a.songtitle:link,
  1644. a.songtitle{
  1645. color: #545454;
  1646. font-size: 16px;
  1647. -webkit-transition: all 0.3s ease;
  1648. -moz-transition: all 0.3s ease;
  1649. -ms-transition: all 0.3s ease;
  1650. -o-transition: all 0.3s ease;
  1651. transition: all 0.3s ease;
  1652. margin-bottom:10px;
  1653. }
  1654.  
  1655. a.songtitle:link:hover,
  1656. a.songtitle:hover{
  1657. color: #649E1B;
  1658. }
  1659. div.mainTable div.mainContent div.newsBox {
  1660. background: transparent;
  1661. color: #1d1d1d;
  1662. border: 0;
  1663. margin: -15px auto 0 auto;
  1664. padding: 0;
  1665. width: 100%;
  1666. padding: 0;
  1667. line-height: 1;
  1668. }
  1669.  
  1670. #scrollTop {
  1671. display: block;
  1672. position: fixed;
  1673. bottom: 0px;
  1674. right: 10px;
  1675. background: rgba(0, 0, 0, .55);
  1676. color: #fff;
  1677. height: 40px;
  1678. width: 40px;
  1679. line-height: 40px;
  1680. text-align: center;
  1681. cursor: pointer;
  1682.  
  1683. -webkit-transition: all 0.6s linear;
  1684. -moz-transition: all 0.6s linear;
  1685. -ms-transition: all 0.6s linear;
  1686. -o-transition: all 0.6s linear;
  1687. transition: all 0.6s linear;
  1688. }
  1689.  
  1690. #scrollTop.scrollVisible{
  1691. bottom: 60px;
  1692.  
  1693. }
  1694.  
  1695. #scrollTop:hover {
  1696. background: #649E1B;
  1697. color: #fff;
  1698. }
  1699.  
  1700. #scrollTop i {
  1701. line-height: 40px;
  1702.  
  1703. }
  1704.  
  1705. select, input, option {
  1706. line-height: normal;
  1707. }
  1708.  
  1709. div.mainTable div.mainContent div.newsBox span {
  1710. display: none;
  1711. }
  1712.  
  1713. div.mainTable div.mainContent div.newsBox #OBNEWS {
  1714. width: 1006px;
  1715. margin: 0 auto;
  1716. background: transparent;
  1717. color: #FFF;
  1718. text-align: center;
  1719. padding: 10px 0;
  1720. }
  1721.  
  1722. div.mainTable div.mainContent div.newsBox #OBNEWS br {
  1723. display: none;
  1724. }
  1725.  
  1726. div.mainTable div.mainContent div.newsBox #OBNEWS h2 {
  1727. font-size: 20px;
  1728. text-transform: uppercase;
  1729. color: #F87440;
  1730. text-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  1731. }
  1732.  
  1733. div.mainTable div.mainContent div.newsBox #OBNEWS p {
  1734. font-size: 14px;
  1735. color: #FFF;
  1736. text-transform: capitalize;
  1737. margin: 20px;
  1738. border-radius: 20px;
  1739. -webkit-border-radius: 20px;
  1740. -moz-border-radius: 20px;
  1741. text-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  1742. }
  1743.  
  1744. div.contHeadline {
  1745. display: none;
  1746. }
  1747.  
  1748. div.mainContent div.contInterview {
  1749. padding: 0;
  1750. }
  1751.  
  1752. div.pageFooter {
  1753. display: none;
  1754. }
  1755.  
  1756. div.pageturner {
  1757. background: #222;
  1758. color: #ccc;
  1759. border: none;
  1760. text-align: right;
  1761. padding: 0 15px;
  1762. font-size: 10px !important;
  1763. text-transform: uppercase;
  1764. font-weight: normal;
  1765. width: 960px;
  1766. margin: 0 auto;
  1767. line-height: 40px;
  1768. height: 40px;
  1769. position: relative;
  1770.  
  1771. -webkit-user-select: none; /* Chrome all / Safari all */
  1772. -moz-user-select: none; /* Firefox all */
  1773. -ms-user-select: none; /* IE 10 */
  1774. }
  1775.  
  1776. #topSection,#bottomSection{
  1777. -webkit-user-select: none; /* Chrome all / Safari all */
  1778. -moz-user-select: none; /* Firefox all */
  1779. -ms-user-select: none; /* IE 10 */
  1780. }
  1781.  
  1782. div.pageturner span.nonactive {
  1783. color: #777;
  1784. background: transparent;
  1785. cursor:default;
  1786. }
  1787. div.pageturner span.nonactive:hover {
  1788. color: #777;
  1789. background: transparent;
  1790. cursor:default;
  1791. }
  1792.  
  1793. div.pageturner a,
  1794. div.pageturner span {
  1795. font-size: 10px !important;
  1796. display:inline-block;
  1797. height: 26px;
  1798. min-width: 26px;
  1799. line-height: 26px;
  1800. padding: 0 5px;
  1801. margin: 7px 5px 0 0;
  1802. text-transform: uppercase;
  1803. float: left;
  1804. text-align: center;
  1805.  
  1806. -webkit-transition: all 0.3s ease;
  1807. -moz-transition: all 0.3s ease;
  1808. -ms-transition: all 0.3s ease;
  1809. -o-transition: all 0.3s ease;
  1810. transition: all 0.3s ease;
  1811.  
  1812. }
  1813.  
  1814. div.pageturner a{
  1815. font-weight: normal;
  1816. color: #ccc;
  1817. background: transparent;
  1818. cursor: pointer;
  1819. }
  1820. div.pageturner span {
  1821. background: #649E1B;
  1822. color: #fff;
  1823. cursor: default;
  1824. }
  1825.  
  1826. div.pageturner a:hover {
  1827. color: #fff;
  1828. /*background: #5f9619;*/
  1829. background: rgba(255, 255, 255, .15);
  1830. cursor: pointer;
  1831. text-decoration: none;
  1832. }
  1833.  
  1834. div.pageturner a:hover {
  1835.  
  1836. }
  1837.  
  1838. .Musicpages {
  1839. width: 1006px;
  1840. margin: 20px auto 0 auto;
  1841. height: 40px;
  1842. line-height: 40px;
  1843. text-align: right;
  1844. }
  1845.  
  1846. .Musicpages a {
  1847. width: 100px;
  1848. height: 40px;
  1849. background: #F87440;
  1850. text-align: center;
  1851. line-height: 40px;
  1852. display: inline-block;
  1853. margin: 0 0 0 5px;
  1854. padding: 0;
  1855. }
  1856.  
  1857. .Musicpages a:hover {
  1858. cursor: pointer;
  1859. text-decoration: none;
  1860. color: #FFF;
  1861. }
  1862.  
  1863. .Musicpages a.actives {
  1864. background: #1d1d1d;
  1865. color: #888;
  1866. }
  1867.  
  1868. div#TB_window * {
  1869.  
  1870. }
  1871.  
  1872. #TB_window *, #TB_window *:before, #TB_window *:after {
  1873. -moz-box-sizing: border-box;
  1874. -webkit-box-sizing: border-box;
  1875. box-sizing: border-box;
  1876. overflow: hidden;
  1877. padding: 25px;
  1878. max-width: 100%;
  1879. max-height: 100%;
  1880. }
  1881.  
  1882. /**//*OWN*//**/
  1883. html {
  1884. box-sizing: border-box;
  1885. -webkit-box-sizing: border-box;
  1886. -moz-box-sizing: border-box;
  1887. text-rendering: geometricPrecision;
  1888. }
  1889.  
  1890. *, *:before, *:after {
  1891. box-sizing: inherit;
  1892. -webkit-box-sizing: inherit;
  1893. -moz-box-sizing: inherit;
  1894. -webkit-text-size-adjust: 100%;
  1895. }
  1896.  
  1897. div, ul, li, span, b, strong, button, form, input, select, textarea, option, tr, td, th, table {
  1898. font-family: Lato, arial;
  1899.  
  1900. -webkit-font-smoothing: antialiased;
  1901. -moz-osx-font-smoothing: grayscale;
  1902.  
  1903. }
  1904.  
  1905. body {
  1906. background: #fafafa;
  1907. margin: 0;
  1908. padding: 0;
  1909. overflow-y: scroll;
  1910. font-size: 14px;
  1911.  
  1912. }
  1913.  
  1914. html, body {
  1915.  
  1916. }
  1917.  
  1918. .mainTable {
  1919. min-height: 100%;
  1920. width: 100%;
  1921. height: auto !important;
  1922. float: none;
  1923.  
  1924. margin: 0 auto;
  1925. }
  1926.  
  1927.  
  1928. div.songsBox div.topSong {
  1929. float:left;
  1930. text-align: left;
  1931. color: rgba(105, 155, 0, 1);
  1932. font-weight: bold;
  1933. font-size: 11px;
  1934. text-transform: capitalize;
  1935. clear: both;
  1936. margin-top:5px;
  1937. }
  1938. #topSectionframa {
  1939. position: relative;
  1940. height: 70px;
  1941. width: 100%;
  1942. }
  1943.  
  1944. #topSection {
  1945. position: fixed;
  1946. top:0;
  1947. background:rgba(0, 0, 0, .99);
  1948. z-index: 99;
  1949. height: 70px;
  1950. min-width: 960px;
  1951. width: 100%;
  1952. white-space: nowrap;
  1953. -webkit-user-select: none; /* Chrome all / Safari all */
  1954. -moz-user-select: none; /* Firefox all */
  1955. -ms-user-select: none; /* IE 10 */
  1956.  
  1957. /* No support for these yet, use at own risk */
  1958. -o-user-select: none;
  1959. user-select: none;
  1960. }
  1961.  
  1962. #scbLogo {
  1963. position: relative;
  1964. float: left;
  1965. background: url(http://scarecrowbeats.com/soundclick/scbLogo.png) no-repeat;
  1966. height: 54px;
  1967. width: 57px;
  1968. margin: 8px 5px 0 8px;
  1969. }
  1970.  
  1971.  
  1972. #topRight{
  1973. float: right;
  1974. }
  1975.  
  1976. ul#socials {
  1977. float: left;
  1978. height: 70px;
  1979. margin: 0;
  1980. padding: 0;
  1981. overflow: hidden;
  1982. }
  1983.  
  1984. ul#socials li {
  1985. color: #fff;
  1986. margin: 10px 5px 0 5px;
  1987. padding: 0;
  1988. overflow: hidden;
  1989. float: left;
  1990. font-size: 16px;
  1991. height: 50px;
  1992. line-height: 50px;
  1993. cursor: pointer;
  1994. width: 50px;
  1995. text-align: center;
  1996. -webkit-transition: all 0.3s ease;
  1997. -moz-transition: all 0.3s ease;
  1998. -ms-transition: all 0.3s ease;
  1999. -o-transition: all 0.3s ease;
  2000. transition: all 0.3s ease;
  2001. display:block;
  2002. }
  2003.  
  2004. ul#socials li:hover {
  2005.  
  2006. }
  2007.  
  2008. ul#socials li:hover i {
  2009. font-size: 25px;
  2010. }
  2011.  
  2012. ul#socials li i {
  2013. font-size: 18px;
  2014. margin: 0;
  2015. padding: 0;
  2016. line-height: 50px;
  2017. -webkit-transition: all 0.3s ease;
  2018. -moz-transition: all 0.3s ease;
  2019. -ms-transition: all 0.3s ease;
  2020. -o-transition: all 0.3s ease;
  2021. transition: all 0.3s ease;
  2022. }
  2023. #myCart{
  2024. float:left;
  2025. width: 100px;
  2026. height: 70px;
  2027. background: #649E1B;
  2028. text-align: center;
  2029. cursor: pointer;
  2030. margin-left: 5px;
  2031. }
  2032. #myCart i{
  2033. line-height: 70px;
  2034. color: #fff;
  2035. font-size: 20px;
  2036. -webkit-transition: all 0.3s ease;
  2037. -moz-transition: all 0.3s ease;
  2038. -ms-transition: all 0.3s ease;
  2039. -o-transition: all 0.3s ease;
  2040. transition: all 0.3s ease;
  2041. }
  2042. #myCart:hover i{
  2043. font-size:27px;
  2044.  
  2045. }
  2046.  
  2047.  
  2048. #store form button:hover,
  2049. #sSubmit:hover,
  2050. #popupBoxComment input:hover,
  2051. #writeComment:hover{
  2052. background: #6EA923;
  2053. }
  2054. #midSection {
  2055. min-height: calc(100vh - 120px);
  2056. background: #fafafa;
  2057.  
  2058. }
  2059.  
  2060.  
  2061.  
  2062. #store form select option:disabled{
  2063. display: none;
  2064. }
  2065.  
  2066.  
  2067.  
  2068.  
  2069. #contentWrapper {
  2070. width: 100%;
  2071. margin: 0 auto;
  2072. }
  2073.  
  2074. #contentSection {
  2075. width: 100%;
  2076. margin: 0 auto;
  2077. padding: 25px 0;
  2078. background: url(http://scarecrowbeats.com/soundclick/bgPattern.png),
  2079. url(http://scarecrowbeats.com/soundclick/bannerBW.png) repeat, no-repeat top;
  2080. -webkit-background-size: 4px, cover;
  2081. -moz-background-size: 4px, cover;
  2082. -o-background-size: 4px, cover;
  2083. -ms-background-size: 4px, cover;
  2084. background-size: 4px, cover;
  2085. overflow:hidden;
  2086. background-color: #555;
  2087. z-index:55;
  2088. }
  2089.  
  2090. #playerHolder {
  2091. width: 960px;
  2092. margin: 0 auto;
  2093. z-index:55;
  2094. position:relative;
  2095. }
  2096.  
  2097. #objectHolder {
  2098. width: 620px;
  2099. height: 150px;
  2100. background: #363636;
  2101. float: left;
  2102.  
  2103. }
  2104.  
  2105. #objectHolder object {
  2106. /* filter: url(filters.svg#grayscale); */
  2107. filter: gray; /* IE6-9 */
  2108. filter: grayscale(100%); /* IE6-9 */
  2109. -webkit-filter: grayscale(1); /* Google Chrome, Safari 6 & Opera 15 */
  2110. -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6 & Opera 15 */
  2111. -moz-filter: grayscale(100%); /* Google Chrome, Safari 6 & Opera 15 */
  2112. background: url(http://scarecrowbeats.com/soundclick/bgPattern.png) repeat;
  2113.  
  2114. }
  2115.  
  2116. #store {
  2117. width: 300px;
  2118. float: right;
  2119. position: relative;
  2120.  
  2121. }
  2122.  
  2123. #store .formTitle {
  2124. text-align: right;
  2125. color: #fff;
  2126. font-size: 16px;
  2127. margin: 0 0 25px 0;
  2128. float: left;
  2129. width: 100%;
  2130. }
  2131.  
  2132. #store .formTitle span {
  2133. text-align:left;
  2134.  
  2135. padding: 0 0 0 10px;
  2136. display: inline-block;
  2137. float: right;
  2138. }
  2139.  
  2140. #store form {
  2141. width: 100%;
  2142. padding: 0;
  2143. margin: 0;
  2144. min-height: 150px;
  2145. }
  2146.  
  2147. #store form select {
  2148. background: #fff;
  2149. width: 100%;
  2150. padding: 5px;
  2151. font-size: 16px;
  2152. line-height: 1;
  2153. border: 0;
  2154. border-radius: 0;
  2155. -webkit-border-radius: 0;
  2156. -moz-border-radius: 0;
  2157. height: 40px;
  2158. -webkit-appearance: none;
  2159. color: #111;
  2160. font-size: 14px;
  2161. cursor: pointer;
  2162. }
  2163.  
  2164. #store form select option {
  2165. background: #fff;
  2166. color: #111;
  2167. padding: 0;
  2168. margin: 0;
  2169. font-size: 14px;
  2170. }
  2171.  
  2172. #store form button {
  2173. height: 40px;
  2174. width: 100%;
  2175. position: absolute;
  2176. bottom: 0;
  2177. left: 0;
  2178. background: #649E1B;
  2179. font-weight: bold;
  2180. font-size: 12px;
  2181. -webkit-appearance: button;
  2182. -moz-appearance: button;
  2183. appearance: button;
  2184. border: 0;
  2185. border-bottom: 0px solid rgba(255, 255, 255, .5);
  2186. border-radius: 0;
  2187. z-index:55;
  2188. color: #fff;
  2189. text-transform: uppercase;
  2190. -webkit-transition: all 0.3s ease;
  2191. -moz-transition: all 0.3s ease;
  2192. -ms-transition: all 0.3s ease;
  2193. -o-transition: all 0.3s ease;
  2194. transition: all 0.3s ease;
  2195. line-height: 1;
  2196. text-align: center;
  2197. cursor: pointer;
  2198. }
  2199. #store form button i{
  2200. margin: 0 5px;
  2201. font-size: 16px;
  2202. }
  2203.  
  2204. #store form input:hover {
  2205. border-bottom: 0;
  2206. cursor: pointer;
  2207. }
  2208.  
  2209. #store form :active,
  2210. #store form :focus,
  2211. #store form select:active,
  2212. #store form select:focus,
  2213. #store form select option:active,
  2214. #store form select option:focus {
  2215. outline: 0;
  2216. }
  2217.  
  2218. #playerHolder .error {
  2219. display: none;
  2220. position: relative;
  2221. width: 100%;
  2222. background: red;
  2223. color: #fff;
  2224. height: 30px;
  2225. padding: 5px 0;
  2226. text-align: center;
  2227. }
  2228.  
  2229. #playerHolder .error:before{
  2230. content: no-close-quote;
  2231. border-right: 10px solid transparent;
  2232. border-bottom: 10px solid red;
  2233. border-left: 10px solid transparent;
  2234. position: absolute;
  2235. top: -10px;
  2236. left:20px;
  2237. }
  2238. #playerHolder .error .errorClose {
  2239. position: relative;
  2240. float: right;
  2241. margin-right: 5px;
  2242. }
  2243.  
  2244. #rightsWrapper {
  2245. width: 100%;
  2246. margin: 0 auto;
  2247. font-family: Lato, arial;
  2248. position:relative;
  2249. clear: both;
  2250. overflow:hidden;
  2251. background: #fff;
  2252. min-height: calc(100vh - 320px);
  2253. z-index:2;
  2254. }
  2255.  
  2256. #rightsWrapper:before{
  2257. content: no-close-quote;
  2258. position:absolute;
  2259. top:-250px;
  2260. left:-250px;
  2261. height:500px;
  2262. width: 500px;
  2263. background: #fafafa;
  2264. -ms-transform: rotate(45deg); /* IE 9 */
  2265. -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  2266. transform: rotate(45deg);
  2267. z-index:-1;
  2268. }
  2269. #rightsWrapper:after{
  2270. content: no-close-quote;
  2271. position:absolute;
  2272. bottom:-250px;
  2273. right:-250px;
  2274. height:500px;
  2275. width: 500px;
  2276. background: #fafafa;
  2277. -ms-transform: rotate(45deg); /* IE 9 */
  2278. -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  2279. transform: rotate(45deg);
  2280. z-index:-1;
  2281. }
  2282.  
  2283. #rightsWrapper .pageTitle,
  2284. div.commentsWelcome .pageTitle{
  2285. color: #ccc;
  2286. font-size: 26px;
  2287. text-align: center;
  2288. padding-bottom: 60px;
  2289. }
  2290.  
  2291. div.commentsWelcome .pageTitle{
  2292. padding-bottom:30px;
  2293. }
  2294.  
  2295. #rightsWrapper .pageTitle span,
  2296. div.commentsWelcome .pageTitle span{
  2297. float:none;
  2298. }
  2299. #rightsInner{
  2300. width: 960px;
  2301. margin: 0 auto;
  2302. clear: both;
  2303. padding: 60px 0;
  2304. background: #fff;
  2305. }
  2306.  
  2307. .pageTitle {
  2308. color: #ccc;
  2309. font-size: 16px;
  2310. text-transform: uppercase;
  2311. margin: 25px 0;
  2312. font-weight: normal;
  2313. width: 100%;
  2314. float: left;
  2315. }
  2316.  
  2317. .pageTitle.last{
  2318. color: #ccc;
  2319. font-size: 26px;
  2320. text-align: center;
  2321.  
  2322. padding: 60px 0;
  2323. }
  2324.  
  2325. .pageTitle.last span{
  2326. float:none;
  2327. }
  2328.  
  2329. .pageTitle.cWidth{
  2330. width: 960px;
  2331. margin: 0 auto;
  2332. clear: both;
  2333. float: none;
  2334. }
  2335.  
  2336. .pageTitle .cColor{
  2337.  
  2338.  
  2339. }
  2340. .pageTitle span {
  2341.  
  2342. padding: 0 10px 0 0;
  2343. float: left;
  2344. display: inline-block;
  2345. }
  2346.  
  2347. .bgPattern {
  2348. background: url(http://scarecrowbeats.com/soundclick/bgPattern.png) repeat;
  2349. }
  2350.  
  2351. .rightsBlock {
  2352. width: 280px;
  2353. float: left;
  2354. position: relative;
  2355. font-weight: normal;
  2356. }
  2357.  
  2358. .rightsBlock#rRegular,
  2359. .rightsBlock#rPremium {
  2360. margin-right: 60px;
  2361. }
  2362.  
  2363. .rightsCircle {
  2364. border-radius: 50%;
  2365. -webkit-border-radius: 50%;
  2366. -moz-border-radius: 50%;
  2367.  
  2368. margin: 0 auto 20px auto;
  2369. width: 100px;
  2370. height: 100px;
  2371. line-height: 100px;
  2372. text-align: center;
  2373. color: #aaa;
  2374. font-size: 26px;
  2375. font-weight: bold;
  2376. font-family: Lato, arial;
  2377. position: relative;
  2378.  
  2379.  
  2380. }
  2381.  
  2382. #circleR {
  2383. border: 4px solid #aaa;
  2384. line-height: 92px;
  2385. }
  2386.  
  2387. #circleP {
  2388.  
  2389. border: 4px solid #8DC04D;
  2390. line-height: 92px;
  2391. color: #8DC04D;
  2392. }
  2393.  
  2394. #circleU {
  2395. background-color: #649E1B;
  2396. color:#fff;
  2397. }
  2398.  
  2399. .shine {
  2400.  
  2401.  
  2402. box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.075), inset -1px -1px 1px rgba(0, 0, 0, 0.075), 50px 50px 0px -30px rgba(255, 255, 255, 0.15) inset;
  2403. -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.075), inset -1px -1px 1px rgba(0, 0, 0, 0.075), 50px 50px 0px -30px rgba(255, 255, 255, 0.15) inset;
  2404. -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.075), inset -1px -1px 1px rgba(0, 0, 0, 0.075), 50px 50px 0px -30px rgba(255, 255, 255, 0.15) inset;
  2405.  
  2406.  
  2407. }
  2408.  
  2409. .rightsSep {
  2410. width: 100%;
  2411. clear: both;
  2412. height: 5px;
  2413. background: #999;
  2414. margin: 20px 0;
  2415. display: none;
  2416. }
  2417.  
  2418. .rightsTitle {
  2419. text-align: center;
  2420. font-size: 16px;
  2421. font-weight: bold;
  2422. color: #aaa;
  2423. font-family: Lato, arial;
  2424. clear: both;
  2425. letter-spacing: .1pt;
  2426. height: 30px;
  2427. line-height: 30px;
  2428. border: 2px solid #aaa;
  2429. box-sizing:content-box;
  2430. border-radius: 10px;
  2431. -webkit-border-radius: 10px;
  2432. -moz-border-radius: 10px;
  2433. }
  2434.  
  2435. ul.rightsInfo {
  2436. clear: both;
  2437. margin-top: 20px;
  2438. max-width: 100%;
  2439. padding-top: 0;
  2440. padding-bottom: 0;
  2441. }
  2442.  
  2443. ul.rightsInfo li {
  2444. margin: 10px 0;
  2445. padding: 0;
  2446. font-size: 14px;
  2447. text-align: justify;
  2448. line-height: 1.3em;
  2449. text-transform: capitalize;
  2450. color: #363636;
  2451. letter-spacing: .1pt;
  2452. display: block;
  2453. }
  2454.  
  2455. ul.rightsInfo li:last-child{
  2456. margin: 10px 0 0 0;
  2457. text-transform: uppercase;
  2458. font-weight: bold;
  2459. }
  2460.  
  2461.  
  2462.  
  2463. ul.rightsInfo li span {
  2464. font-weight: bold;
  2465. color: #4C8800;
  2466. }
  2467.  
  2468. li.lineThru{
  2469.  
  2470. text-decoration: line-through;
  2471. color: #999 !important;
  2472. }
  2473.  
  2474. .clear {
  2475. float: none;
  2476. clear: both;
  2477. }
  2478.  
  2479. #rightsPackage {
  2480. display: none;
  2481. width: 100%;
  2482. margin: 0 auto 25px auto;
  2483. text-align: center;
  2484. background: #000 ;
  2485. color: #ccc;
  2486. border: 3px solid #ffb11d;
  2487. padding: 10px 0;
  2488. font-family: Lato, arial;
  2489. letter-spacing: .1pt;
  2490. font-size: 14px;
  2491. }
  2492.  
  2493. #rightsPackage span {
  2494. font-weight: bold;
  2495. color: #fff;
  2496. }
  2497.  
  2498. #rightsPackage b {
  2499. color: #ffb11d;
  2500. font-weight: bold;
  2501. }
  2502.  
  2503. #bottomSectionFrama,
  2504. #bottomSection {
  2505. height: 50px;
  2506. width: 100%;
  2507. }
  2508.  
  2509. #bottomSectionFrama {
  2510. position: relative;
  2511. height: 15px;
  2512. }
  2513.  
  2514. #bottomSection {
  2515. position: fixed;
  2516. background:rgba(0, 0, 0, .99);
  2517. bottom: 0;
  2518. z-index: 99;
  2519. width: 100%;
  2520. min-width: 960px;
  2521. white-space: nowrap;
  2522. -webkit-user-select: none; /* Chrome all / Safari all */
  2523. -moz-user-select: none; /* Firefox all */
  2524. -ms-user-select: none; /* IE 10 */
  2525.  
  2526. /* No support for these yet, use at own risk */
  2527. -o-user-select: none;
  2528. user-select: none;
  2529.  
  2530. }
  2531. #botLeft{
  2532. float: left;
  2533. position:relative;
  2534. }
  2535.  
  2536.  
  2537. #siteStats {
  2538. float: left;
  2539. lin-height: 50px;
  2540. color: #eee;
  2541. font-size: 10px;
  2542. text-transform: uppercase;
  2543. height: 50px;
  2544. line-height:50px;
  2545. padding: 0;
  2546. margin-left: 10px;
  2547. letter-spacing: .1pt;
  2548. max-width:0px;
  2549. overflow: hidden;
  2550. -webkit-transition: all 1s ease-in;
  2551. -moz-transition: all 1s ease-in;
  2552. -ms-transition: all 1s ease-in;
  2553. -o-transition: all 1s ease-in;
  2554. transition: all 1s ease-in;
  2555. white-space:nowrap;
  2556. }
  2557. #siteStats i{
  2558. color: #969696;
  2559. margin-right: 2 px;
  2560. font-size: 14px;
  2561. top:.1em;
  2562. position: relative;
  2563. }
  2564. #siteStats.statsVisible{
  2565. max-width: 100%;
  2566.  
  2567. }
  2568.  
  2569.  
  2570.  
  2571. .statsBR {
  2572. margin: 0 5px;
  2573. }
  2574.  
  2575. .botSep{
  2576. float:left;
  2577. line-height: 50px;
  2578. margin: 0 20px;
  2579. }
  2580.  
  2581. #siteCredits {
  2582.  
  2583. float: left;
  2584. lin-height: 30px;
  2585. color: #ccc;
  2586. font-size: 10px;
  2587. text-transform: uppercase;
  2588. height: 30px;
  2589. padding: 0;
  2590. margin: 10px 10px 0 0;
  2591. letter-spacing: .1pt;
  2592. -webkit-transition: all 0.3s ease;
  2593. -moz-transition: all 0.3s ease;
  2594. -ms-transition: all 0.3s ease;
  2595. -o-transition: all 0.3s ease;
  2596. transition: all 0.3s ease;
  2597. }
  2598.  
  2599. #siteCredits span {
  2600. line-height: 30px;
  2601. }
  2602.  
  2603. #siteCredits:hover {
  2604.  
  2605. }
  2606.  
  2607. #botRight{
  2608. float: right;
  2609. height:100%;
  2610. }
  2611. #mailingList{
  2612. height: 100%;
  2613. float:left;
  2614. display:none;
  2615. overflow: hidden;
  2616. -webkit-transition: all 1s ease-in;
  2617. -moz-transition: all 1s ease-in;
  2618. -ms-transition: all 1s ease-in;
  2619. -o-transition: all 1s ease-in;
  2620. transition: all 1s ease-in;
  2621. padding: 0 10px;
  2622. position: relative;
  2623. }
  2624. #mailingList.statsVisible{
  2625. cursor: pointer;
  2626. }
  2627. #mailingListSucces{
  2628.  
  2629. color: #649E1B;
  2630. line-height: 50px;
  2631. position: relative;
  2632. margin: 0 10px;
  2633. cursor: pointer;
  2634.  
  2635. }
  2636. #mailingListTitle{
  2637. line-height: 50px;
  2638. color: #649E1B;
  2639. margin: 0 10px;
  2640. position: relative;
  2641. cursor:pointer;
  2642. float:left;
  2643. }
  2644. #mailingListTitle i,
  2645. #mailingListSucces i{
  2646. font-size: 20px;
  2647. color: #649E1B;
  2648. position: relative;
  2649. }
  2650.  
  2651. i#heart{
  2652. position: absolute;
  2653.  
  2654. left: 0;
  2655. top: 0;
  2656. opacity: 0;
  2657. -webkit-transition: all 0.3s ease;
  2658. -moz-transition: all 0.3s ease;
  2659. -ms-transition: all 0.3s ease;
  2660. -o-transition: all 0.3s ease;
  2661. transition: all 0.3s ease;
  2662.  
  2663.  
  2664. }
  2665.  
  2666. #mailingList:hover #heart{
  2667. opacity:1;
  2668. }
  2669. #mailingListTitle span,
  2670. #mailingListSucces span{
  2671. font-size: 20px;
  2672. color: #649E1B;
  2673. margin-left: 2px;
  2674. }
  2675. form#scbForm{
  2676. padding-top: 10px;
  2677. float:left;
  2678. width: 300px;
  2679. display:none;
  2680. }
  2681.  
  2682. form#scbSearch input:disabled{
  2683. opacity:.5;
  2684. }
  2685.  
  2686. form#scbSearch input:disabled:hover,
  2687. form#scbSearch input:disabled:focus,
  2688. form#scbSearch input:disabled:active{
  2689. cursor: default;
  2690. color: ccc;
  2691. }
  2692. form#scbForm #sEmail{
  2693. height: 30px;
  2694. width:75%;
  2695. background:rgb(1,1,1);
  2696. border: 1px solid #649E1B;
  2697. float:left;
  2698. padding: 0 10px;
  2699. font-size: 14px;
  2700. color: #fff;
  2701. letter-spacing:.1pt;
  2702. line-height: 1;
  2703. }
  2704. input#sSubmit{
  2705. width: 25%;
  2706. float:left;
  2707. height: 30px;
  2708. -webkit-appearance: button;
  2709. -moz-appearance: button;
  2710. appearance: button;
  2711. position: relative;
  2712. margin: 0;
  2713. padding: 0;
  2714. text-transform: uppercase;
  2715. background: #649E1B;
  2716. color: #fff;
  2717. border: 0;
  2718. cursor: pointer;
  2719. font-size: 12px;
  2720. }
  2721.  
  2722. .mailing_error{
  2723. display: none;
  2724. line-height: 50px;
  2725. float: left;
  2726. color: #c55038;
  2727. }
  2728. input#sSubmit:active,
  2729. input#sSubmit:focus,
  2730. #sEmail:active,
  2731. #sEmail:focus{
  2732. outline:0;
  2733. }
  2734.  
  2735. .overLay{
  2736. position:absolute;
  2737. left:0;
  2738. top:0;
  2739. right:0;
  2740. bottom:0;
  2741. background: rgba(0, 0, 0, .77);
  2742. width: 100%;
  2743. height: 100%;
  2744. text-align: center;
  2745. display: none;
  2746. z-index:150;
  2747. border-radius: 4px 4px 0 0;
  2748. -webkit-border-radius: 4px 4px 0 0;
  2749. -moz-border-radius: 4px 4px 0 0;
  2750. }
  2751.  
  2752. .overLayClose{
  2753. position:absolute;
  2754. left:0;
  2755. top:0;
  2756. right:0;
  2757. bottom:0;
  2758. background: transparent;
  2759. width: 100%;
  2760. height: 100%;
  2761.  
  2762. }
  2763.  
  2764. div.overLayM{
  2765. position:fixed;
  2766. left:0;
  2767. top:0;
  2768. right:0;
  2769. bottom:0;
  2770. background: rgba(55, 62, 68, .75);
  2771. width: 100%;
  2772. height: 100%;
  2773. text-align: center;
  2774. display: none;
  2775. z-index:150;
  2776.  
  2777. }
  2778. .overLay i{
  2779. line-height: 40px;
  2780. height: 40px;
  2781. width: 40px;
  2782. text-align: center;
  2783. position: absolute;
  2784. top: 50%;
  2785. left: 50%;
  2786. margin: -20px 0 0 -20px;
  2787. font-size: 18px;
  2788. color: #fff;
  2789. }
  2790.  
  2791. .overlayTable {
  2792. position: fixed;
  2793. top: 0;
  2794. left: 0;
  2795. bottom: 0;
  2796. right: 0;
  2797. width: 100%;
  2798. height: 100%;
  2799. vertical-align: middle;
  2800. background: transparent;
  2801. display: table;
  2802. z-index: 100;
  2803. }
  2804.  
  2805. .overlayInner {
  2806. display: table-cell;
  2807. vertical-align: middle;
  2808. text-align: center;
  2809. }
  2810.  
  2811. .popupBox {
  2812. margin-bottom: 50px;
  2813. position: relative;
  2814. display: inline-block;
  2815. background: #fafafa;
  2816. padding: 25px;
  2817. max-width: 400px;
  2818. min-width: 333px;
  2819. font-size:14px;
  2820. -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  2821. -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  2822. box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
  2823. color: #363636;
  2824.  
  2825. }
  2826.  
  2827. svg{display:none}
  2828.  
  2829. #resultsWrapper{
  2830. clear: both;
  2831. display: none;
  2832. margin: 0 0 100px 0;
  2833. }
  2834. .headLine{
  2835. color: #649E1B;
  2836. padding: 0;
  2837. margin: 0 0 20px 0;
  2838. }
  2839.  
  2840. #playlist-search{
  2841. width: 960px;
  2842. margin: 0 auto 10px auto;
  2843.  
  2844. }
  2845.  
  2846.  
  2847. #playlist-searchInner{
  2848. float: right;
  2849. }
  2850.  
  2851. #playlist-searchInner label{
  2852. font-size: 14px;
  2853. color: #363636;
  2854. float:left;
  2855. line-height: 40px;
  2856. margin: 0 5px;
  2857. display: none;
  2858. }
  2859.  
  2860. input#scb-search{
  2861. height: 40px;
  2862. width: 220px;
  2863. background:#fff;
  2864. border: 0;
  2865. float:left;
  2866. line-height: 1;
  2867. padding: 0 5px;
  2868. font-size: 16px;
  2869. color: #ccc;
  2870. vertical-align:top;
  2871. }
  2872.  
  2873. input#scb-search::-webkit-search-cancel-button{
  2874. display: none;
  2875. }
  2876. input#scb-search:hover{
  2877. color: #aaa;
  2878. }
  2879.  
  2880. input#scb-search:focus,
  2881. input#scb-search:active{
  2882. outline:none;
  2883. color: #363636;
  2884. }
  2885.  
  2886.  
  2887. form#scbSearch{
  2888. display: inline-block;
  2889. border: 1px solid #aaa;
  2890. border-radius: 0;
  2891. -webkit-border-radius: 0;
  2892. -moz-border-radius: 0;
  2893. overflow: hidden;
  2894. }
  2895.  
  2896. #submitWrapper{
  2897. float:left;
  2898. position: relative;
  2899. }
  2900.  
  2901. button#scbSubmit{
  2902.  
  2903. padding: 0;
  2904. margin: 0;
  2905.  
  2906. -webkit-appearance: button;
  2907. -moz-appearance: button;
  2908. appearance: button;
  2909. border:0;
  2910. cursor: pointer;
  2911.  
  2912. width: 36px;
  2913. height: 36px;
  2914. background: #aaa;
  2915. color: #fff;
  2916. font-size: 18px;
  2917.  
  2918. line-height: 36px;
  2919. text-align: center;
  2920.  
  2921.  
  2922. margin: 2px 2px 0 0;
  2923. border-radius:0;
  2924. -webkit-border-radius: 0;
  2925. -moz-border-radius: 0;
  2926. }
  2927.  
  2928. button#scbSubmit:hover{
  2929. background:#000;
  2930. }
  2931. input#scbSubmit:hover{
  2932. cursor: pointer;
  2933. }
  2934.  
  2935. button#scbSubmit:active,
  2936. button#scbSubmit:focus{
  2937. outline:0;
  2938. }
  2939.  
  2940. ::-moz-selection { /* Code for Firefox */
  2941. color: #fff;
  2942. background: #EA6144;
  2943. }
  2944.  
  2945. ::selection {
  2946. color: #fff;
  2947. background: #EA6144;
  2948. }
  2949.  
  2950.  
  2951.  
  2952.  
  2953.  
  2954.  
  2955.  
  2956.  
  2957.  
  2958.  
  2959.  
  2960.  
  2961.  
  2962.  
  2963.  
  2964.  
  2965.  
  2966.  
  2967.  
  2968.  
  2969.  
  2970.  
  2971.  
  2972.  
  2973.  
  2974.  
  2975.  
  2976.  
  2977.  
  2978.  
  2979.  
  2980.  
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988.  
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022.  
  3023.  
  3024.  
  3025.  
  3026.  
  3027. <!-- Quantcast Tag -->
  3028. <script type="text/javascript">
  3029. var _qevents = _qevents || [];
  3030.  
  3031. (function() {
  3032. var elem = document.createElement('script');
  3033. elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
  3034. elem.async = true;
  3035. elem.type = "text/javascript";
  3036. var scpt = document.getElementsByTagName('script')[0];
  3037. scpt.parentNode.insertBefore(elem, scpt);
  3038. })();
  3039.  
  3040. _qevents.push({
  3041. qacct:"p-23XeoURjgKGF2"
  3042. });
  3043. </script>
  3044.  
  3045. <noscript>
  3046. <div style="display:none;">
  3047. <img src="//pixel.quantserve.com/pixel/p-23XeoURjgKGF2.gif" border="0" height="1" width="1" alt="Quantcast"/>
  3048. </div>
  3049. </noscript>
  3050. <!-- End Quantcast tag --> </code>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement