styles.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852
  1. /*!
  2. * Author: jesus e.
  3. * Version: 1.2.10
  4. */
  5. @font-face {
  6. font-family: 'Open Sans';
  7. font-style: normal;
  8. font-weight: 400;
  9. font-display: swap;
  10. src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../fonts/opensans/latin.woff2) format("woff2");
  11. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  12. }
  13. body {
  14. font-family: 'Open Sans', sans-serif;
  15. color: #fff;
  16. background: #111;
  17. overflow-x: hidden;
  18. }
  19. p {
  20. line-height: 24px;
  21. font-size: 14px;
  22. }
  23. a {
  24. text-decoration: none;
  25. color: #007bff;
  26. }
  27. a:hover {
  28. color: #0091EA;
  29. text-decoration: none;
  30. transition: all 0.3s ease-in-out;
  31. -o-transition: all 0.3s ease-in-out;
  32. -ms-transition: all 0.3s ease-in-out;
  33. -moz-transition: all 0.3s ease-in-out;
  34. -webkit-transition: all 0.3s ease-in-out;
  35. }
  36. .hr-author {
  37. margin: 10px 0;
  38. }
  39. a.link-author {
  40. color: #fff;
  41. }
  42. a.link-author:hover {
  43. color: #fff;
  44. }
  45. .style-scope svg {
  46. width: 0.8rem;
  47. height: 0.8rem;
  48. fill: #555;
  49. }
  50. ul {
  51. padding: 0;
  52. }
  53. hr {
  54. width: 100%;
  55. height: 1px;
  56. background-color: #222;
  57. border: none;
  58. margin: 30px 0;
  59. }
  60. h2, h3, h4, h5, h6 {
  61. margin: 0;
  62. padding: 0;
  63. white-space: nowrap;
  64. overflow: hidden;
  65. text-overflow: ellipsis;
  66. }
  67. h1 {
  68. margin-top: 1rem;
  69. font-size: 1rem;
  70. font-weight: 700;
  71. }
  72. summary {
  73. font-weight: 700;
  74. margin-top: 1rem;
  75. margin-bottom: 1rem;
  76. text-transform: uppercase;
  77. font-size: .8rem;
  78. }
  79. .button {
  80. background-color: #0091EA;
  81. color: #fff;
  82. padding: 17px 25px;
  83. text-transform: uppercase;
  84. font-weight: 700;
  85. font-size: 12px;
  86. border: 2px solid #0091EA;
  87. float: left;
  88. border-radius: 999px;
  89. }
  90. .button:hover {
  91. background-color: #fff;
  92. color: #0288D1;
  93. border: 2px solid #0288D1;
  94. text-decoration: none;
  95. transition: all 0.3s ease-in-out;
  96. -o-transition: all 0.3s ease-in-out;
  97. -ms-transition: all 0.3s ease-in-out;
  98. -moz-transition: all 0.3s ease-in-out;
  99. -webkit-transition: all 0.3s ease-in-out;
  100. }
  101. .clear {
  102. clear: both;
  103. }
  104. video {
  105. width: 100%;
  106. }
  107. /* plyr fix */
  108. .plyr:-moz-full-screen video {
  109. max-height: initial;
  110. }
  111. .plyr:-webkit-full-screen video {
  112. max-height: initial;
  113. }
  114. .plyr:-ms-fullscreen video {
  115. max-height: initial;
  116. }
  117. .plyr:fullscreen video {
  118. max-height: initial;
  119. }
  120. .plyr video {
  121. max-height: 480px;
  122. }
  123. /* highlight search */
  124. .highlighted {
  125. background: #0091EA;
  126. display: inline-block;
  127. font-weight: bold;
  128. padding: 0 6px;
  129. }
  130. /* Code */
  131. code {
  132. background-color: #282828;
  133. color: #73d1ed;
  134. }
  135. pre {
  136. background-color: #282828;
  137. color: #78dcfa;
  138. padding: 1rem;
  139. }
  140. /* Colors Code */
  141. .highlight {
  142. background: #000000;
  143. color: #cccccc;
  144. }
  145. .highlight pre {
  146. font-size: 75%;
  147. }
  148. .highlight .hll {
  149. background-color: #222222;
  150. }
  151. .highlight .c {
  152. color: #4E4F8E;
  153. }
  154. .highlight .err {
  155. color: #cccccc;
  156. border: 1px solid #FF0000;
  157. }
  158. .highlight .esc, .highlight .g {
  159. color: #cccccc;
  160. }
  161. .highlight .k {
  162. color: #cdcd00;
  163. }
  164. .highlight .l, .highlight .n {
  165. color: #cccccc;
  166. }
  167. .highlight .o {
  168. color: #3399cc;
  169. }
  170. .highlight .x {
  171. color: #cccccc;
  172. }
  173. .highlight .p {
  174. color: #fac0ba;
  175. }
  176. .highlight .ch, .highlight .cm, .highlight .cp, .highlight .cpf, .highlight .c1 {
  177. color: #4E4F8E;
  178. }
  179. .highlight .cs {
  180. color: #cd0000;
  181. font-weight: bold;
  182. }
  183. .highlight .gd {
  184. color: #cd0000;
  185. }
  186. .highlight .ge {
  187. color: #cccccc;
  188. font-style: italic;
  189. }
  190. .highlight .gr {
  191. color: #FF0000;
  192. }
  193. .highlight .gh {
  194. color: #4E4F8E;
  195. font-weight: bold;
  196. }
  197. .highlight .gi {
  198. color: #00cd00;
  199. }
  200. .highlight .go {
  201. color: #888888;
  202. }
  203. .highlight .gp {
  204. color: #4E4F8E;
  205. font-weight: bold;
  206. }
  207. .highlight .gs {
  208. color: #cccccc;
  209. font-weight: bold;
  210. }
  211. .highlight .gu {
  212. color: #800080;
  213. font-weight: bold;
  214. }
  215. .highlight .gt {
  216. color: #0044DD;
  217. }
  218. .highlight .kc {
  219. color: #cdcd00;
  220. }
  221. .highlight .kd {
  222. color: #00cd00;
  223. }
  224. .highlight .kn {
  225. color: #cd00cd;
  226. }
  227. .highlight .kp, .highlight .kr {
  228. color: #cdcd00;
  229. }
  230. .highlight .kt {
  231. color: #00cd00;
  232. }
  233. .highlight .ld {
  234. color: #cccccc;
  235. }
  236. .highlight .m {
  237. color: #cd00cd;
  238. }
  239. .highlight .s {
  240. color: #cd0000;
  241. }
  242. .highlight .na {
  243. color: #cccccc;
  244. }
  245. .highlight .nb {
  246. color: #cd00cd;
  247. }
  248. .highlight .nc {
  249. color: #00cdcd;
  250. }
  251. .highlight .no, .highlight .nd, .highlight .ni {
  252. color: #cccccc;
  253. }
  254. .highlight .ne {
  255. color: #666699;
  256. font-weight: bold;
  257. }
  258. .highlight .nf, .highlight .nl, .highlight .nn, .highlight .nx, .highlight .py {
  259. color: #cccccc;
  260. }
  261. .highlight .nt {
  262. color: orange;
  263. }
  264. .highlight .nv {
  265. color: #00cdcd;
  266. }
  267. .highlight .ow {
  268. color: #cdcd00;
  269. }
  270. .highlight .w {
  271. color: #cccccc;
  272. }
  273. .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
  274. color: #cd00cd;
  275. }
  276. .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
  277. color: #cd0000;
  278. }
  279. .highlight .bp {
  280. color: #cd00cd;
  281. }
  282. .highlight .vc, .highlight .vg, .highlight .vi {
  283. color: #00cdcd;
  284. }
  285. .highlight .il {
  286. color: #cd00cd;
  287. }
  288. /* Header */
  289. header {
  290. background: #222;
  291. }
  292. .fixed-top {
  293. position: fixed;
  294. top: 0;
  295. right: 0;
  296. left: 0;
  297. z-index: 4;
  298. }
  299. .logo {
  300. max-width: 60%;
  301. }
  302. #menu-toggle {
  303. position: relative;
  304. color: white;
  305. }
  306. #menu-toggle img {
  307. width: 20px;
  308. }
  309. .menu-bars {
  310. left: 1rem;
  311. }
  312. .menu-logo {
  313. position: relative;
  314. left: 2rem;
  315. }
  316. input {
  317. border: 1px solid #000;
  318. color: #fff;
  319. font-size: 12px;
  320. padding: 0.5rem 1rem;
  321. width: 100%;
  322. background: url(../images/search.png) #111 no-repeat right 35px center;
  323. background-size: 3%;
  324. outline: none;
  325. }
  326. .notifications {
  327. display: -ms-flexbox;
  328. display: flex;
  329. margin: 0px;
  330. -ms-flex-align: center;
  331. align-items: center;
  332. -ms-flex-pack: center;
  333. justify-content: center;
  334. }
  335. .notifications li {
  336. list-style: none;
  337. }
  338. .notifications li:hover {
  339. cursor: pointer;
  340. }
  341. .notifications i {
  342. color: #bbc3ca;
  343. font-size: 20px;
  344. margin: 0rem 0.2rem;
  345. }
  346. .notifications span {
  347. border-radius: 50px;
  348. background-color: #0091EA;
  349. color: #fff;
  350. font-weight: 700;
  351. padding: 4px 9px;
  352. font-size: 11px;
  353. position: relative;
  354. top: -12px;
  355. left: -12px;
  356. }
  357. /* Menu-profile */
  358. .menu-profile {
  359. display: -ms-flexbox;
  360. display: flex;
  361. -ms-flex-wrap: nowrap;
  362. flex-wrap: nowrap;
  363. -ms-flex-pack: end;
  364. justify-content: flex-end;
  365. -ms-flex-align: center;
  366. align-items: center;
  367. }
  368. .menu-profile ul {
  369. display: -ms-inline-flexbox;
  370. display: inline-flex;
  371. list-style: none;
  372. margin-bottom: 0px;
  373. }
  374. .image-profile-menu {
  375. width: 1rem;
  376. }
  377. .image-profile-menu img {
  378. width: 100%;
  379. }
  380. .log-out a {
  381. background: #0091EA;
  382. color: white;
  383. padding: .2rem;
  384. font-size: .8rem;
  385. font-weight: 700;
  386. }
  387. .log-out a:hover {
  388. color: white;
  389. }
  390. /*----------------------*/
  391. .username {
  392. color: #fff;
  393. font-weight: 700;
  394. }
  395. /* header mt-6 */
  396. .mt-6, .my-6 {
  397. margin-top: 6rem !important;
  398. }
  399. /* Tabs */
  400. .tab {
  401. text-align: center;
  402. margin: -10px 0;
  403. }
  404. .tab li {
  405. display: inline-block;
  406. text-transform: uppercase;
  407. color: #808791;
  408. font-weight: 700;
  409. font-size: 12px;
  410. margin: 0 20px;
  411. }
  412. .tab li:hover {
  413. color: #0091EA;
  414. cursor: pointer;
  415. transition: all 0.3s ease-in-out;
  416. -o-transition: all 0.3s ease-in-out;
  417. -ms-transition: all 0.3s ease-in-out;
  418. -moz-transition: all 0.3s ease-in-out;
  419. -webkit-transition: all 0.3s ease-in-out;
  420. }
  421. .tab li > a {
  422. color: white;
  423. }
  424. .tab .active {
  425. border-bottom: 3px solid #0091EA;
  426. padding-bottom: 20px;
  427. margin-bottom: -20px;
  428. color: #fff;
  429. }
  430. /* Main Content */
  431. details {
  432. font-size: 14px;
  433. }
  434. details > ul, details > ol {
  435. margin-left: 1rem;
  436. }
  437. caption {
  438. color: #fff;
  439. caption-side: top;
  440. }
  441. .main-videos h2 {
  442. margin: 0px 0px 0px 0px;
  443. font-weight: 900;
  444. font-size: 1rem;
  445. text-align: center;
  446. }
  447. .main-videos h2 > a {
  448. color: white;
  449. }
  450. .area {
  451. position: relative;
  452. margin-bottom: 0.5rem;
  453. }
  454. .duration {
  455. background-color: #000;
  456. color: #fff;
  457. padding: 2px 5px;
  458. text-transform: uppercase;
  459. font-weight: 700;
  460. font-size: 12px;
  461. position: absolute;
  462. right: 0;
  463. bottom: .2rem;
  464. }
  465. p.views {
  466. color: #343434;
  467. }
  468. .video p {
  469. margin: 0;
  470. padding: 0;
  471. color: #757a80;
  472. line-height: inherit;
  473. }
  474. .area:hover .mask {
  475. display: block;
  476. cursor: pointer;
  477. opacity: 100;
  478. transition: all 0.3s ease-in-out;
  479. -o-transition: all 0.3s ease-in-out;
  480. -ms-transition: all 0.3s ease-in-out;
  481. -moz-transition: all 0.3s ease-in-out;
  482. -webkit-transition: all 0.3s ease-in-out;
  483. }
  484. .vertical-align {
  485. position: relative;
  486. top: 50%;
  487. transform: translateY(-50%);
  488. -webkit-transform: translateY(-50%);
  489. -ms-transform: translateY(-50%);
  490. }
  491. .mask {
  492. position: absolute;
  493. background-color: rgba(17, 17, 17, 0.5);
  494. width: 100%;
  495. height: 100%;
  496. text-align: center;
  497. opacity: 0;
  498. }
  499. .mask p {
  500. color: #fff;
  501. font-weight: 700;
  502. }
  503. .mask i {
  504. color: #fff;
  505. }
  506. .mini {
  507. list-style: none;
  508. }
  509. .mini h4 {
  510. margin-top: 13px;
  511. font-weight: 700;
  512. }
  513. .mini p {
  514. font-size: 12px;
  515. margin-top: 6px;
  516. }
  517. .mini .duration {
  518. padding: 2px 5px;
  519. }
  520. .mini .mask p {
  521. display: none;
  522. }
  523. .mini .soumaicon.play svg {
  524. width: 3rem;
  525. height: 3rem;
  526. }
  527. li.mini:nth-child(2) {
  528. margin-bottom: 30px;
  529. }
  530. .video h4 {
  531. margin-top: 15px;
  532. font-weight: 400;
  533. text-align: center;
  534. }
  535. .single-channel .video p {
  536. margin-top: 7px;
  537. }
  538. /* Channel Information Section */
  539. .channel-bio hr {
  540. margin: 20px 0;
  541. }
  542. .channel-bio p {
  543. text-align: justify;
  544. }
  545. .channel-bio .button {
  546. margin-top: 10px;
  547. }
  548. .channel-name {
  549. font-weight: 500;
  550. font-size: 16px;
  551. }
  552. .channel-name img {
  553. margin-right: 10px;
  554. }
  555. /* Pagination */
  556. .page-item:first-child .page-link > span, .page-item:last-child .page-link > span {
  557. color: white;
  558. }
  559. .page-link {
  560. background-color: #222;
  561. border: 1px solid #111;
  562. color: #fff;
  563. }
  564. .page-item.disabled .page-link {
  565. pointer-events: none;
  566. cursor: auto;
  567. background-color: #111;
  568. border-color: #222;
  569. }
  570. .page-link:hover {
  571. text-decoration: none;
  572. background-color: #0091EA;
  573. border: solid 1px #026de0;
  574. color: #fff;
  575. }
  576. .page-item.active .page-link {
  577. color: #fff;
  578. background-color: #0091EA;
  579. border-color: #0091EA;
  580. }
  581. /* Footer */
  582. footer {
  583. text-align: center;
  584. padding: 0 0 30px;
  585. }
  586. footer li {
  587. display: inline;
  588. margin: 0 15px;
  589. }
  590. footer ul:nth-child(1) a {
  591. font-size: 16px;
  592. font-weight: 600;
  593. color: #fff;
  594. }
  595. footer ul:nth-child(2) {
  596. margin: 20px 0;
  597. }
  598. footer ul:nth-child(2) a {
  599. color: #f5f5f5;
  600. }
  601. footer li a:hover {
  602. color: #0091EA;
  603. text-decoration: none;
  604. transition: all 0.3s ease-in-out;
  605. -o-transition: all 0.3s ease-in-out;
  606. -ms-transition: all 0.3s ease-in-out;
  607. -moz-transition: all 0.3s ease-in-out;
  608. -webkit-transition: all 0.3s ease-in-out;
  609. }
  610. footer > h4, footer > h6 {
  611. color: #aaa7a7;
  612. font-weight: 300;
  613. }
  614. /* Sidebar */
  615. .title {
  616. color: #00A5FF;
  617. text-transform: uppercase;
  618. font-weight: 700;
  619. }
  620. .sidebar {
  621. margin-top: 0px;
  622. /* Adjust vertical columm with menu-bar */
  623. }
  624. .sidebar ul {
  625. margin-bottom: 5px;
  626. list-style: none;
  627. }
  628. .sidebar li {
  629. line-height: 40px;
  630. white-space: nowrap;
  631. overflow: hidden;
  632. text-overflow: ellipsis;
  633. }
  634. .sidebar a {
  635. color: #828c95;
  636. font-weight: 500;
  637. }
  638. .sidebar a:hover {
  639. color: #0091EA;
  640. text-decoration: none;
  641. }
  642. .sidebar i {
  643. font-size: 20px;
  644. margin-right: 15px;
  645. }
  646. .sidebar #subs img {
  647. margin-right: 15px;
  648. width: 25px;
  649. }
  650. #playlist p {
  651. font-size: 12px;
  652. font-weight: 300;
  653. margin-left: 35px;
  654. margin-top: -15px;
  655. }
  656. #playlist i {
  657. float: left;
  658. }
  659. #sidebar-wrapper {
  660. padding-top: 10px;
  661. padding-left: 30px;
  662. padding-right: 30px;
  663. margin-bottom: -10px;
  664. font-weight: 600;
  665. font-size: 14px;
  666. background-color: #111;
  667. border-right: 1px solid #dbdee0;
  668. top: 0;
  669. bottom: 0;
  670. z-index: 1000;
  671. left: 0;
  672. position: fixed;
  673. width: 300px;
  674. margin-left: -300px;
  675. overflow-x: hidden;
  676. overflow-y: hidden;
  677. transition: all 0.3s ease-in-out;
  678. -o-transition: all 0.3s ease-in-out;
  679. -ms-transition: all 0.3s ease-in-out;
  680. -moz-transition: all 0.3s ease-in-out;
  681. -webkit-transition: all 0.3s ease-in-out;
  682. }
  683. #sidebar-wrapper.active {
  684. left: 300px;
  685. width: 300px;
  686. }
  687. #menu-close {
  688. padding: 7px 0;
  689. }
  690. #menu-close img {
  691. width: 10px;
  692. }
  693. /* Main */
  694. h2.title-video {
  695. margin-left: 1rem;
  696. }
  697. soumaicon {
  698. display: -ms-inline-flexbox;
  699. display: inline-flex;
  700. -ms-flex-line-pack: center;
  701. align-content: center;
  702. }
  703. /*------ play icon -------*/
  704. .soumaicon svg {
  705. width: 1rem;
  706. height: 1rem;
  707. fill: currentcolor;
  708. }
  709. .soumaicon:hover svg {
  710. fill: #0091EA;
  711. }
  712. .soumaicon.play svg {
  713. width: 4rem;
  714. height: 4rem;
  715. }
  716. .soumaicon.play:hover svg {
  717. fill: currentcolor;
  718. }
  719. /*------- End play -------*/
  720. @media only screen and (max-width: 991px) {
  721. .logo {
  722. max-width: 15%;
  723. margin: .5rem 0;
  724. }
  725. .menu-profile {
  726. -ms-flex-pack: center;
  727. justify-content: center;
  728. }
  729. .mt-8 {
  730. margin-top: 8rem !important;
  731. }
  732. .mt-10 {
  733. margin-top: 10rem !important;
  734. }
  735. }
  736. @media screen and (max-width: 525px) {
  737. .tab .active {
  738. border-bottom: 2px solid #0091EA;
  739. padding-bottom: 1px;
  740. margin-bottom: 5px;
  741. }
  742. }
  743. @media only screen and (max-width: 480px) {
  744. .logo {
  745. max-width: 20%;
  746. }
  747. .channel-bio .button {
  748. margin-bottom: 1rem;
  749. }
  750. ul#user-info {
  751. display: -ms-flexbox;
  752. display: flex;
  753. -ms-flex-direction: column;
  754. flex-direction: column;
  755. -ms-flex-align: center;
  756. align-items: center;
  757. }
  758. .notifications {
  759. position: relative;
  760. right: 0px;
  761. top: 0px;
  762. left: 0px;
  763. margin: 20px;
  764. }
  765. .ml-1 {
  766. margin-left: -15px !important;
  767. }
  768. .mt-8, .mt-10 {
  769. margin-top: 1rem !important;
  770. }
  771. .fixed-top {
  772. position: relative;
  773. top: 0;
  774. right: 0;
  775. left: 0;
  776. z-index: 3;
  777. }
  778. }