Advertisement
Guest User

css 2

a guest
Jan 2nd, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.78 KB | None | 0 0
  1. .prj-button:hover {text-decoration: none; color: #fff;}
  2.  
  3. .prj-button{
  4. display:inline-block;
  5. font-family:"Interstate Light",helvetica,Arial,Sans-Serif;
  6. font-style:normal;
  7. font-weight:normal;
  8. text-decoration:none;
  9. text-align:center;
  10. -webkit-border-radius:3px;
  11. -moz-border-radius:3px;
  12. -o-border-radius: 3px;
  13. border-radius:3px;
  14. font-size: 14px;
  15. padding:10px 20px;
  16. cursor:pointer;
  17. -webkit-box-sizing: border-box;
  18. -moz-box-sizing: border-box;
  19. box-sizing: border-box;
  20. color: #fff;
  21. }
  22. .prj-button-small{padding: 2px 7px}
  23. .prj-button-dlg{padding: 4px;}
  24. .prj-button-full{width: 625px;}
  25.  
  26. .prj-button-red {
  27. background-color: #d73d32;
  28. border: 1px solid #bd3d2a;
  29. color: #fff;
  30. text-shadow: 0 1px 0px rgba(0,0,0,0.15);
  31. border-width: 1px 1px 3px !important;
  32. border-style: solid;
  33. background-color: #d73d32;
  34. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  35. box-shadow: 0 1px 0 rgba(0,0,0,.05);
  36. }
  37.  
  38. .prj-button-red:hover {
  39. text-decoration: none;
  40. -webkit-box-shadow:inset 0 -1px 0 #bd3d2a;
  41. box-shadow:inset 0 -1px 0 #bd3d2a;
  42. background-color:#e74b37;
  43. border:1px solid #bd3d2a;
  44. border-bottom-color:#bd3d2a;
  45. }
  46.  
  47. .prj-button-vk {
  48. background-color: #4E729A;
  49. border: 1px solid #466588;
  50. border-width: 1px 1px 3px !important;
  51. border-style: solid;
  52. border-color: #466588;
  53. }
  54.  
  55. .prj-button-tw {
  56. background-color: #00b4f2;
  57. border: 1px solid #049DD1;
  58. border-width: 1px 1px 3px !important;
  59. border-style: solid;
  60. border-color: #049DD1;
  61. }
  62.  
  63. .prj-button-fb {
  64. background-color: #3b5998;
  65. border: 1px solid #344D80;
  66. border-width: 1px 1px 3px !important;
  67. border-style: solid;
  68. border-color: #344D80;
  69. }
  70.  
  71. .prj-button-vk:hover, .prj-button-tw:hover, .prj-button-fb:hover {
  72. opacity: 0.9;
  73. }
  74.  
  75. .prj-button-white {
  76. background-color: #fff;
  77. border: 1px solid #e5e5e5;
  78. color: #737373;
  79. border-width: 1px 1px 2px !important;
  80. border-style: solid;
  81. border-color: #d8d8d8;
  82. }
  83.  
  84. .prj-button-white:hover {
  85. color: #404040;
  86. border: 1px solid #c8c8c8;
  87. }
  88.  
  89. .prj-button-orange{
  90. font-weight: bold;
  91. background-color: #fce359;
  92. background-image: -webkit-linear-gradient(#fce359, #fed231);
  93. background-image: linear-gradient(#fce359, #fed231);
  94. border: 1px solid #e5b50f;
  95. color: #393c3d;
  96. text-shadow: 0 1px 0 rgba(255,255,255,0.32);
  97. box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11),inset 0 0 1px 1px rgba(255,255,255,0.12);
  98. }
  99. .prj-button-orange:hover{
  100. border-color:#e7ba0e;
  101. color: #393c3d;
  102. background-color:#fde861;
  103. background-image:-webkit-linear-gradient(#fde861, #fedb33);
  104. background-image:linear-gradient(#fde861, #fedb33);
  105. }
  106. .prj-button-orange:active{
  107. border-color:#eac533;
  108. border-bottom-color:#ecca45;
  109. box-shadow:inset 0 0 1px 1px rgba(0,0,0,0.04),inset 0 1px 1px 0 rgba(0,0,0,0.06);
  110. }
  111.  
  112. .prj-button-blue{
  113. text-overflow: ellipsis;
  114. text-shadow: 0 1px 0px rgba(0,0,0,0.15);
  115. border-width: 1px 1px 3px !important;
  116. border-style: solid;
  117. border-color: #3079ed;
  118. border: 1px solid #3079ed;
  119. background-color: #4787ed;
  120. text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  121. box-shadow: 0 1px 2px 0 rgba(0,0,0,0.18),inset 0 0 1px 1px rgba(255,255,255,0.09);
  122. }
  123.  
  124. .prj-button-blue:hover{
  125. color: #fff;
  126. background-color: #4d90fe;
  127.  
  128. }
  129. .prj-button-blue:active{
  130. background-color: #357ae8;
  131. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  132. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  133. }
  134. .prj-button-green {
  135. background: #64ce83;
  136. cursor: pointer;
  137. text-shadow: 0 1px 0px rgba(0,0,0,0.15);
  138. border-width: 1px 1px 3px !important;
  139. border-style: solid;
  140. border-color: #3dc264;
  141. white-space: nowrap;
  142. text-overflow: ellipsis;
  143. }
  144.  
  145. .prj-button-green:hover{
  146. background:#4fca74 !important;
  147. border-color:#35b15a !important;
  148. text-decoration: none;
  149. color: #fff;
  150. }
  151.  
  152. .prj-button-green:active{
  153. text-decoration:none;
  154. color:#fff;
  155. background-color:#3dc264;
  156. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  157. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  158. }
  159.  
  160. #loginform button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}
  161.  
  162. #loginform input[type="text"]:focus, #loginform input[type="password"]:focus {
  163. border: 1px solid #C4CDE0 !important
  164. }
  165.  
  166. #loginform input[type="text"], #loginform input[type="password"] {
  167. color:#868f95;
  168. font-family:Helvetica,Arial,sans-serif;
  169. border: 1px solid #ddd;
  170. -webkit-appearance: none !important;
  171. color: #333333;
  172. outline: 0;
  173. height: 20px;
  174. padding: 6px 6px !important;
  175. line-height: 20px;
  176. font-size: 14px;
  177. font-weight: normal;
  178. vertical-align: top;
  179. background-color: #ffffff;
  180. background-image: none !important;
  181. filter: none !important;
  182. -webkit-box-shadow: none !important;
  183. -moz-box-shadow: none !important;
  184. box-shadow: none !important;
  185. -webkit-border-radius: 0px;
  186. -moz-border-radius: 0px;
  187. border-radius: 0px;
  188. }
  189. #loginform textarea{color:#868f95;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd;padding:5px;margin-right:10px;margin-top: 10px;}
  190. #loginform input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px}
  191. #loginform select{width: 223px; padding: 5px;border:1px solid #ddd;}
  192. #loginform .captcha{float: left;margin-top: 0px;margin-left: 5px;}
  193.  
  194. input[type=checkbox],input[type=radio]{
  195. width:auto;
  196. height:auto;
  197. padding:0;
  198. margin:3px 0;
  199. line-height:normal;
  200. border:0;
  201. background-color:transparent;
  202. cursor:pointer
  203. }
  204.  
  205. .dropdown-bordered li a {
  206. border-bottom: 1px solid #eee;
  207. }
  208.  
  209.  
  210. html,body,#doc,#page-outer{
  211. display: block;
  212. }
  213.  
  214. body{
  215. padding:0;
  216. margin:0;
  217. font-size:14px;
  218. line-height:18px;
  219. color:#222;
  220. background-color:#fff;
  221. overflow: auto;
  222. overflow-y: scroll;
  223. }
  224.  
  225. body,label,input,textarea,select,button{
  226. font-family:tahoma, arial, verdana, sans-serif, Lucida Sans;
  227. }
  228.  
  229. /*a {
  230. color:#3b5998;
  231. text-decoration:none
  232. }*/
  233.  
  234. a {
  235. color: #3081A3;
  236. text-decoration:none;
  237. cursor: pointer;
  238. }
  239.  
  240. a:focus{outline:0}
  241. a:hover {
  242. color: #007ab6;
  243. text-decoration:underline
  244. }
  245. /*a:hover,a:focus{text-decoration:underline}*/
  246.  
  247. h1,h2,h3,h4,h5,h6{
  248. margin:0;
  249. color:#333;
  250. }
  251.  
  252. h1{font-size:24px;font-weight:bold;line-height:1}
  253. h2{font-size:18px;font-weight:bold;line-height:20px}
  254. h2 small{font-size:12px;font-weight:normal;color:#999}
  255. h3{font-size:14px;font-weight:normal;line-height:1}
  256. h4{font-size:12px;line-height:18px}
  257. h5,h6{font-size:10px}
  258. p{margin:0}
  259. table{border-collapse:collapse;border-spacing:0}
  260. td,th{padding:0}
  261. small{font-size:12px}
  262.  
  263. .important{color:#c00c0c}
  264.  
  265. .hidden{display:none}
  266.  
  267. ul,ol{
  268. padding:0;
  269. margin:0
  270. }
  271.  
  272. ul{list-style:none}
  273. ol{margin-left:20px;list-style:decimal}
  274. ol li{line-height:20px}
  275. .inline-list{margin-left:0}
  276. .inline-list li{display:inline}
  277. button{margin:0}
  278. img{border:0}
  279.  
  280. ._timestamp {
  281. font-size: 9px;
  282. }
  283.  
  284. .ie9 .btn{
  285. border-radius:0
  286. }
  287.  
  288. .no-shadow{
  289. -webkit-box-shadow:none;
  290. -moz-box-shadow:none;
  291. box-shadow:none
  292. }
  293.  
  294. hr{
  295. height:0;
  296. padding:0;
  297. margin:14px 0 14px 0;
  298. border:0;
  299. border-top:1px solid #eee
  300. }
  301.  
  302. #back_top a {
  303. display: block;
  304. height: 100%;
  305. margin: 0;
  306. padding: 0;
  307. position: fixed;
  308. text-decoration: none;
  309. top: 0;
  310. width: 126px;
  311. }
  312.  
  313. #back_top:hover {
  314. background-color: #E1E7ED;
  315. }
  316.  
  317. li#back_top {
  318. margin-left: 0px;
  319. }
  320.  
  321. .nav>li>a.last-menu-item, .nav>li>a.app-logo {
  322. padding:0;
  323. background: transparent;
  324. color: #fff;
  325. border-bottom: none;
  326. height: 48px;
  327. width: 48px;
  328. background-image: url(../img/app_img.png);
  329. opacity: 1;
  330. }
  331.  
  332. .nav>li>a.settings {
  333. background-position: -118px -102px;
  334. }
  335.  
  336. .nav>li>a.search {
  337. background-position: -166px -102px;
  338. }
  339.  
  340. .nav>li>a.app-logo {
  341. width: 118px;
  342. background-position: 0px -102px;
  343. }
  344.  
  345. .nav>li>a.last-menu-item:hover, .nav>li>a.app-logo:hover {
  346. border-bottom: none;
  347. opacity: 0.9;
  348. }
  349.  
  350. .nav>li.menu-item {
  351. margin-right: 10px;
  352. text-transform: lowercase;
  353. }
  354.  
  355. .wrapper{
  356. position:relative;
  357. display: block;
  358. width:834px;
  359. min-height:100%;
  360. padding:54px 14px 15px;
  361. margin:0 auto;
  362. }
  363.  
  364. .wrapper-main {
  365. position:relative;
  366. display: block;
  367. width:792px;
  368. min-height:100%;
  369. padding:48px 0px 0px;
  370. margin:0 auto;
  371. }
  372.  
  373. .small-footer {
  374. display: block;
  375. float: right;
  376. width: 660px;
  377. margin-top: 10px;
  378. margin-top: 10px;
  379. padding-bottom: 30px;
  380. font-size: 11px;
  381. }
  382.  
  383. .small-footer li {
  384. display: inline;
  385. }
  386.  
  387. .small-footer li:first-child {
  388. color: gray;
  389. margin-right: 7px;
  390. margin-left: 7px;
  391. }
  392.  
  393. .small-footer a {
  394. padding-right: 7px;
  395. color: #737373;
  396. }
  397.  
  398. .small-footer a:hover {
  399. color: #262626;
  400. }
  401.  
  402. .page-wrapper {
  403. float: left;
  404. width: 790px;
  405. color: #fff;
  406. position: relative;
  407. }
  408.  
  409. .profile-wrapper {
  410. float: left;
  411. min-height: 170px;
  412. width: 660px;
  413. position: relative;
  414. padding: 0px;
  415. background: #fff;
  416. border: 1px solid #d8d8d8;
  417. border-top: none;
  418. }
  419.  
  420. .profile-wrapper .header {
  421. display: block;
  422. font-size: 16px;
  423. font-weight: bold;
  424. background-color: #f5f7fa;
  425. word-break: break-all;
  426. border-bottom: 1px dashed #ced5e5;
  427. padding: 17px 18px 16px 20px;
  428. }
  429.  
  430. .profile-wrapper .header a {
  431. font-size: 13px;
  432. font-weight: bold;
  433. }
  434.  
  435. .profile-wrapper .header a.ask-link {
  436. font-size: 14px;
  437. font-weight: bold;
  438. }
  439.  
  440. .profile-wrapper .main-header {
  441. display: block;
  442. font-size: 16px;
  443. font-weight: bold;
  444. background-color: #f5f7fa;
  445. border-bottom: 1px dashed #ced5e5;
  446. padding:20px 10px 20px 40px
  447. }
  448.  
  449. .profile-wrapper .search-header {
  450. display: block;
  451. font-size: 16px;
  452. font-weight: bold;
  453. background-color: #f5f7fa;
  454. border-bottom: 1px dashed #ced5e5;
  455. }
  456.  
  457. .profile-page-header {
  458. background:#f8f8f8;
  459. display: block;
  460. position: relative;
  461. float: left;
  462. width: 100%;
  463. border-bottom: 1px solid #e5e5e5;
  464. }
  465.  
  466. .page-header {
  467. display: block;
  468. font-size: 16px;
  469. font-weight: bold;
  470. color: #404040;
  471. background-color: #f8f8f8;
  472. border-bottom: 1px solid #e5e5e5;
  473. padding: 17px 18px 16px 20px;
  474. }
  475.  
  476. .page-header a {
  477. font-size: 14px;
  478. font-weight: normal;
  479. }
  480.  
  481. .page-header p.title {
  482. display: block;
  483. font-weight: bold;
  484. font-size: 18px;
  485. line-height: 24px;
  486. color: #404040;
  487. }
  488.  
  489. .page-header p.content {
  490. display: block;
  491. margin-top: 20px;
  492. color: #404040;
  493. font-size: 13px;
  494. font-weight: bold;
  495. }
  496.  
  497. .page-header p.description {
  498. font-size: 13px;
  499. margin-top: 10px;
  500. display: block;
  501. color: #404040;
  502. font-weight: normal;
  503. }
  504.  
  505. .wrapper{padding-bottom:0;}
  506.  
  507. .container{
  508. position:relative;
  509. margin:0 auto;
  510. }
  511.  
  512. .noface-canvas{
  513. position:relative;
  514. width:835px;
  515. background: #fff;
  516. margin:0 auto;
  517. border: 1px solid #C4CDE0;
  518. background-color: #fff;
  519. margin-bottom: 15px;
  520. border-radius: 6px;
  521. }
  522.  
  523. .page-canvas,.permalink{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
  524.  
  525. .content-main{
  526. margin-left: auto;
  527. margin-right: auto;
  528. padding-bottom: 20px;
  529. padding-top: 20px;
  530. width: 522px
  531. }
  532.  
  533. .topbar{
  534. display: block;
  535. top: 0;
  536. margin: 0 auto;
  537. z-index:1000;
  538. width:100%;
  539. box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
  540. -webkit-box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
  541. }
  542.  
  543. .promptbar{
  544. display: none;
  545. position: fixed;
  546. top: 48px;
  547. margin: 0 auto;
  548. z-index:1000;
  549. width:100%;
  550. box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
  551. -webkit-box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
  552. }
  553.  
  554. .promptbar .prompt-nav {
  555. position: fixed;
  556. z-index:1001;
  557. height:48px;
  558. margin: 0 auto;
  559. width:100%;
  560. border-radius: 0px;
  561. background-repeat:repeat-y;
  562. background-size:auto;
  563. background-position:0 0;
  564. background-color: #262626;
  565. /*background: #3B5998;*/
  566. /* border: 1px solid #324e78;*/
  567. border-top: none;
  568. /* -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, .15) inset, 0 1px 1px 0 rgba(0, 0, 0, .15);
  569. box-shadow: 0 1px 2px rgba(255, 255, 255, .15) inset, 0 1px 1px 0 rgba(0, 0, 0, .15);*/
  570. }
  571.  
  572. .promptbar .prompt-nav .container{
  573. width:790px;
  574. margin-left: auto;
  575. margin-right: auto;
  576. text-align: center;
  577. }
  578.  
  579. .promptbar .prompt-nav .container .text{
  580. display: inline-block;
  581. padding: 14px 10px;
  582. color: #fff;
  583. font-size: 13px;
  584. font-weight: bold;
  585. }
  586.  
  587. .promptbar .prompt-nav .container .btn {
  588. padding: 4px 10px;
  589. font-weight: bold;
  590. font-size: 12px;
  591. }
  592.  
  593. .global-nav{
  594. z-index:1001;
  595. height:48px;
  596. margin: 0 auto;
  597. width:100%;
  598. min-width: 790px;
  599. border-radius: 0px;
  600. background-repeat:repeat-y;
  601. background-size:auto;
  602. background-position:0 0;
  603. background-color: #fff;
  604. border: 1px solid #ccc;
  605. border-top: none;
  606. border-bottom: none;
  607. box-shadow: 0 1px 4px 0px rgba(0,0,0,0.3);
  608. }
  609.  
  610. .global-nav .container{
  611. width:790px;
  612. min-width: 790px;
  613. margin-left: auto;
  614. margin-right: auto;
  615. }
  616.  
  617. .nav,.nav>li{
  618. float:left;
  619. position:relative;
  620. }
  621.  
  622. .nav>li>a{
  623. font-family: "Interstate Light",helvetica,Arial,Sans-Serif;
  624. font-style: normal;
  625. font-weight: normal;
  626. font-size: 14px;
  627. color: #737373;
  628. display: block;
  629. float: left;
  630. text-decoration: none;
  631. padding-top: 14px;
  632. padding-bottom: 14px;
  633. font-size: 14px;
  634. border-bottom: 1px solid #fff;
  635. }
  636.  
  637. .nav>li>a:hover{
  638. text-decoration:none;
  639. color: #262626;
  640. border-bottom: 2px solid #00aff0;
  641. }
  642.  
  643. .nav>li>a:focus{
  644. text-decoration:none;
  645. }
  646.  
  647. .nav small{
  648. font-weight:normal;
  649. }
  650.  
  651. .nav i{
  652. float:left;
  653. }
  654.  
  655. .settings-avatar{
  656. width:75px;
  657. height:75px;
  658. -webkit-border-radius:3px;
  659. -moz-border-radius:3px;
  660. border-radius:3px;
  661. border: 1px solid #ccc;
  662. background-color: #FFF;
  663. }
  664.  
  665. form{
  666. font-size:12px;
  667. margin-bottom:0
  668. }
  669.  
  670. form p+p{margin-top:9px}
  671. legend{
  672. display:block;
  673. width:100%;
  674. margin-bottom:20px;
  675. font-size:20px;
  676. line-height:30px;
  677. color:#333;
  678. border-bottom:1px solid #eee
  679. }
  680. label,input,textarea,div[contenteditable="true"],select{margin:0;font-size:13px;line-height:20px}
  681. label{
  682. display:block;
  683. display:block;
  684. margin-bottom:5px;
  685. color:#333;
  686. cursor:pointer
  687. }
  688. button{border:0}
  689. fieldset{padding:0;margin:0;border:0}
  690.  
  691. fieldset input[type=password]{
  692. width: 210px;
  693. }
  694.  
  695. input,textarea,div[contenteditable="true"],select{
  696. display:inline-block;
  697. width:210px;
  698. padding:4px;
  699. margin:0;
  700. outline:0;
  701. background-color:#fff;
  702. border:1px solid #ccc;
  703. }
  704. .ie9 input,.ie9 textarea{min-height:20px}
  705.  
  706. input[type=file]{
  707. background-color:#fff;
  708. padding:initial;
  709. border:initial;
  710. line-height:initial;
  711. -webkit-box-shadow:none;
  712. -moz-box-shadow:none;
  713. box-shadow:none;
  714. cursor: pointer;
  715. }
  716.  
  717. select[multiple]{background-color:#fff;height:inherit}
  718. .inline-form{float:left;width:100%;margin:10px 0}
  719. textarea{height:auto}
  720. .radio,.checkbox{margin:5px 0;padding-left:18px;line-height:18px}
  721. .radio input[type=radio],.checkbox input[type=checkbox]{float:left;margin-left:-18px}
  722. .radio-nested,.checkbox-nested{margin-left:18px}
  723. .controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:1px}
  724. input,textarea,div[contenteditable="true"]{
  725. -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
  726. -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
  727. box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
  728. -webkit-transition:.2s linear background;
  729. -moz-transition:.2s linear background;
  730. transition:.2s linear background
  731. }
  732.  
  733. input:focus,textarea:focus,div[contenteditable="true"]:focus{
  734. outline:0;
  735. color:#333;
  736. }
  737.  
  738. input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus,select:focus{
  739. outline:auto 5px -webkit-focus-ring-color;
  740. -webkit-box-shadow:none;
  741. -moz-box-shadow:none;
  742. box-shadow:none;
  743. }
  744.  
  745. .disabled,.disabled:hover,.disabled:focus,.disabled:active,input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly],div[contenteditable="true"][readonly]{background:#f5f5f5;border-color:#ccc;}
  746. .disabled.btn,.disabled.btn:active{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
  747. input.placeholded,textarea.placeholded{color:#7f7f7f}
  748. .input-mini{width:50px}
  749. .input-small{width:90px}
  750. .input-medium{width:175px}
  751. .input-large{width:270px}
  752. .input-xlarge{width:330px}
  753. .input-block{
  754. display:block;
  755. width:100%;
  756. padding:7px 9px;
  757. margin-bottom:5px;
  758. font-size:14px;
  759. -webkit-box-sizing:border-box;
  760. -moz-box-sizing:border-box;
  761. -ms-box-sizing:border-box;
  762. box-sizing:border-box;
  763. }
  764.  
  765. .control-group{
  766. margin-bottom:5px;
  767. margin-top:5px;
  768. }
  769.  
  770. .form-horizontal .control-label{
  771. float:left;
  772. width:150px;
  773. padding-top:10px;
  774. text-align:right
  775. }
  776.  
  777. .form-horizontal .top_5{
  778. float:left;
  779. width:150px;
  780. padding-top:5px;
  781. text-align:right
  782. }
  783.  
  784. .form-horizontal .controls{
  785. margin-left:165px
  786. }
  787.  
  788. .form-horizontal input,.form-horizontal select,.form-horizontal textarea{margin-bottom:5px}
  789. .form-horizontal .controls p{
  790. color:#999;
  791. max-width: 220px;
  792. }
  793. .form-horizontal .form-actions{padding-left:165px;margin:20px 0 8px}
  794.  
  795. .error-text {
  796. font-size: 14px;
  797. color: white;
  798. text-align: center;
  799. text-shadow: 1px 1px 1px #913807;
  800. background-color: #F35C0B;
  801. display: block;
  802. padding: 10px 20px;
  803. max-width: 272px;
  804. }
  805.  
  806. .error-settings {
  807. font-size: 14px;
  808. color: white;
  809. text-align: center;
  810. text-shadow: 1px 1px 1px #913807;
  811. background-color: #F35C0B;
  812. display: block;
  813. padding: 10px 20px;
  814. }
  815.  
  816. .success-settings {
  817. font-size: 14px;
  818. color: white;
  819. text-align: center;
  820. text-shadow: 1px 1px 1px #3B6900;
  821. background-color: #5B9F00;
  822. display: block;
  823. padding: 10px 20px;
  824. }
  825.  
  826. .top-10 {
  827. margin-top: 10px;
  828. }
  829.  
  830. .users_table {
  831. width: 100%;
  832. border: 1px solid #cccccc;
  833. word-break: break-all;
  834. }
  835.  
  836. .users_table th {
  837. padding: 5px;
  838. font-size: 12px;
  839. width: 100px;
  840. text-align: center;
  841. font-weight: normal;
  842. background: #f6f6f6;
  843. color: #666666;
  844. border-top: 1px dashed #cccccc;
  845. }
  846.  
  847. .users_table td {
  848. padding: 5px;
  849. font-size: 12px;
  850. width: 100px;
  851. text-align: center;
  852. font-weight: normal;
  853. background: #f6f6f6;
  854. color: #666666;
  855. border-left: 1px dashed #cccccc;
  856. border-top: 1px dashed #cccccc;
  857. }
  858.  
  859. .users_table td.first {
  860. border-top: none;
  861. }
  862.  
  863. .users_table td.selected {
  864. color: #ffffff;
  865. font-weight: bold;
  866. background: #4ebce6;
  867. }
  868.  
  869. .tosContent {
  870. margin: 25px;
  871. display: block;
  872. }
  873.  
  874. .tosContent span {
  875. display: block;
  876. }
  877.  
  878. .tosHeader {
  879. border-bottom: 1px solid #CCC;
  880. color: #274862;
  881. font-size: 28px;
  882. line-height: 35px;
  883. font-weight: bold;
  884. margin-bottom: 10px;
  885. display: block;
  886. }
  887.  
  888. .tosThemes {
  889. list-style: square;
  890. padding-left: 40px;
  891. color: #444;
  892. margin: 0px 0px 15px 0px;
  893. width: 95%;
  894. }
  895.  
  896. .font_14 {
  897. font-size: 14px;
  898. }
  899.  
  900. .tosThemes span {
  901. color: #444;
  902. }
  903.  
  904. .tosThemes li{
  905. margin-bottom: 10px;
  906. }
  907.  
  908.  
  909. .cursor-pointer {
  910. cursor: pointer;
  911. }
  912.  
  913. .lightbox {
  914. position: fixed;
  915. display: none;
  916. top: 0;
  917. left: 0;
  918. z-index: 1000;
  919. height: 100%;
  920. width: 100%;
  921. max-width: 100%;
  922. background-color: #000;
  923. background-color: rgba(0,0,0,0.8);
  924. overflow: auto;
  925. }
  926.  
  927. .lightbox .content {
  928. width: 800px;
  929. height: 450px;
  930. position: absolute;
  931. left: 50%;
  932. top: 50%;
  933. -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.5);
  934. -moz-box-shadow: 0 8px 16px rgba(0,0,0,0.5);
  935. box-shadow: 0 8px 16px rgba(0,0,0,0.5);
  936. margin-top: -225px;
  937. margin-left: -400px;
  938. /*background-color: rgba(0,0,0,0.5);*/
  939. background-color: rgba(255,255,255,1);
  940. background-image: url(../img/lightbox.gif);
  941. background-repeat: no-repeat;
  942. background-position: center, center;
  943. }
  944.  
  945. .search-users-area {
  946.  
  947. }
  948.  
  949. .search-users-area button {
  950. display: block;
  951. margin-left: 2px;
  952. line-height: 20px;
  953. height: 32px;
  954. width: 98px;
  955. font-size: 14px;
  956. padding: inherit;
  957. }
  958.  
  959. .search-users-area input[type="text"] {
  960. font-family:Helvetica,Arial,sans-serif;
  961. border:1px solid #ddd;
  962. margin-right:10px;
  963. width: 500px;
  964. height: 20px;
  965. -webkit-appearance: none !important;
  966. color: #333333;
  967. outline: 0;
  968. height: 20px;
  969. padding: 6px 6px !important;
  970. line-height: 20px;
  971. font-size: 14px;
  972. font-weight: normal;
  973. vertical-align: top;
  974. background-color: #ffffff;
  975. background-image: none !important;
  976. filter: none !important;
  977. -webkit-box-shadow: none !important;
  978. -moz-box-shadow: none !important;
  979. box-shadow: none !important;
  980. -webkit-border-radius: 0px;
  981. -moz-border-radius: 0px;
  982. border-radius: 0px;
  983. }
  984.  
  985. .search-users-area input[type="text"]:focus {
  986. border: 1px solid #C4CDE0 !important
  987. }
  988.  
  989. .clearfix:after {
  990. content: ".";
  991. display: block;
  992. clear: both;
  993. visibility: hidden;
  994. line-height: 0;
  995. height: 0;
  996. }
  997.  
  998. .clearfix {
  999. display: block;
  1000. }
  1001.  
  1002. html[xmlns] .clearfix {
  1003. display: block;
  1004. }
  1005.  
  1006. .left {
  1007. float: left;
  1008. }
  1009.  
  1010. .right {
  1011. float: right;
  1012. }
  1013.  
  1014. .hide {
  1015. display: none;
  1016. }
  1017.  
  1018. .wrapper.noface {
  1019. background: #fff;
  1020. border: 2px solid #C4CDE0;
  1021. border-bottom: none;
  1022. }
  1023.  
  1024. body {
  1025. background-position: left 0px;
  1026. background-attachment: fixed;
  1027. background-repeat: repeat;
  1028. background-color: #fff;
  1029. }
  1030.  
  1031. .profile-cover {
  1032. position: relative;
  1033. float: left;
  1034. width: 660px;
  1035. height: 215px;
  1036. display: block;
  1037. background: #336699;
  1038. border-bottom: 1px solid #C4CDE0;
  1039. }
  1040.  
  1041. .profile-form-container {
  1042. position: relative;
  1043. margin: 17px;
  1044. margin-top: 0px;
  1045. float: left;
  1046. display: block;
  1047. width: 626px;
  1048. }
  1049.  
  1050. .ask-form {
  1051. border: 1px solid #ccc;
  1052. display: block;
  1053. margin: 17px;
  1054. }
  1055.  
  1056. .ask-form .footer {
  1057. background-color: #f8f8f8;
  1058. border-top: 1px solid #e0e0e0;
  1059. display: block;
  1060. }
  1061.  
  1062. .ask-form .footer .actionbar {
  1063. float: right;
  1064. padding: 3px;
  1065. display: block;
  1066. }
  1067.  
  1068. .ask-form .footer .actionbar button {
  1069. margin-left: 5px;
  1070. }
  1071.  
  1072. .ask-form .ask-mode, .ask-form .comment-mode {
  1073. position: absolute;
  1074. left: 347px;
  1075. width: 155px;
  1076. border-radius: 3px;
  1077. }
  1078.  
  1079. .ask-form button {
  1080. height: 27px;
  1081. width: 130px;
  1082. padding: 5px;
  1083. }
  1084.  
  1085. .ask-form select {
  1086. height: 27px;
  1087. }
  1088.  
  1089. .ask-form .footer .word-counter {
  1090. position: relative;
  1091. float: left;
  1092. margin-top: 7px;
  1093. padding-left: 10px;
  1094. color: #404040;
  1095. font-weight: bold;
  1096. display: block;
  1097. }
  1098.  
  1099. .profile-status {
  1100. display: block;
  1101. position:relative;
  1102. float:left;
  1103. width: 100%;
  1104. margin-top: 0px;
  1105. margin-bottom: 0px;
  1106. clear: both;
  1107. background:#fff;
  1108. display: block;
  1109. /*border-bottom: 1px solid #d3d6db;*/
  1110. }
  1111.  
  1112. .profile-status span {
  1113. display: block;
  1114. font-size: 13px;
  1115. font-weight: bold;
  1116. margin: 10px;
  1117. margin-left: 17px;
  1118. margin-right: 17px;
  1119. word-wrap:break-word
  1120. }
  1121.  
  1122. .mobile-form {
  1123. display: block;
  1124. text-align: left;
  1125. }
  1126.  
  1127. .mobile-form span {
  1128. display: block;
  1129. font-size: 16px;
  1130. padding: 15px;
  1131. cursor: default;
  1132. }
  1133.  
  1134. .mobile-form span.head {
  1135. display: block;
  1136. font-size: 16px;
  1137. padding-left: 0px;
  1138. cursor: default;
  1139. }
  1140.  
  1141. .mobile-form .footer {
  1142. display: block;
  1143. margin-top: 20px;
  1144. }
  1145.  
  1146. .mobile-form .footer button {
  1147. width: 120px;
  1148. }
  1149.  
  1150. .mobile-form label {
  1151. display: block;
  1152. font-size: 14px;
  1153. padding: 10px;
  1154. cursor: default;
  1155. background: #f8f8f8;
  1156. }
  1157.  
  1158. .mobile-form input[type='radio'] {
  1159. margin-right: 10px;
  1160. }
  1161.  
  1162. .confirm-form {
  1163. text-align: center;
  1164. padding: 10px;
  1165. }
  1166.  
  1167. .bold {
  1168. font-weight: bold;
  1169. }
  1170.  
  1171. .confirm-form a,.mobile-form a {
  1172. padding-left: 10px;
  1173. padding-right: 10px;
  1174. }
  1175.  
  1176. .confirm-form img {
  1177. border: 1px solid #ccc;
  1178. }
  1179.  
  1180. .confirm-form img:hover {
  1181. opacity: 0.9;
  1182. }
  1183.  
  1184. .confirm-form span,.confirm-form label{
  1185. display: block;
  1186. font-size: 16px;
  1187. padding: 15px;
  1188. cursor: default;
  1189. }
  1190.  
  1191. .confirm-form .top-padding {
  1192. padding-top: 0px;
  1193. }
  1194.  
  1195. #header_vk {
  1196. position: relative;
  1197. font-weight: bold;
  1198. font-size: 11px;
  1199. padding: 7px 10px;
  1200. line-height: 140%;
  1201. background: #E9EDF1;
  1202. color: #607387;
  1203. border: solid #D9E0E7;
  1204. border-width: 0px 1px;
  1205. }
  1206.  
  1207. .profile-avatar {
  1208. position: relative;
  1209. float: left;
  1210. width:160px;
  1211. margin-top: 5px;
  1212. padding: 3px;
  1213. background: #fff;
  1214. height: 160px;
  1215. border:1px solid #ccc;
  1216. border-radius: 2px;
  1217. }
  1218.  
  1219. .profile-header {
  1220. position: relative;
  1221. margin: 17px;
  1222. margin-bottom: 5px;
  1223. margin-top: -130px;
  1224. float: left;
  1225. display: block;
  1226. width: 626px;
  1227. }
  1228.  
  1229. .profile-info {
  1230. float: left;
  1231. position: relative;
  1232. display: block;
  1233. margin: 17px;
  1234. margin-top: 7px;
  1235. width: 626px;
  1236. }
  1237.  
  1238. .profile-info .status {
  1239. float: left;
  1240. width: 425px;
  1241. background: #fff;
  1242. display: inline-block;
  1243. margin-left: 10px;
  1244. padding: 10px;
  1245. border: 1px solid #e1e1e1;
  1246. border-radius: 3px;
  1247. word-wrap: break-word;
  1248. }
  1249.  
  1250. .profile-info .status .arrow-up {
  1251. position: absolute;
  1252. width: 10px;
  1253. height: 8px;
  1254. background: url(../img/app_img.png?x=1);
  1255. background-position: 0px 0px;
  1256. top: -5px
  1257. }
  1258.  
  1259. .profile-info a {
  1260.  
  1261. }
  1262.  
  1263. .info-block {
  1264. display: block;
  1265. color: #262626;
  1266. font-size: 14px;
  1267. background-color: #f8f8f8;
  1268. text-align: center;
  1269. margin-bottom: 10px;
  1270. margin-top: 10px;
  1271. padding: 20px
  1272. }
  1273.  
  1274. .green-block {
  1275. display: block;
  1276. color: #fff;
  1277. font-size: 14px;
  1278. background-color: #8DC63F;
  1279. text-align: center;
  1280. margin-bottom: 10px;
  1281. margin-top: 10px;
  1282. padding: 6px;
  1283. }
  1284.  
  1285. .green-block span {
  1286. padding: 6px;
  1287. }
  1288.  
  1289. .profile-info a.follow-btn {
  1290. float: left;
  1291. padding: 9px 20px;
  1292. width: 168px;
  1293. }
  1294.  
  1295. .profile-info a.settings-btn {
  1296. float: left;
  1297. padding: 9px 20px;
  1298. width: 168px;
  1299. }
  1300.  
  1301. .profile-fullname {
  1302. position: absolute;
  1303. margin-left: 180px;
  1304. margin-top: 135px;
  1305. min-width: 445px;
  1306. float: left;
  1307. color: #1c2a47;
  1308. font-size: 20px;
  1309. line-height: 18px;
  1310. overflow: hidden;
  1311. font-weight: bold;
  1312. }
  1313.  
  1314. .user-info {
  1315. display: block;
  1316. font-size: 12px;
  1317. color: gray;
  1318. }
  1319.  
  1320. .profile-fullname span.city {
  1321. color: #555555;
  1322. font-size: 16px;
  1323. }
  1324.  
  1325. .wall-header {
  1326. display: block;
  1327. position: relative;
  1328. float: left;
  1329. margin-left: 17px;
  1330. margin-right: 17px;
  1331. border-bottom: 1px solid #e5e5e5;
  1332. min-width: 626px;
  1333. }
  1334.  
  1335. .wall-header a.opacity_60 {
  1336. opacity: .6;
  1337. color: #737373;
  1338. }
  1339.  
  1340. .wall-header a.opacity_60:hover {
  1341. opacity: 1;
  1342. }
  1343.  
  1344. .wall-header a.active {
  1345. border-bottom: none;
  1346. opacity: 1;
  1347. color: #262626;
  1348. font-weight: bold;
  1349. border-bottom: 2px solid #00aff0;
  1350. }
  1351.  
  1352. .wall-header a:hover {
  1353. color: #262626;
  1354. border-bottom: 2px solid #00aff0;
  1355. text-decoration: none;
  1356. }
  1357.  
  1358. .wall-header a:last-child {
  1359. margin-right: 0px;
  1360. }
  1361.  
  1362. .wall-header a{
  1363. margin-right: 15px;
  1364. float: left;
  1365. border-bottom: 2px solid #fff;
  1366. text-align: center;
  1367. line-height: 18px;
  1368. font-size: 15px;
  1369. padding-top: 12px;
  1370. padding-bottom: 12px;
  1371. color: #737373;
  1372. text-transform: lowercase;
  1373. }
  1374.  
  1375. .profile-fullname .user-fullname {
  1376. cursor: default;
  1377. display: block;
  1378. min-width: 440px;
  1379. text-overflow: ellipsis;
  1380. }
  1381.  
  1382. .profile-fullname .user-fullname a {
  1383. font-size: 12px;
  1384. color: #262626;;
  1385. }
  1386.  
  1387. .btn-light {
  1388. padding: 6px 7px;
  1389. text-align: center;
  1390. cursor: pointer;
  1391. color: #2B587A;
  1392. font-size: 11px;
  1393. font-weight: normal;
  1394. }
  1395.  
  1396. .btn-light:hover {
  1397. background: #E1E7ED;
  1398. text-decoration: none;
  1399. }
  1400.  
  1401. .btn-light:active {
  1402. text-decoration: none;
  1403. }
  1404.  
  1405. .question-textarea {
  1406. background-color: transparent;
  1407. min-height: 50px;
  1408. border: 0;
  1409. outline: 0;
  1410. width: 99%;
  1411. font-size: 14px;
  1412. padding: 5px;
  1413. resize: none;
  1414. transition:height .3s;
  1415. vertical-align:bottom;
  1416. overflow: hidden;
  1417. }
  1418.  
  1419. .no-bottom-border {
  1420. border-bottom: none;
  1421. }
  1422.  
  1423. #share {
  1424. width: 100%;
  1425. margin: 6px auto 15px;
  1426. padding: 10px 0px 10px 0px;
  1427. font-size: 20px;
  1428. font-weight: 600;
  1429. text-align: center;
  1430. }
  1431.  
  1432. .bottom_section {
  1433. background-color: #fff;
  1434. width: 100%;
  1435. overflow: hidden;
  1436. }
  1437.  
  1438. .bottom_section .mobile-form {
  1439. padding: 10px;
  1440. }
  1441.  
  1442. .bottom_section .mobile-form .footer{
  1443. text-align: right;
  1444. margin-top: 10px;
  1445. padding-top: 10px;
  1446. border-top: 1px solid #e5e5e5;
  1447. }
  1448.  
  1449. .bottom_section button {
  1450. padding: 5px;
  1451. }
  1452.  
  1453. .bottom_section select {
  1454. position: absolute;
  1455. left: 240px;
  1456. width: 157px;
  1457. }
  1458.  
  1459. .bottom_section .report-block {
  1460. text-align: center;
  1461. margin: 10px;
  1462. }
  1463.  
  1464. .bottom_section .editor-block {
  1465. text-align: center;
  1466. margin: 10px;
  1467. border: 1px solid #ccc;
  1468. }
  1469.  
  1470. .bottom_section .editor-block textarea.editor {
  1471. min-height: 90px;
  1472. display: block;
  1473. resize: none;
  1474. font-size: 14px;
  1475. border: none;
  1476. width: 510px;
  1477. }
  1478.  
  1479. .bottom_section .people-data{
  1480. margin: 10px;
  1481. margin-top: 15px;
  1482. margin-bottom: 0px;
  1483. }
  1484.  
  1485. .bottom_section .people-data img.like-face, .questions-content img.like-face{
  1486. height: 100px;
  1487. width: 100px;
  1488. border: 1px solid #ddd;
  1489. display: block;
  1490. }
  1491.  
  1492. .bottom_section .people-data li.liker {
  1493. float:left;
  1494. position: relative;
  1495. /*display:inline-block;*/
  1496. min-height: 160px;
  1497. margin-left: 7px;
  1498. margin-right: 7px;
  1499. padding-bottom: 7px;
  1500. }
  1501.  
  1502. .questions-content li.liker {
  1503. float:left;
  1504. position: relative;
  1505. min-height: 160px;
  1506. margin-left: 12px;
  1507. margin-right: 11px;
  1508. padding-bottom: 7px;
  1509. }
  1510.  
  1511. .bottom_section .people-data a.liker-link, .questions-content a.liker-link {
  1512. display: block;
  1513. text-align: center;
  1514. max-width: 100px;
  1515. font-size: 11px;
  1516. word-wrap: break-word;
  1517. }
  1518.  
  1519. .bottom_section .people-data span.liker-text, .questions-content span.liker-text {
  1520. display: block;
  1521. text-align: center;
  1522. max-width: 100px;
  1523. font-size: 11px;
  1524. word-wrap: break-word;
  1525. }
  1526.  
  1527. .questions-content span.liker {
  1528. margin-left: 14px;
  1529. }
  1530.  
  1531. .questions-content span.liker a {
  1532. display: block;
  1533. }
  1534.  
  1535. .questions-content ul.main-menu {
  1536. margin: 5px;
  1537. }
  1538.  
  1539. .questions-content ul.main-menu li {
  1540. display: block;
  1541. margin: 5px;
  1542. }
  1543.  
  1544. .questions-content ul.main-menu li>a {
  1545. padding: 12px;
  1546. display: block;
  1547. font-size: 18px;
  1548. text-decoration: none;
  1549. background: #fff;
  1550. color: #737373;
  1551. font-weight: bold;
  1552. }
  1553.  
  1554. .questions-content ul.main-menu li>a:hover {
  1555. text-decoration: none;
  1556. background: #f5f5f5;
  1557. color: #262626;
  1558. }
  1559.  
  1560. .questions-content div.comment {
  1561. display: block;
  1562. padding: 7px;
  1563. border-top: 1px solid #e8e8e8;
  1564. }
  1565.  
  1566. .questions-content div.comment p>a.comment-link {
  1567. color: #333;
  1568. display: block;
  1569. }
  1570.  
  1571. .questions-content div.comment p>a.comment-link:hover {
  1572. text-decoration: none;
  1573. }
  1574.  
  1575. .questions-content div.comment:first-child {
  1576. border-top: none;
  1577. }
  1578.  
  1579. .questions-content div.comment a.comment-avatar {
  1580. float: left;
  1581. }
  1582.  
  1583. .questions-content div.comment a.comment-avatar img {
  1584. position: relative;
  1585. display: inline-block;
  1586. height: 40px;
  1587. width: 40px;
  1588. border: 1px solid #e8e8e8;
  1589. border-radius: 4px;
  1590. }
  1591.  
  1592. .questions-content div.comment p {
  1593. display: inline-block;
  1594. margin-left: 10px;
  1595. word-break: break-all;
  1596. max-width: 550px;
  1597. line-height: 18px;
  1598. font-weight: normal;
  1599. }
  1600.  
  1601. .questions-content div.comment span.time {
  1602. color: #808080;
  1603. float: left;
  1604. font-size: 11px;
  1605. font-weight: normal;
  1606. display: inline-block;
  1607. margin-top: 7px;
  1608. min-width: 565px;
  1609. }
  1610.  
  1611. .questions-content div.comment span.time a.remove-comment {
  1612. -moz-opacity: 0.0;
  1613. opacity: 0.0;
  1614. float: right;
  1615. }
  1616.  
  1617. .questions-content div.comment:hover span.time a.remove-comment {
  1618. -moz-opacity: 0.9;
  1619. opacity: 0.9;
  1620. }
  1621.  
  1622. .modal-footer div {
  1623. display: inline-block;
  1624. float: left;
  1625. }
  1626.  
  1627. .modal-footer span.word-counter {
  1628. position: absolute;
  1629. left:10px;
  1630. padding-top: 3px;
  1631. font-weight: bold;
  1632. color: #777;
  1633. }
  1634.  
  1635. .modal-footer {
  1636. background: #f2f2f2;
  1637. overflow: hidden;
  1638. }
  1639.  
  1640. .modal-footer a.uiButton {
  1641. margin-right: 0px;
  1642. }
  1643.  
  1644. .modal-footer {
  1645. padding: 10px 10px 10px;
  1646. margin-bottom: 0;
  1647. border-top: 1px solid #d5d5d5;
  1648. -webkit-box-shadow: inset 0 1px 0 #fff,0 0 0 #000;
  1649. box-shadow: inset 0 1px 0 #fff,0 0 0 #000;
  1650. }
  1651.  
  1652. .btn-send {
  1653. width: 130px;
  1654. font-size: 12px;
  1655. color: #fff;
  1656. padding: 5px;
  1657. }
  1658.  
  1659. form.reply-form {
  1660. display: block;
  1661. margin-left: 50px;
  1662. background: #f8f8f8;
  1663. padding: 6px;
  1664. clear: both;
  1665. }
  1666.  
  1667. form.reply-form div.comment-bar {
  1668. clear: both;
  1669. display: table;
  1670. position: relative;
  1671. }
  1672.  
  1673. form.reply-form div.comment-bar img {
  1674. float: left;
  1675. width: 40px;
  1676. height: 40px;
  1677. border: 1px solid #e8e8e8;
  1678. border-radius: 4px;
  1679. }
  1680.  
  1681. form.reply-form div.comment-bar .comment-arrow {
  1682. width: 5px;
  1683. height: 9px;
  1684. background: url(../img/app_img.png?x=4);
  1685. background-position: 0px -18px;
  1686. position: absolute;
  1687. left: 52px;
  1688. margin-top: 14px;
  1689. }
  1690.  
  1691. form.reply-form div.comment-bar label {
  1692. padding: 3px;
  1693. float: right;
  1694. display: inline-block;
  1695. }
  1696.  
  1697. form.reply-form div.comment-bar input[type="checkbox"] {
  1698. padding: 3px;
  1699. margin-right: 5px;
  1700. margin-top: 5px;
  1701. display: inline-block;
  1702. }
  1703.  
  1704. form.reply-form div.comment-bar textarea.reply {
  1705. float: left;
  1706. margin: 0px 0 4px 14px;
  1707. width: 485px;
  1708. overflow: hidden;
  1709. resize: none;
  1710. height: 30px;
  1711. }
  1712.  
  1713. form.reply-form div.comment-bar a {
  1714. float: left;
  1715. margin-top: 5px;
  1716. }
  1717.  
  1718. form.reply-form div.comment-bar button {
  1719. margin: 0px 0 0px 57px;
  1720. float: left;
  1721. }
  1722.  
  1723. form.reply-form textarea.reply {
  1724. width: 542px;
  1725. display: block;
  1726. margin-bottom: 5px;
  1727. resize: none;
  1728. height: 40px;
  1729. line-height: 15px;
  1730. }
  1731.  
  1732. form.reply-form div.footer select {
  1733. width: 165px;
  1734. margin-left: 5px;
  1735. padding: 1px;
  1736. height: 27px;
  1737. }
  1738.  
  1739. form.reply-form div.footer {
  1740. display: block;
  1741. text-align: left;
  1742. }
  1743.  
  1744. form.reply-form div.img-content {
  1745. display: none;
  1746. margin-top: 5px;
  1747. text-align: left;
  1748. border-top: 1px solid #eee;
  1749. }
  1750.  
  1751. form.reply-form div.img-content img {
  1752. display: inline-block;
  1753. margin-top: 10px;
  1754. max-width: 350px;
  1755. max-height: 150px;
  1756. min-width: 100px;
  1757. min-height: 70px;
  1758. border: 1px solid #ccc;
  1759. }
  1760.  
  1761. form.reply-form div.img-content a {
  1762. display: block;
  1763. text-align: left;
  1764. margin-top: 3px;
  1765. }
  1766.  
  1767. form.reply-form div.loader {
  1768. display: none;
  1769. margin: 5px;
  1770. text-align: center;
  1771. border-top: 1px solid #eee;
  1772. }
  1773.  
  1774. form.reply-form div.loader span.spinner {
  1775. background-image: url(../img/bigger_spinner.gif);
  1776. width: 32px;
  1777. height: 32px;
  1778. display: inline-block;
  1779. }
  1780.  
  1781. form.reply-form div.footer a {
  1782. margin-left: 10px;
  1783. }
  1784.  
  1785. .modal-footer .btn-send{
  1786. float: right;
  1787. margin-left: 5px;
  1788. margin-bottom: 0;
  1789. }
  1790.  
  1791. .center {
  1792. text-align: center;
  1793. }
  1794.  
  1795. .padding_15 {
  1796. padding: 15px;
  1797. }
  1798.  
  1799. #signUpInBox input[type="text"], #signUpInBox input[type="password"] {
  1800. font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  1801. font-size: 15px;
  1802. }
  1803.  
  1804. .modal.signup.in p {
  1805. font-size: 15px;
  1806. }
  1807.  
  1808. .best-places {
  1809. padding: 10px 20px 10px;
  1810. }
  1811.  
  1812. .notifycount {
  1813. float: right;
  1814. margin-top: -1px;
  1815. background-color: #f03d25;
  1816. border: 1px solid #d83722;
  1817. border-bottom: 1px solid #c0311e;
  1818. border-top: 1px solid #e23923;
  1819. -webkit-border-radius: 2px;
  1820. border-radius: 2px;
  1821. text-align: center;
  1822. min-width: 16px;
  1823. padding: 0 1px;
  1824. color: #fff;
  1825. font-size: 9px;
  1826. font-weight: bold;
  1827. overflow: hidden;
  1828. }
  1829.  
  1830. .profile-username {
  1831. color: #1c2a47;
  1832. font-size: 20px;
  1833. overflow: hidden;
  1834. line-height: 22px;
  1835. margin: 16px 0px 16px 10px;
  1836. font-weight: bold;
  1837. }
  1838.  
  1839. .ask-data .action span.liketoolbox {
  1840. min-height: 20px;
  1841. float: right;
  1842. }
  1843.  
  1844. .ask-data .action span.likeloadbox {
  1845. display: none;
  1846. position: relative;
  1847. top: 4px;
  1848. right: 25px;
  1849. float: right;
  1850. }
  1851.  
  1852. .send-ask, .send-comment, .offer-ask {
  1853. width: 130px;
  1854. font-size: 12px;
  1855. color: #fff;
  1856. }
  1857.  
  1858. .yet-btn {
  1859. margin-top: 15px;
  1860. width: 130px;
  1861. font-size: 12px;
  1862. padding: 5px 15px;
  1863. color: #fff;
  1864. }
  1865.  
  1866. .send-ask:hover, .send-comment:hover {
  1867. color: #fff;
  1868. }
  1869.  
  1870. .notify-block {
  1871. text-align: center;
  1872. position: fixed;
  1873. width: 500px;
  1874. left: 50%;
  1875. margin-left: -250px;
  1876. margin-top: -50px;
  1877. top: 50%;
  1878. background-color: rgb(34, 34, 34);
  1879. opacity: 0.9;
  1880. font-size: 14px;
  1881. padding: 20px;
  1882. color: rgb(255, 255, 255);
  1883. z-index: 999;
  1884. border-top-left-radius: 5px;
  1885. border-top-right-radius: 5px;
  1886. border-bottom-right-radius: 5px;
  1887. border-bottom-left-radius: 5px;
  1888. -webkit-user-select: none;
  1889. display: none;
  1890. }
  1891.  
  1892. .search-content {
  1893. display: block;
  1894. margin: 17px;
  1895. }
  1896.  
  1897. .user-data {
  1898. position: relative;
  1899. min-height: 101px;
  1900. padding: 9px 12px;
  1901. padding-right: 0px;
  1902. border-bottom: 1px solid #e5e5e5;
  1903. }
  1904.  
  1905. .user-data:last-child {
  1906. border-bottom: none;
  1907. }
  1908.  
  1909. .user-data:hover .footer {
  1910. -moz-opacity:1;
  1911. opacity:1
  1912. }
  1913.  
  1914. .user-data .footer {
  1915. -moz-opacity:.50;
  1916. opacity:.50
  1917. }
  1918.  
  1919. .user-data .content {
  1920. display: block;
  1921. margin-left: 108px;
  1922. }
  1923.  
  1924. .user-data .content p {
  1925. font-size: 11px;
  1926. }
  1927.  
  1928. .user-data .content p.rating a {
  1929. background-color: #6FBC00;
  1930. color: #FFF;
  1931. padding: 2px;
  1932. line-height: 12px;
  1933. font-weight: normal;
  1934. font-size: 11px;
  1935. text-decoration: none;
  1936. border-radius: 2px;
  1937. }
  1938.  
  1939. .user-data .content p.rating a:hover {
  1940. text-decoration: none;
  1941. }
  1942.  
  1943. .user-data .content p.answers {
  1944. font-weight: normal;
  1945. }
  1946.  
  1947. .user-data .content p.status {
  1948. font-weight: bold;
  1949. color: gray;
  1950. white-space: nowrap;
  1951. text-overflow: ellipsis;
  1952. outline: 0;
  1953. overflow: hidden;
  1954. width: 100%;
  1955. }
  1956.  
  1957. .user-data .content p.city {
  1958. color: gray;
  1959. }
  1960.  
  1961. .user-data .avatar {
  1962. position: absolute;
  1963. top: 12px;
  1964. left: 0px;
  1965. border: 1px solid #ccc;
  1966. height: 100px;
  1967. width: 100px;
  1968. }
  1969.  
  1970. .user-data p {
  1971. display: block;
  1972. position: relative;
  1973. word-wrap: break-word;
  1974. }
  1975.  
  1976. .user-data p.footer {
  1977. text-align: right;
  1978. position: absolute;
  1979. right: 0px;
  1980. bottom: 5px;
  1981. }
  1982.  
  1983. .user-data p.footer a{
  1984. margin-left: 5px;
  1985. float:left;
  1986. }
  1987.  
  1988. .user-data p.userfullname {
  1989. line-height: 20px;
  1990. font-size: 13px;
  1991. font-weight: bold;
  1992. }
  1993.  
  1994. .user-data p.userfullname a {
  1995. color: #2B587A;
  1996. }
  1997.  
  1998. .user-data .action {
  1999. position: absolute;
  2000. right: 0;
  2001. top: 10px;
  2002. color: #ccc;
  2003. background-color: #999999;
  2004. color: #FFF;
  2005. padding: 2px;
  2006. line-height: 12px;
  2007. font-weight: normal;
  2008. font-size: 11px;
  2009. border-radius: 2px;
  2010. }
  2011.  
  2012. .questions-content {
  2013. display: block;
  2014. margin: 17px;
  2015. }
  2016.  
  2017. .view-more-container {
  2018. vertical-align: middle;
  2019. text-align: center;
  2020. padding-top: 10px;
  2021. min-height: 33px;
  2022. }
  2023.  
  2024. .view-more-container img {
  2025. margin-top: 3px;
  2026. }
  2027.  
  2028. .adv-data {
  2029. position: relative;
  2030. display: block;
  2031. padding: 20px 12px;
  2032. padding-bottom: 30px;
  2033. border-bottom: 1px solid #e8e8e8;
  2034. }
  2035.  
  2036. .adv-data .warning {
  2037. display: block;
  2038. font-size: 13px;
  2039. font-weight: bold;
  2040. color: #404040;
  2041. }
  2042.  
  2043. .adv-data .warning span.url {
  2044. font-family: Arial, Helvetica, sans-serif;
  2045. display: block;
  2046. text-align: center;
  2047. font-size: 15px;
  2048. font-weight: bold;
  2049. margin-right: 50px;
  2050. margin-left: 50px;
  2051. color: #fff;
  2052. line-height: 24px;
  2053. padding: 5px 10px 5px 10px;
  2054. margin-top: 13px;
  2055. background: #4fca74;
  2056. border-radius: 5px;
  2057. -moz-border-radius: 5px;
  2058. -webkit-border-radius: 5px;
  2059. cursor: text;
  2060. }
  2061.  
  2062. .adv-data .warning span.message {
  2063. display: block;
  2064. text-align: center;
  2065. margin-top: 10px;
  2066. border: 1px solid #ddd;
  2067. padding: 10px;
  2068. background-color: #f8f8f8;
  2069. }
  2070.  
  2071. .adv-data .error {
  2072. display: block;
  2073. font-size: 14px;
  2074. font-weight: bold;
  2075. color: #990000;
  2076. }
  2077.  
  2078. .adv-data .success {
  2079. display: block;
  2080. font-size: 14px;
  2081. font-weight: bold;
  2082. color: #669900;
  2083. }
  2084.  
  2085. .adv-data .wait {
  2086. display: block;
  2087. font-size: 14px;
  2088. font-weight: bold;
  2089. color: #444444;
  2090. }
  2091.  
  2092. .adv-data small {
  2093. display: block;
  2094. font-size: 10px;
  2095. font-weight: bold;
  2096. color: gray;
  2097. padding-left: 20px;
  2098. }
  2099.  
  2100. .adv-data .center {
  2101. text-align: center;
  2102. }
  2103.  
  2104. .adv-data .lefttext {
  2105. text-align: left;
  2106. font-size: 12px;
  2107. }
  2108.  
  2109. .ask-data {
  2110. position: relative;
  2111. display: block;
  2112. min-height: 50px;
  2113. padding: 9px 12px;
  2114. padding-right: 0px;
  2115. border-bottom: 1px solid #e5e5e5;
  2116. }
  2117.  
  2118. .ask-data:last-child {
  2119. border-bottom: none;
  2120. }
  2121.  
  2122. .ask-data:hover .action-bar a {
  2123. -moz-opacity:1;
  2124. opacity:1
  2125. }
  2126.  
  2127. .ask-data .action-bar a {
  2128. margin-left: 10px;
  2129. font-size: 11px;
  2130. float: right;
  2131. font-weight: normal;
  2132. -moz-opacity:.50;
  2133. opacity:.50;
  2134. }
  2135.  
  2136. .ask-data:hover .action {
  2137. -moz-opacity:1;
  2138. opacity:1
  2139. }
  2140.  
  2141. .ask-data:hover .stream-ask {
  2142. -moz-opacity: .40;
  2143. opacity: .40
  2144. }
  2145.  
  2146. .ask-data .action {
  2147. -moz-opacity:.90;
  2148. opacity:.90;
  2149. }
  2150.  
  2151. .ask-data p.action {
  2152. display:block;
  2153. text-align: left;
  2154. }
  2155.  
  2156. .ask-data span.action {
  2157. display: inline-block;
  2158. }
  2159.  
  2160. .ask-data .action {
  2161. margin-top: 10px;
  2162. margin-bottom: 2px;
  2163. font-size: 11px;
  2164. color: #000;
  2165. line-height: 24px;
  2166. }
  2167.  
  2168. .ask-data .action a.btn-comment {
  2169. -moz-opacity: .0;
  2170. opacity: .0
  2171. }
  2172.  
  2173. .ask-data .action a.btn-light{
  2174. -moz-opacity:.0;
  2175. opacity:.0;
  2176. }
  2177.  
  2178. .ask-data:hover .action a.btn-light, .ask-data:hover .action a.btn-comment{
  2179. -moz-opacity:.90;
  2180. opacity:.90;
  2181. }
  2182.  
  2183. .ask-data .action a {
  2184. margin-left: 5px;
  2185. font-weight: normal;
  2186. display: inline-block;
  2187. white-space: nowrap;
  2188. text-overflow: ellipsis;
  2189. }
  2190.  
  2191. .ask-data .action a.likecount {
  2192. background: #fff;
  2193. display: inline-block;
  2194. color: #7295b2;
  2195. display: inline-block;
  2196. font-size: 10px;
  2197. font-weight: bold;
  2198. margin: 0;
  2199. padding: 0px 8px;
  2200. text-align: center;
  2201. cursor: pointer;
  2202. border-radius: 3px;
  2203. }
  2204.  
  2205. .ask-data .action a.ask-share, .ask-data .action a.ask-like {
  2206. cursor: pointer;
  2207. display: inline-block;
  2208. font-size: 10px;
  2209. font-weight: normal;
  2210. line-height: 14px;
  2211. padding: 4px;
  2212. padding-top: 5px;
  2213. text-align: center;
  2214. text-decoration: none;
  2215. vertical-align: top;
  2216. white-space: nowrap;
  2217. color: #fff;
  2218. border-radius: 3px;
  2219. opacity: .30;
  2220. }
  2221.  
  2222. .ask-data .action a.ask-share:hover, .ask-data .action a.ask-like:hover, .ask-data .action a.likecount:hover {
  2223. background: #EFF2F8;
  2224. opacity: 100;
  2225. text-decoration: none;
  2226. }
  2227.  
  2228. .ask-data .action a.ask-like:focus, .ask-data .action a.ask-like:focus, .ask-data .action a.likecount:focus {
  2229. text-decoration: none;
  2230. }
  2231.  
  2232. .ask-data i.btn-play {
  2233. cursor: pointer;
  2234. position: absolute;
  2235. left: 80px;
  2236. width: 49px;
  2237. height: 41px;
  2238. margin-top: -45px;
  2239. background-position: -214px -102px;
  2240. }
  2241.  
  2242. .ask-data i.like {
  2243. background-position: -15px -45px;
  2244. }
  2245.  
  2246. .ask-data i.share {
  2247. background-position: -15px -30px;
  2248. }
  2249.  
  2250. .ask-data i.unlink {
  2251. background-position: -15px -60px;
  2252. }
  2253.  
  2254. .ask-data i {
  2255. display: block;
  2256. background-image: url(../img/app_img.png?x=2);
  2257. height: 15px;
  2258. width: 15px;
  2259. }
  2260.  
  2261. .ask-data .time {
  2262. color: #808080;
  2263. font-size: 11px;
  2264. font-weight: normal;
  2265. }
  2266.  
  2267. .ask-data .time a.from {
  2268. color: #3b5998;
  2269. cursor: pointer;
  2270. }
  2271.  
  2272. .ask-data a.time {
  2273. margin-right: 5px;
  2274. color: #808080;
  2275. cursor: pointer;
  2276. }
  2277.  
  2278. .ask-data .content {
  2279. display: block;
  2280. margin-left: 50px;
  2281. }
  2282.  
  2283. .ask-data .avatar {
  2284. position: absolute;
  2285. top: 12px;
  2286. left: 0px;
  2287. height: 50px;
  2288. width: 50px;
  2289. border: 1px solid #e8e8e8;
  2290. border-radius: 4px;
  2291. }
  2292.  
  2293. .ask-data p {
  2294. display: block;
  2295. word-wrap: break-word;
  2296. font-size: 14px;
  2297. line-height: 25px;
  2298. font-weight: bold;
  2299. }
  2300.  
  2301. .ask-data div.comment {
  2302. display: block;
  2303. padding: 10px;
  2304. padding-left: 0px;
  2305. min-height: 40px;
  2306. word-wrap: break-word;
  2307. font-size: 14px;
  2308. font-weight: bold;
  2309. border-top: 1px solid #e8e8e8;
  2310. }
  2311.  
  2312. .ask-data div.get-comments {
  2313. display: block;
  2314. min-height: 13px;
  2315. text-align: center;
  2316. cursor: pointer;
  2317. background: #E9EDF1;
  2318. color: #6A7989;
  2319. font-size: 11px;
  2320. padding: 8px;
  2321. }
  2322.  
  2323. .ask-data div.quick-comment {
  2324. display: block;
  2325. min-height: 13px;
  2326. text-align: center;
  2327. background: #f8f8f8;
  2328. color: #6A7989;
  2329. font-size: 11px;
  2330. padding: 8px;
  2331. }
  2332.  
  2333. .ask-data div.quick-comment span {
  2334. display: block;
  2335. min-height: 13px;
  2336. text-align: center;
  2337. background: #f8f8f8;
  2338. color: #6A7989;
  2339. font-size: 12px;
  2340. padding-top: 3px;
  2341. padding-bottom: 4px;
  2342. }
  2343.  
  2344. .ask-data div.quick-comment>input[type="text"] {
  2345. display: block;
  2346. width: 538px;
  2347. height: 15px;
  2348. line-height: 14px;
  2349. background: #fff;
  2350. color: #6A7989;
  2351. font-size: 11px;
  2352. resize: none;
  2353. }
  2354.  
  2355. .ask-data div.get-comments>img {
  2356. padding: 2px;
  2357. }
  2358.  
  2359. .ask-data div.comment:hover span.time a.remove-comment {
  2360. -moz-opacity: 0.9;
  2361. opacity: 0.9;
  2362. }
  2363.  
  2364. .ask-data div.comment:first-child {
  2365. margin-top: 10px;
  2366. }
  2367.  
  2368. .ask-data div.comment span.time {
  2369. display: inline-block;
  2370. margin-top: 7px;
  2371. min-width: 500px;
  2372. }
  2373.  
  2374. .ask-data div.comment span.time a.remove-comment {
  2375. -moz-opacity: 0.0;
  2376. opacity: 0.0;
  2377. float: right;
  2378. }
  2379.  
  2380. .ask-data div.comment p {
  2381. display: inline-block;
  2382. margin-left: 10px;
  2383. word-break: break-all;
  2384. max-width: 490px;
  2385. line-height: 18px;
  2386. font-weight: normal;
  2387. }
  2388.  
  2389. .ask-data div.comment p>a.comment-link {
  2390. color: #333;
  2391. word-break: break-all;
  2392. display: block;
  2393. }
  2394.  
  2395. .ask-data div.comment p>a.comment-link:hover {
  2396. text-decoration: none;
  2397. }
  2398.  
  2399. .ask-data div.comment a.comment-avatar {
  2400. float: left;
  2401. margin-left: 5px;
  2402. display: inline-block
  2403. }
  2404.  
  2405. .ask-data div.comment a.comment-avatar img {
  2406. position: relative;
  2407. display: inline-block;
  2408. height: 40px;
  2409. width: 40px;
  2410. border: 1px solid #e8e8e8;
  2411. border-radius: 4px;
  2412. }
  2413.  
  2414. .ask-report-btn,.user-report-btn,.qa-report-btn {
  2415. display: block;
  2416. width: 100%;
  2417. margin-top: 7px;
  2418. padding: 4px;
  2419. -moz-opacity: 0.9;
  2420. opacity: 0.9;
  2421. }
  2422.  
  2423. .ask-report-btn:hover,.user-report-btn:hover,.qa-report-btn:hover {
  2424. -moz-opacity: 1;
  2425. opacity: 1;
  2426. }
  2427.  
  2428. .adv-data:hover .delete,.ask-data:hover .delete,.ask-data:hover .ask-report,.ask-data:hover .remove,.ask-data:hover .ask-stream,.ask-data:hover .msg-stream, .ask-data:hover .answer-delete{
  2429. display: block;
  2430. }
  2431.  
  2432. .adv-data:hover .delete:hover,.ask-data:hover .delete:hover,.ask-data:hover .stream-ask:hover,.ask-data:hover .ask-report:hover,.ask-data:hover .remove:hover,.ask-data:hover .ask-stream:hover,.ask-data:hover .msg-stream:hover, .ask-data:hover .answer-delete:hover {
  2433. -moz-opacity:1;
  2434. opacity:1
  2435. }
  2436.  
  2437. .ask-data .ask-report {
  2438. cursor: pointer;
  2439. display: none;
  2440. background-image: url(../img/app_img.png?x=1);
  2441. background-position: -15px -15px;
  2442. position: absolute;
  2443. height: 15px;
  2444. width: 15px;
  2445. top: 15px;
  2446. right: 0;
  2447. -moz-opacity:.50;
  2448. opacity:.50
  2449. }
  2450.  
  2451. .add-img i {
  2452. display: block;
  2453. background-image: url(../img/app_img.png?x=1);
  2454. background-position: -15px 0px;
  2455. margin-left: 2px;
  2456. height: 15px;
  2457. width: 15px;
  2458. }
  2459.  
  2460. .adv-data .delete,.ask-data .delete {
  2461. cursor: pointer;
  2462. display: none;
  2463. background-image: url(../img/app_img.png);
  2464. background-repeat: no-repeat;
  2465. background-size: auto;
  2466. background-position: -15px -75px;
  2467. position: absolute;
  2468. height: 16px;
  2469. width: 16px;
  2470. top: 15px;
  2471. right: 0;
  2472. -moz-opacity:.50;
  2473. opacity:.50
  2474. }
  2475.  
  2476. .ask-data .rating {
  2477. background-color: #31c8f8;
  2478. color: #FFF;
  2479. padding: 2px;
  2480. padding-left: 5px;
  2481. padding-right: 5px;
  2482. line-height: 12px;
  2483. font-weight: normal;
  2484. position: absolute;
  2485. font-size: 11px;
  2486. text-decoration: none;
  2487. border-radius: 2px;
  2488. top: 15px;
  2489. right: 0;
  2490. }
  2491.  
  2492. .adv-data .remove,.ask-data .remove {
  2493. cursor: pointer;
  2494. display: none;
  2495. background-image: url(../img/app_img.png);
  2496. background-repeat: no-repeat;
  2497. background-size: auto;
  2498. background-position: -15px -60px;
  2499. position: absolute;
  2500. height: 16px;
  2501. width: 16px;
  2502. top: 15px;
  2503. right: 0;
  2504. -moz-opacity:.50;
  2505. opacity:.50
  2506. }
  2507.  
  2508. .ask-data .answer-delete {
  2509. cursor: pointer;
  2510. display: none;
  2511. position: absolute;
  2512. top: 15px;
  2513. right: 0;
  2514. font-size: 11px;
  2515. -moz-opacity:.50;
  2516. opacity:.50
  2517. }
  2518.  
  2519. .adv-data .delete i,.ask-data .delete i, .ask-data .ask-report i{
  2520. position: absolute;
  2521. top: 10px;
  2522. right: 0;
  2523. }
  2524.  
  2525. .ask-data p.normal-text{
  2526. display: block;
  2527. word-wrap: break-word;
  2528. font-size: 12px;
  2529. line-height: 25px;
  2530. font-weight: bold;
  2531. }
  2532.  
  2533. .ask-data p.user-name{
  2534. display: block;
  2535. word-wrap: break-word;
  2536. font-size: 13px;
  2537. line-height: 25px;
  2538. font-weight: normal;
  2539. color: #404040;
  2540. }
  2541.  
  2542. .ask-data p.answer-block{
  2543. border: 1px solid #e5e5e5;
  2544. background: #f8f8f8;
  2545. display: block;
  2546. word-wrap: break-word;
  2547. font-size: 12px;
  2548. line-height: 20px;
  2549. margin-top: 5px;
  2550. padding: 10px;
  2551. font-weight: normal;
  2552. }
  2553.  
  2554. .ask-data p.answer-block span {
  2555. display: block;
  2556. word-wrap: break-word;
  2557. font-size: 14px;
  2558. line-height: 20px;
  2559. font-weight: bold;
  2560. }
  2561.  
  2562. .ask-data p.answer-block span.answer-img {
  2563. display: block;
  2564. word-wrap: break-word;
  2565. font-size: 14px;
  2566. line-height: 20px;
  2567. font-weight: bold;
  2568. text-align: left;
  2569. border: none;
  2570. background: transparent;
  2571. }
  2572.  
  2573. .ask-data p.answer-block span.reply {
  2574. display: block;
  2575. color: #000;
  2576. padding: 5px;
  2577. margin-top: 10px;
  2578. border: 1px dashed #ccc;
  2579. }
  2580.  
  2581. .ask-data p.answer-text{
  2582. display: block;
  2583. padding-top: 10px;
  2584. word-wrap: break-word;
  2585. font-size: 14px;
  2586. font-weight: normal;
  2587. line-height: 18px;
  2588. }
  2589.  
  2590. .ask-data p.ask-text {
  2591. font-size: 14px;
  2592. max-width: 540px;
  2593. }
  2594.  
  2595. .ask-data p.question {
  2596. max-width: 540px;
  2597. }
  2598.  
  2599. .ask-data p.ask-text a.answer{
  2600. color: #222;
  2601. text-decoration: none;
  2602. }
  2603.  
  2604. .ask-data p.ask-text a.answer:hover{
  2605. text-decoration:none
  2606. }
  2607.  
  2608. .ask-data .answer-img{
  2609. display: block;
  2610. float: none;
  2611. margin-top: 15px;
  2612. font-size: 14px;
  2613. text-align: left;
  2614. padding: 7px;
  2615. background-color: #f8f8f8;
  2616. border: 1px solid #e5e5e5;
  2617. }
  2618.  
  2619. .ask-data .answer-img span.video-object {
  2620. display: inline-block;
  2621. cursor: pointer;
  2622. }
  2623.  
  2624. .ask-data .answer-img img{
  2625. border: 1px solid #f5f5f5;
  2626. position: relative;
  2627. max-height: 130px;
  2628. max-width: 350px;
  2629. min-width: 50px;
  2630. min-height: 50px;
  2631. display: block;
  2632. vertical-align: top;
  2633. background: url(../img/bigger_spinner.gif) center center;
  2634. background-repeat: no-repeat;
  2635. }
  2636.  
  2637. .ask-data .answer-img img.video-img{
  2638. min-width: 132px;
  2639. min-height: 100px;
  2640. background: url(../img/bigger_spinner.gif) center center;
  2641. background-repeat: no-repeat;
  2642. }
  2643.  
  2644. .ask-data .answer-img img.answer-photo{
  2645. display: inline-block;
  2646. }
  2647.  
  2648. .ask-data .answer-img a{
  2649. margin-right: 5px;
  2650. }
  2651.  
  2652. small {
  2653. font-size: 10px;
  2654. }
  2655.  
  2656. .about {
  2657. display: block;
  2658. font-size: 14px;
  2659. line-height: 20px;
  2660. }
  2661.  
  2662. .slogan {
  2663. display: block;
  2664. margin-top: 20px;
  2665. margin-bottom: 20px;
  2666. font-size: 28px;
  2667. line-height: 32px;
  2668. font-weight: bold;
  2669. text-align: center;
  2670. }
  2671.  
  2672. .users_table {
  2673. width: 100%;
  2674. border: 1px solid #cccccc;
  2675. word-break: break-all;
  2676. }
  2677.  
  2678. .users_table th {
  2679. padding: 5px;
  2680. font-size: 12px;
  2681. width: 100px;
  2682. text-align: center;
  2683. font-weight: normal;
  2684. background: #f6f6f6;
  2685. color: #666666;
  2686. border-top: 1px dashed #cccccc;
  2687. }
  2688.  
  2689. .users_table td {
  2690. padding: 5px;
  2691. font-size: 12px;
  2692. width: 100px;
  2693. text-align: center;
  2694. font-weight: normal;
  2695. background: #f6f6f6;
  2696. color: #666666;
  2697. border-left: 1px dashed #cccccc;
  2698. border-top: 1px dashed #cccccc;
  2699. }
  2700.  
  2701. .users_table td.first {
  2702. border-top: none;
  2703. }
  2704.  
  2705. .users_table td.selected {
  2706. color: #ffffff;
  2707. font-weight: bold;
  2708. background: #4ebce6;
  2709. }
  2710.  
  2711. .users_table td.selected2 {
  2712. color: #ffffff;
  2713. font-weight: bold;
  2714. background: #94A2BF;
  2715. }
  2716.  
  2717. .profile-box {
  2718. display: block;
  2719. position: relative;
  2720. float: left;
  2721. width: 100%;
  2722. }
  2723.  
  2724. .profile-form-prompt {
  2725. padding: 30px;
  2726. text-align:center;
  2727. border-bottom: 1px solid #ddd;
  2728. background: #f8f8f8;
  2729. }
  2730.  
  2731. .profile-form-prompt span{
  2732. display: block;
  2733. font-weight: bold;
  2734. padding: 5px;
  2735. }
  2736.  
  2737. .profile-form {
  2738. display: block;
  2739. width: 100%;
  2740. }
  2741.  
  2742. .profile-form .footer .counter {
  2743. float: left;
  2744. color: gray;
  2745. font-weight: bold;
  2746. padding-left: 10px;
  2747. padding-top: 2px;
  2748. }
  2749.  
  2750. .profile-form .footer {
  2751. background:#f5f7fa;
  2752. display: block;
  2753. border-bottom: 1px solid #d3d6db;
  2754. border-top: 1px solid #d3d6db;
  2755. padding: 10px;
  2756. height: 25px
  2757. }
  2758.  
  2759. .profile-form .editor {
  2760. display: block;
  2761. min-height: 63px;
  2762. font-size: 14px;
  2763. line-height: 18px;
  2764. background-color: transparent;
  2765. resize:none;
  2766. border: 0;
  2767. outline: 0;
  2768. padding: 10px;
  2769. width: 642px;
  2770. }
  2771.  
  2772. .profile-form .editor[disabled="disabled"]{
  2773. cursor: default;
  2774. }
  2775.  
  2776. .share1 {text-align:center;margin:3px 2px; font-size: 12px; font-weight: bolder; line-height: 32px; padding:0 15px;border-radius:3px;background:url('../img/share_bg.png');
  2777. -webkit-box-shadow: inset 0 0 0.2em rgba(255,255,255,0.1),inset 0 0 0.1em rgba(255,255,255,0.3),0 1px 5px rgba(0,0,0,0.2);
  2778. box-shadow: inset 0 0 0.2em rgba(255,255,255,0.1),inset 0 0 0.1em rgba(255,255,255,0.3),0 1px 5px rgba(0,0,0,0.2);
  2779. }
  2780. .share1:hover {box-shadow:inset 0 1px 0 rgba(255,255,255,0.3),inset 0 0 0 50px rgba(255,255,255,0.1);}
  2781. .share1:active {box-shadow:inset 0 2px 5px rgba(0,0,0,0.1);}
  2782. .share1 a {display:block;color:#fff;text-decoration:none;}
  2783. .share1 a:before {width:37px;height:31px;margin:0px 7px 0 -10px;content:'';display:block;float:left;top:3px;font:0/0 arial;background:url('../img/share_ico.png');}
  2784.  
  2785. /* VK */
  2786. .share1.vk {background-position:0 -96px;border:1px solid #23405b;}
  2787. .share1.vk a {text-shadow: 0 -1px 1px rgba(0,0,0,0.6);}
  2788. .share1.vk a:before {background-position:0 -93px;}
  2789.  
  2790. /* FB */
  2791. .share1.fb {background-position:0 -32px;border:1px solid #23405b;}
  2792. .share1.fb a {text-shadow: 0 -1px 1px rgba(0,0,0,0.6);}
  2793. .share1.fb a:before {background-position:0 -31px;}
  2794.  
  2795. /* tw */
  2796. .share1.tw {background-position:0 -64px;border:1px solid #3aaed1;}
  2797. .share1.tw a {text-shadow: 0 -1px 1px rgba(0,0,0,0.2);}
  2798. .share1.tw a:before {background-position:0 -62px;}
  2799.  
  2800. .sharer {
  2801. display: block;
  2802. }
  2803.  
  2804. .sharer a.share-btn {
  2805. margin-top: 10px;
  2806. margin-right: 2px;
  2807. padding: 0px;
  2808. text-decoration: none;
  2809. display: inline-block;
  2810. }
  2811.  
  2812. .sharer i {
  2813. background: url(../img/share_ico2.png) no-repeat center;
  2814. background-color: transparent;
  2815. display: block;
  2816. width: 32px;
  2817. height: 32px;
  2818. }
  2819. .share-btn i.vk {
  2820. background-position: 0px -94px;
  2821. }
  2822.  
  2823. .share-btn i.fb {
  2824. background-position: 0px -32px;
  2825. }
  2826.  
  2827. .share-btn i.tw {
  2828. background-position: 0px -62px;
  2829. }
  2830.  
  2831. .dark-btn {
  2832. background-color: #5B7FA6;
  2833. font-size: 11px;
  2834. padding: 7px 7px;
  2835. font-weight: normal;
  2836. -webkit-transition: opacity 100ms linear, background-color 100ms linear;
  2837. -moz-transition: opacity 100ms linear, background-color 100ms linear;
  2838. -o-transition: opacity 100ms linear, background-color 100ms linear;
  2839. transition: opacity 100ms linear, background-color 100ms linear;
  2840. color: #FFFFFF;
  2841. }
  2842. .dark-btn:hover {
  2843. text-decoration: none;
  2844. opacity: 0.9;
  2845. filter: alpha(opacity=90);
  2846. }
  2847. .dark-btn:active {
  2848. text-decoration: none;
  2849. }
  2850.  
  2851. .tt_pointer {
  2852. margin-left: 101.5px;
  2853. display: block;
  2854. background-image: url(../img/app_img.png?x=1);
  2855. background-position: 0px 0px;
  2856. background-color: transparent;
  2857. position: relative;
  2858. bottom: -2px;
  2859. height: 8px;
  2860. width: 11px;
  2861. margin: 0px 20px;
  2862. overflow: hidden;
  2863. }
  2864.  
  2865. .tt_text {
  2866. background: #FFF;
  2867. border: 1px solid #ccc;
  2868. border-color: rgba(0,0,0,.2);
  2869. box-shadow: 0 2px 10px rgba(0,0,0,.2);
  2870. color: #2C587D;
  2871. }
  2872.  
  2873. div.tt_main_menu .tt_text {
  2874. background: #FFF;
  2875. border: 1px solid #ccc;
  2876. border-top: none;
  2877. border-color: rgba(0,0,0,.2);
  2878. box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
  2879. color: #2C587D;
  2880. }
  2881.  
  2882. div.tt_main_menu .tt_text div.tt_menu {
  2883. padding: 4px;
  2884. }
  2885.  
  2886. div.tt_menu {
  2887. padding: 4px;
  2888. }
  2889.  
  2890. ul.tt_menu {
  2891. display: block;
  2892. background: #fff;
  2893. padding: 10px;
  2894. text-align: left;
  2895. white-space: normal;
  2896. margin: 0;
  2897. }
  2898.  
  2899. ul.tt_menu li {
  2900. display: inline-block;
  2901. line-height: 1.2;
  2902. border: 0;
  2903. padding: 0;
  2904. }
  2905.  
  2906. ul.tt_menu li>a {
  2907. color: #404040;
  2908. text-decoration: none;
  2909. cursor: pointer;
  2910. display: inline-block;
  2911. font-size: 13px;
  2912. margin: 5px 5px;
  2913. text-align: center;
  2914. outline: none;
  2915. white-space: normal;
  2916. }
  2917.  
  2918. ul.tt_menu span.image {
  2919. display: inline-block;
  2920. vertical-align: top;
  2921. height: 64px;
  2922. width: 64px;
  2923. }
  2924.  
  2925. ul.tt_menu span.image img {
  2926. height: 64px;
  2927. width: 64px;
  2928. border: 1px solid #ccc;
  2929. }
  2930.  
  2931. ul.tt_menu span.title {
  2932. display: block;
  2933. line-height: 20px;
  2934. overflow: hidden;
  2935. white-space: nowrap;
  2936. width: 84px;
  2937. text-overflow: ellipsis;
  2938. }
  2939.  
  2940. div.tt_footer {
  2941. display: block;
  2942. background: #f5f5f5;
  2943. }
  2944.  
  2945. div.tt_footer a {
  2946. display: block;
  2947. padding: 7px 12px 7px 12px;
  2948. text-align: center;
  2949. line-height: 18px;
  2950. text-decoration: none;
  2951. color: #737373;
  2952. float: none;
  2953. }
  2954.  
  2955. .tt_item {
  2956. display: block;
  2957. padding: 4px 12px 4px 12px;
  2958. text-decoration: none;
  2959. color: #2C587D;
  2960. cursor: pointer;
  2961. font-size: 11px;
  2962. font-weight: normal;
  2963. }
  2964.  
  2965. div.tt_main_menu .tt_item {
  2966. display: block;
  2967. padding: 10px 12px 10px 12px;
  2968. text-decoration: none;
  2969. color: #737373;
  2970. cursor: pointer;
  2971. font-size: 14px;
  2972. font-weight: normal;
  2973. }
  2974.  
  2975. .tt_item:hover {
  2976. background: #E1E7ED;
  2977. text-decoration: none;
  2978. }
  2979.  
  2980. div.tt_main_menu .tt_item:hover {
  2981. background-color: #f5f5f5;
  2982. color: #262626;
  2983. text-decoration: none;
  2984. }
  2985.  
  2986. .ribbon {
  2987. -webkit-transition: top .15s,opacity .15s;
  2988. transition: top .15s,opacity .15s;
  2989. -webkit-user-select: none;
  2990. cursor: pointer;
  2991. display: block;
  2992. height: auto;
  2993. min-height: 60px;
  2994. max-width: 60px;
  2995. min-width: 50px;
  2996. outline: none;
  2997. padding: 0 0 0 0;
  2998. position: absolute;
  2999. top: 100px;
  3000. color: #fff;
  3001. }
  3002.  
  3003. .ribbon-content {
  3004. cursor: pointer;
  3005. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3006. box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3007. background-color: #427fed;
  3008. background-image: -webkit-linear-gradient(top,transparent,transparent);
  3009. background-image: linear-gradient(top,transparent,transparent);
  3010. border: 1px solid transparent;
  3011. color: #fff;
  3012. -webkit-border-radius: 2px;
  3013. border-radius: 2px;
  3014. cursor: default;
  3015. font-size: 12px;
  3016. font-weight: bold;
  3017. text-align: center;
  3018. white-space: nowrap;
  3019. margin-right: 16px;
  3020. line-height: 28px;
  3021. min-width: 54px;
  3022. outline: 0;
  3023. padding: 0 8px;
  3024. }
  3025.  
  3026. .ribbon-msg {
  3027. line-height: 15px;
  3028. margin: 5px 5px 5px 5px;
  3029. overflow: hidden;
  3030. white-space: normal;
  3031. }
  3032.  
  3033. .ribbon-msg span.count {
  3034. display: block;
  3035. }
  3036.  
  3037. .ribbon-notify {
  3038. background-position: 0px -100px;
  3039. }
  3040.  
  3041. .ribbon-money {
  3042. background-position: 0px -120px;
  3043. }
  3044.  
  3045. .ribbon-msg {
  3046. background-position: 0px -80px;
  3047. }
  3048.  
  3049. .ribbon-ask {
  3050. background-position: 0px 0px;
  3051. }
  3052.  
  3053. .ribbon-vk {
  3054. background-position: 0px -20px;
  3055. }
  3056.  
  3057. .ribbon-scroll {
  3058. background-position: 0px -40px;
  3059. }
  3060.  
  3061. .ribbon-back {
  3062. background-position: 0px -60px;
  3063. }
  3064.  
  3065. .left-sidebar {
  3066. float: left;
  3067. display: block;
  3068. width: 130px;
  3069. min-height: 100px;
  3070. }
  3071.  
  3072. .left-sidebar .usermenu {
  3073. padding-top: 5px;
  3074. padding-left: 2px;
  3075. /*position: fixed;*/
  3076. }
  3077.  
  3078. .left-sidebar .usermenu ul {
  3079. padding-left: 3px;
  3080. }
  3081.  
  3082. .left-sidebar .usermenu ul.ribbon-menu {
  3083. padding-left: 0px;
  3084. width: 120px;
  3085. }
  3086.  
  3087. .left-sidebar .usermenu ul.ribbon-menu li {
  3088. float: left;
  3089. -webkit-transition: top .15s,opacity .15s;
  3090. transition: top .15s,opacity .15s;
  3091. -webkit-user-select: none;
  3092. cursor: pointer;
  3093. display: inline-block;
  3094. height: auto;
  3095. min-height: 55px;
  3096. max-width: 105px;
  3097. min-width: 50px;
  3098. outline: none;
  3099. margin-top: 7px;
  3100. margin-left: 7px;
  3101. color: #fff;
  3102. }
  3103.  
  3104. .left-sidebar .usermenu ul.ribbon-menu li>a>i {
  3105. background-image: url(../img/ribbon.png?x=9);
  3106. background-color: transparent;
  3107. margin: 10px auto 0 auto;
  3108. display: block;
  3109. height: 20px;
  3110. width: 20px;
  3111. }
  3112.  
  3113. .left-sidebar .usermenu ul.ribbon-menu li>a.green {
  3114. background-color: #75ab00;
  3115. }
  3116.  
  3117. .left-sidebar .usermenu ul.ribbon-menu li>a.blue {
  3118. background-color: #31c8f8;
  3119. }
  3120.  
  3121. .left-sidebar .usermenu ul.ribbon-menu li>a.scroll {
  3122. background-color: #e5e5e5;
  3123. }
  3124.  
  3125. .left-sidebar .usermenu ul.ribbon-menu li>a.black {
  3126. background-color: #262626;
  3127. }
  3128.  
  3129. .left-sidebar .usermenu ul.ribbon-menu li>a.red {
  3130. background-color: #DC4A36;
  3131. }
  3132.  
  3133. .left-sidebar .usermenu ul.ribbon-menu li>a.orange {
  3134. background-color: #F4B400;
  3135. }
  3136.  
  3137. .left-sidebar .usermenu ul.ribbon-menu li>a.vk {
  3138. background-color: #41599a;
  3139. }
  3140.  
  3141. .left-sidebar .usermenu ul.ribbon-menu li>a {
  3142. cursor: pointer;
  3143. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3144. box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3145. background-color: #427fed;
  3146. background-image: -webkit-linear-gradient(top,transparent,transparent);
  3147. background-image: linear-gradient(top,transparent,transparent);
  3148. border: 1px solid transparent;
  3149. color: #fff;
  3150. -webkit-border-radius: 2px;
  3151. border-radius: 2px;
  3152. cursor: pointer;
  3153. font-size: 11px;
  3154. font-weight: bold;
  3155. text-align: center;
  3156. white-space: nowrap;
  3157. line-height: 28px;
  3158. min-width: 55px;
  3159. outline: 0;
  3160. padding: 0 10px;
  3161. overflow: hidden;
  3162. text-overflow: ellipsis;
  3163. }
  3164.  
  3165. .left-sidebar .usermenu ul.ribbon-menu li>a.mypage {
  3166. cursor: pointer;
  3167. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3168. box-shadow: 0 1px 0 rgba(0,0,0,.05);
  3169. background-color: transparent;
  3170. border: 1px solid #ccc;
  3171. color: #fff;
  3172. -webkit-border-radius: 2px;
  3173. border-radius: 2px;
  3174. min-width: 55px;
  3175. min-height: 90px;
  3176. line-height: 0px;
  3177. padding: 0px;
  3178. }
  3179.  
  3180. .left-sidebar .usermenu ul.ribbon-menu li>a.mypage img.photo {
  3181. height: 103px;
  3182. }
  3183.  
  3184. .left-sidebar .usermenu ul.ribbon-menu li>a:hover {
  3185. opacity: 0.9;
  3186. }
  3187.  
  3188. .left-sidebar .usermenu ul.ribbon-menu li:hover {
  3189. background: #fff;
  3190. }
  3191.  
  3192. .left-sidebar .usermenu a {
  3193. color: #3081A3;
  3194. display: block;
  3195. font-size: 11px;
  3196. text-decoration: none;
  3197. }
  3198.  
  3199. .left-sidebar .usermenu span.red {
  3200. color: #C00C0C;
  3201. }
  3202.  
  3203. .left-sidebar .usermenu li {
  3204. cursor: pointer;
  3205. display: block;
  3206. width: 116px;
  3207. border-radius: 2px;
  3208. }
  3209.  
  3210. .left-sidebar .usermenu li.divider {
  3211. display: block;
  3212. margin-top: 3px;
  3213. padding-top: 3px;
  3214. margin-left: 2px;
  3215. border-top: 1px solid #C4CDE0;
  3216. width: 105px;
  3217. }
  3218.  
  3219. .left-sidebar .usermenu li.divider:hover {
  3220. background: transparent;
  3221. cursor: default;
  3222. }
  3223.  
  3224. .left-sidebar .usermenu li>a{
  3225. padding: 5px;
  3226. color: #737373;
  3227. }
  3228.  
  3229. .left-sidebar .usermenu li>a:hover{
  3230. color: #262626;
  3231. }
  3232.  
  3233. .left-sidebar .usermenu li:hover {
  3234. /*background: #d8dfea;*/
  3235. text-decoration:none;
  3236. background: #f8f8f8;
  3237. }
  3238.  
  3239. .main-page-users {
  3240. padding: 0;
  3241. margin: 0;
  3242. background: transparent;
  3243. width: 100%;
  3244. }
  3245.  
  3246. .main-page-users .content {
  3247. width: 790px;
  3248. margin: 0 auto;
  3249. }
  3250.  
  3251. .main-page-users .content span {
  3252. margin-top: 30px;
  3253. margin-bottom: 30px;
  3254. font-size: 18px;
  3255. display: block;
  3256. text-align: center;
  3257. }
  3258.  
  3259. .users-block a {
  3260. margin-left: 7px;
  3261. }
  3262.  
  3263. .users-block a>img {
  3264. border: 1px solid #ccc;
  3265. width: 70px;
  3266. height: 70px;
  3267. }
  3268.  
  3269. .main-page {
  3270. display: block;
  3271. width: 100%;
  3272. margin: 0;
  3273. padding: 0;
  3274. background: url(/img/reg.jpg?x=2) no-repeat top center;
  3275. background-size: cover;
  3276. min-height: 498px;
  3277. /*border-bottom: 1px solid #ccc;*/
  3278. }
  3279.  
  3280. .main-page .content {
  3281. position: relative;
  3282. display: block;
  3283. width: 790px;
  3284. min-height: 100%;
  3285. margin: 0 auto;
  3286. padding: 0;
  3287. padding-top: 0;
  3288. }
  3289.  
  3290. .main-content-block {
  3291. display: block;
  3292. color: #000;
  3293. margin: 0;
  3294. padding: 0;
  3295. max-width: 790px;
  3296. padding-top: 155px;
  3297. /*text-align: center;*/
  3298. font-family:"segoe ui",helvetica,Arial,Sans-Serif;
  3299. }
  3300.  
  3301. .main-content-block .join-block {
  3302. /*text-align: center;*/
  3303. display: block;
  3304. padding-top: 20px;
  3305. }
  3306.  
  3307. .main-content-block .welcome-block {
  3308. font-size: 48px;
  3309. display: block;
  3310. line-height: 42px;
  3311. font-weight: normal;
  3312. padding-bottom: 15px;
  3313. color: #fff;
  3314. }
  3315.  
  3316. .join-btn {
  3317. color: #fff;
  3318. display: inline-block;
  3319. text-align: center;
  3320. font-weight: bold;
  3321. padding: 21px 35px 19px;
  3322. background: #64ce83;
  3323. font-size: 18px;
  3324. }
  3325.  
  3326. @media screen and (device-width: 1366px) {
  3327.  
  3328. .main-page {
  3329. min-height: 360px;
  3330. }
  3331.  
  3332. .main-content-block {
  3333. padding-top: 110px;
  3334. }
  3335. }
  3336.  
  3337. @media screen and (device-width: 1024px) {
  3338.  
  3339. .main-page {
  3340. min-height: 360px;
  3341. }
  3342.  
  3343. .main-content-block {
  3344. padding-top: 110px;
  3345. }
  3346. }
  3347.  
  3348. @media screen and (device-width: 1280px) {
  3349.  
  3350. .main-page {
  3351. min-height: 360px;
  3352. }
  3353.  
  3354. .main-content-block {
  3355. padding-top: 110px;
  3356. }
  3357. }
  3358.  
  3359. @media screen and (device-width: 1360px) {
  3360.  
  3361. .main-page {
  3362. min-height: 360px;
  3363. }
  3364.  
  3365. .main-content-block {
  3366. padding-top: 110px;
  3367. }
  3368. }
  3369.  
  3370. .main-footer {
  3371. display: block;
  3372. width: 100%;
  3373. background: #fff;
  3374. }
  3375.  
  3376. .main-footer ul {
  3377. width: 790px;
  3378. padding-top: 40px;
  3379. padding-bottom: 40px;
  3380. text-align: center;
  3381. margin: 0 auto;
  3382. }
  3383.  
  3384. .main-footer li {
  3385. display: inline;
  3386. margin: 0 3px;
  3387. }
  3388.  
  3389. .main-footer li:first-child {
  3390. color: #333;
  3391. margin-right: 7px;
  3392. }
  3393.  
  3394. .main-footer li>a {
  3395. color: rgb(160,160,160);
  3396. }
  3397.  
  3398. .verify {
  3399. position: absolute;
  3400. right: auto;
  3401. margin-left: 5px;
  3402. top: 5px;
  3403. cursor: pointer;
  3404. width: 15px;
  3405. height: 15px;
  3406. background: url(../img/app_img.png?x=4);
  3407. background-position: -30px 0px;
  3408. }
  3409.  
  3410. .search_verify {
  3411. margin-left: 5px;
  3412. top: 2px;
  3413. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement