Advertisement
Peaser

Untitled

Dec 18th, 2015
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.02 KB | None | 0 0
  1. #action-panel-details a {
  2.     color: #2ecc71;
  3. }
  4.  
  5. #alientube a {
  6.     color: #888;
  7.     text-decoration: none;
  8.     transition: color .1s ease-in;
  9. }
  10.  
  11. #alientube a:hover {
  12.     color: black;
  13. }
  14.  
  15. #allowOnChannelContainer {
  16.     visibility: hidden;
  17. }
  18.  
  19. #watch-discussion .user-name, #watch-discussion .show-more, #watch-discussion .yt-uix-sessionlink, #watch-discussion .hide-comments a {
  20.     color: #2ecc71;
  21. }
  22.  
  23. #watch-header, #action-panel-details, #watch-discussion {
  24.     border-radius: 20px;
  25.     box-shadow: 0px 2px 0px #ccc;
  26. }
  27.  
  28. #watch-headline-title {
  29.     -text-align: center;
  30. }
  31.  
  32. #watch7-sidebar-contents {
  33.     background: rgba(255,255,255,0);
  34. }
  35.  
  36. #watch7-subscription-container > span > span {
  37.     height: 26px;
  38. }
  39.  
  40. #watch7-user-header {
  41.     border-top: 1px solid #ccc;
  42.     padding-top: 10px;
  43. }
  44.  
  45. #watch8-secondary-actions {
  46.     margin-left: 30px;
  47. }
  48.  
  49. * {
  50.     font-family: Ubuntu;
  51. }
  52.  
  53. .at_commentmain * {
  54.     font-size: 105%;
  55. }
  56.  
  57. .comments .channel-owner .comment-header .user-name {
  58.     background: white;
  59.     font-size: 125%
  60. ;
  61. }
  62.  
  63. .like-count {
  64.     background: white;
  65.     border: 1px solid #2ecc71;
  66.     border-radius: 5px;
  67.     color: #2ecc71;
  68.     padding: 1px 20px;
  69.     transition: color .25s ease-in-out, background .25s ease-in-out;
  70. }
  71.  
  72. .like-count:hover {
  73.     background: #2ecc71;
  74.     color: white;
  75. }
  76.  
  77. .video-extras-sparkbar-dislikes {
  78.     background: red;
  79. }
  80.  
  81. .video-extras-sparkbar-likes {
  82.     background: green;
  83. }
  84.  
  85. .video-extras-sparkbars, .video-extras-sparkbars * {
  86.     height: 3px;
  87. }
  88.  
  89. .yt-lockup-byline a.yt-uix-sessionlink, h3.yt-lockup-title a , .legacy-parent-link, .pl-video-owner a {
  90.     color: #2ecc71;
  91. }
  92.  
  93. .yt-uix-button-subscribe-branded {
  94.     -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  95.     background-clip: padding-box;
  96.     background-color: #247edd;
  97.     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  98.     border: 1px solid;
  99.     border-color: #1c65b2 #18589c #18589c;
  100.     border-radius: 4px;
  101.     box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  102.     color: white;
  103.     display: inline-block;
  104.     font-size: 14px;
  105.     line-height: 24px;
  106.     min-width: 96px;
  107.     overflow: hidden;
  108.     padding-bottom: 26px;
  109.     position: relative;
  110.     text-align: center;
  111.     text-decoration: none;
  112.     text-shadow: 0 1px #154c86;
  113.     vertical-align: top;
  114. }
  115.  
  116. .yt-uix-button-subscribe-branded:active {
  117.     -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  118.     background: #1f71c8;
  119.     background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
  120.     border-color: #113f70 #154c86 #1c65b2;
  121.     box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  122.     color: rgba(255, 255, 255, 0.9);
  123.     text-shadow: 0 -1px #154c86;
  124. }
  125.  
  126. .yt-uix-button-subscribe-branded:active:before {
  127.     -webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
  128.     bottom: -125%;
  129.     box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
  130.     left: -15%;
  131.     right: -15%;
  132.     top: -50%;
  133. }
  134.  
  135. .yt-uix-button-subscribe-branded:before {
  136.     -webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
  137.     background: transparent;
  138.     border-radius: 50%;
  139.     bottom: -25%;
  140.     box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
  141.     content: '';
  142.     left: -20%;
  143.     position: absolute;
  144.     right: -20%;
  145.     top: -25%;
  146. }
  147.  
  148. .yt-uix-button-subscribe-branded:hover {
  149.     background-color: #1a74d3;
  150. }
  151.  
  152. .yt-user-photo * {
  153.     border-radius: 100%;
  154. }
  155.  
  156. a#upload-btn {
  157.     background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
  158.     border-radius: 5px;
  159. }
  160.  
  161. a.yt-uix-redirect-link {
  162.     color: #2ecc71;
  163.     font-weight: bold;
  164. }
  165.  
  166. a.yt-uix-tile-link {
  167.     color: #2ecc71;
  168. }
  169.  
  170. body {
  171.     background: url("http://pastebin.com/i/bg.jpg");
  172. }
  173.  
  174. button#search-btn {
  175.     border-bottom-right-radius: 20px;
  176.     border-top-right-radius: 20px;
  177. }
  178.  
  179. /*
  180. button {
  181.     background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
  182.     border: 1px solid #ccc;
  183. }
  184. */
  185.  
  186. div.comment-text-toggle.hid > a.expand , div.comment-text-toggle.hid > a.collapse {
  187.     color: #2ecc71;
  188. }
  189.  
  190. h2.branded-page-module-title:hover * {
  191.     color: #2ecc71;
  192. }
  193.  
  194. img[width="48"], img[width="32"] {
  195.     border-radius: 100%;
  196. }
  197.  
  198. li.video-list-item.related-list-item {
  199.     margin-bottom: 0px;
  200. }
  201.  
  202. li.video-list-item.related-list-item:hover .title {
  203.     color: #2ecc71;
  204. }
  205.  
  206. span.at_score {
  207.     background: white;
  208.     border: 1px solid #444;
  209.     border-radius: 5px;
  210.     color: #444;
  211.     font-weight: normal;
  212.     margin-left: 10px;
  213.     padding: 1px 10px;
  214.     transition: color .2s ease-in-out, background .2s ease-in-out;
  215. }
  216.  
  217. span.at_score:hover {
  218.     background: #444;
  219.     color: white;
  220. }
  221.  
  222. video.video-stream.html-main-video {
  223.     border-radius: 2px;
  224. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement