Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /*Font Face*/
  2. @font-face {
  3.     font-family: 'Exo';
  4.     font-style: normal;
  5.     font-weight: 400;
  6.     src: local('Exo Regular'),local('Exo-Regular'),url(https://fonts.gstatic.com/s/exo/v9/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  7.     unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
  8. }
  9. @font-face {
  10.     font-family: 'Exo';
  11.     font-style: normal;
  12.     font-weight: 400;
  13.     src: local('Exo Regular'),local('Exo-Regular'),url(https://fonts.gstatic.com/s/exo/v9/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  14.     unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  15. }
  16. @font-face {
  17.     font-family: 'Exo';
  18.     font-style: normal;
  19.     font-weight: 400;
  20.     src: local('Exo Regular'),local('Exo-Regular'),url(https://fonts.gstatic.com/s/exo/v9/4UaOrEtFpBISc36j.woff2) format('woff2');
  21.     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;
  22. }
  23. /*End Font Face*/
  24.  
  25. /* Verified Icon | Badge id: "1" */
  26. /* Replace the ".Badge--group--1" to your verified Badge id */
  27. @media (min-width:768px) {
  28.    
  29. /*Chat Theme - Discussions*/
  30. .CommentPost > div {
  31.     border-radius: 0 30px 30px 0;
  32.     border: 2px solid #e8ecf3;
  33.     background-color: rgba(0,1,255,0.05);
  34.     padding: 10px;
  35.  
  36. }
  37. .CommentPost:before{
  38.     content: '';
  39.     display: inline-block;
  40.     position: absolute;
  41.     border-color: rgba(255,0,0,0) rgba(243,1,1,0) #e8ecf3 #e8ecf3;
  42.     border-width: 8px;
  43.     border-style: solid;
  44.     margin-left: -8px;
  45.     margin-top: 15px;
  46.     transform:rotate(45deg);
  47.     -ms-transform:rotate(45deg); /* IE 9 */
  48.     -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
  49. }
  50. /*End Chat Theme - Discussions*/
  51.   body {
  52.     margin: 0;
  53.     font-family: 'Exo',sans-serif;
  54.   }
  55.  
  56.   .column-p {
  57.     display: block;
  58.     z-index: 11;
  59.     position: relative;
  60.     padding: 10px;
  61.     margin-right: auto;
  62.     margin-left: auto;
  63.   }
  64.  
  65.   .column-p img {
  66.     width: 170px;
  67.     margin-right: auto;
  68.     text-align: center;
  69.     margin-left: auto;
  70.     display: block;
  71.   }
  72.  
  73.   .column-p span {
  74.     color: #383737;
  75.     text-align: center;
  76.     font-size: 18px;
  77.   }
  78.  
  79.   .flex-img {
  80.     display: flex;
  81.     justify-content: center;
  82.   }
  83.  
  84.   .PostUser-badges {
  85.     position: unset;
  86.     margin-left: -42px;
  87.     margin-top: -3px;
  88.     float: none;
  89.     margin-right: -4px;
  90.     width: 64px;
  91.   }
  92.  
  93.   .PostUser-badges .Badge {
  94.     margin-left: -10px;
  95.     position: relative;
  96.     margin-top: -4px;
  97.     pointer-events: auto;
  98.   }
  99.  
  100.   .Badge--group--1 {
  101.     background-color: transparent !important;
  102.     background-size: cover !important;
  103.     background-image: url(https://i.imgur.com/XwOlvsQ.png) !important; /*Put your URL image*/
  104.     width: 15px;
  105.     height: 15px;
  106.     color: transparent !important;
  107.     border-radius: unset !important;
  108.     box-shadow: none;
  109.     top: 0.5px;
  110.     left: -2px;
  111.   }
  112. }
  113.  
  114. @media (min-width: 481px) and (max-width: 767px) {
  115.     .PostEdited {
  116.         left:35px;
  117.         top:-11px;
  118.         position: relative;
  119.     }
  120. /*Chat Theme - Discussions*/  
  121.    
  122. .CommentPost > div {
  123.     border-radius: 0 30px 30px 0;
  124.     border: 2px solid #e8ecf3;
  125.     background-color: rgba(0,1,255,0.05);
  126.     padding: 10px;
  127.  
  128. }
  129. .CommentPost:before{
  130.   border: none;  
  131. }
  132. /*End Chat Theme - Discussions*/
  133. .PostUser-badges .Badge--group--1 {
  134.     background-color: transparent !important;
  135.     background-size: cover !important;
  136.     background-image: url(https://i.imgur.com/XwOlvsQ.png) !important; /*Put your URL image*/
  137.     width: 15px;
  138.     height: 15px;
  139.     color: transparent !important;
  140.     border-radius: unset !important;
  141.     box-shadow: none;
  142.     left: -3px;
  143. }
  144.    
  145. .Dropdown-toggle time { /* Date of Discussion*/
  146.     position: relative;
  147.     top: -12px;
  148.     left: 38px;
  149. }
  150.  
  151. .UserCard-badges .Badge--group--1 {
  152.     left: -10px;
  153.     top: 2px;
  154.     position: relative;
  155. }
  156.  
  157.  body {
  158.     margin: 0;
  159.   }
  160.  
  161.   .column-p {
  162.     display: block;
  163.     z-index: 11;
  164.     position: relative;
  165.     padding: 10px;
  166.     margin-right: auto;
  167.     margin-left: auto;
  168.   }
  169.  
  170.   .column-p img {
  171.     width: 170px;
  172.     margin-right: auto;
  173.     text-align: center;
  174.     margin-left: auto;
  175.     display: block;
  176.   }
  177.  
  178.   .column-p span {
  179.     color: #383737;
  180.     text-align: center;
  181.     font-size: 18px;
  182.   }
  183.  
  184.   .flex-img {
  185.     display: flex;
  186.     justify-content: center;
  187.   }
  188.  
  189.   .PostUser-badges {
  190.     position: unset;
  191.     margin-left: -42px;
  192.     margin-top: -3px;
  193.     float: none;
  194.     margin-right: -4px;
  195.     width: 64px;
  196.   }
  197.  
  198.   .PostUser-badges .Badge {
  199.     margin-left: -10px;
  200.     position: relative;
  201.     margin-top: -4px;
  202.     pointer-events: auto;
  203.   }
  204.  
  205. }
  206.  
  207. @media (min-width: 100px) and (max-width: 480px) {
  208.  
  209. .Badge--group--1 {
  210.     background-color: transparent !important;
  211.     background-size: cover !important;
  212.     background-image: url(https://i.imgur.com/XwOlvsQ.png) !important; /*Put your URL image*/
  213.     width: 10px;
  214.     height: 10px;
  215.     color: transparent !important;
  216.     border-radius: unset !important;
  217.     box-shadow: none;
  218.     top: 1px;
  219.    
  220. }
  221.  
  222.  body {
  223.     margin: 0;
  224.   }
  225.  
  226.   .column-p {
  227.     display: block;
  228.     z-index: 11;
  229.     position: relative;
  230.     padding: 10px;
  231.     margin-right: auto;
  232.     margin-left: auto;
  233.   }
  234.  
  235.   .column-p img {
  236.     width: 170px;
  237.     margin-right: auto;
  238.     text-align: center;
  239.     margin-left: auto;
  240.     display: block;
  241.   }
  242.  
  243.   .column-p span {
  244.     color: #383737;
  245.     text-align: center;
  246.     font-size: 18px;
  247.   }
  248.  
  249.   .flex-img {
  250.     display: flex;
  251.     justify-content: center;
  252.   }
  253.  
  254.   .PostUser-badges {
  255.     position: unset;
  256.     margin-left: -42px;
  257.     margin-top: -3px;
  258.     float: none;
  259.     margin-right: -4px;
  260.     width: 64px;
  261.   }
  262.  
  263.   .PostUser-badges .Badge {
  264.     margin-left: -10px;
  265.     position: relative;
  266.     margin-top: -4px;
  267.     pointer-events: auto;
  268.   }
  269.  
  270. }
  271. /* Finish Verified Icon | Badge id: "1" */
  272.  
  273. /* User Card Badge */
  274. .UserCard-badges .Badge--group--1 {
  275.     left: -10px;
  276.     top: 2px;
  277.     position: relative;
  278.     width: 20px;
  279.     height: 20px;
  280. }
  281. .UserCard-badges .Badge--group--1 {
  282.     background-color: transparent !important;
  283.     background-size: cover !important;
  284.     background-image: url(https://i.imgur.com/XwOlvsQ.png) !important;
  285.     color: transparent !important;
  286.     box-shadow: none;
  287. }
  288. /* Finish User Card Badge */
  289.  
  290. /*Hide More Badges in Posts*/
  291. .Badge--group--2,.Badge--group--3,.Badge--group--4,.Badge--group--6,.Badge--group--8,.Badge--group--9,.Badge--group--10,.Badge--group--11,.Badge--group--12,.Badge--group--13,.Badge--group--14,.Badge--group--15 {
  292.     display: none;
  293. }
  294. /*Finish Hide More Badges in Posts*/
  295.  
  296. /*Block Icon Badge Id: 1*/
  297. .PostUser-badges .Badge .Badge-icon {
  298.     display: none;
  299. }
  300. .PostUser {
  301.     display: block;
  302.   }
  303. /*Finish Block Icon Badge Id: 2*/
  304.  
  305. /* Mention*/
  306. .PostMention,
  307. .UserMention {
  308.     border-radius: 8px;
  309.     padding: 2px 5px;
  310.     border: 0!important;
  311. }
  312. /*End Mention*/
  313. /* Citation */
  314. body .Post-body blockquote {
  315.     background: 0;
  316.     border-style: none;
  317.     padding: 0.8em 1em 0.8em 2.0em;
  318.     background-color: rgba(0,0,0,0.06);
  319.     border-radius: 10px;
  320. }
  321. blockquote>p>.PostMention {
  322.     display: block;
  323.     position: relative;
  324. }
  325. blockquote a.PostMention,
  326. blockquote a.UserMention {
  327.     background: 0;
  328.     margin: 0;
  329.     padding: 0 0.1em;
  330.     white-space: nowrap;
  331. }
  332. /*End Citation*/
  333.  
  334. .Post-body h1 { /*H1*/
  335.     font-size: 20px;
  336. }
  337.  
  338. .EventPost-info,.PostUser .username,.Post-body {
  339.     font-size: 16px; /*Tamanho da Fonte no Post*/ /*Username Font Size*/
  340. }
  341.  
  342. .Search-input input {
  343.     border-radius: 7px; /*Search box border*/
  344. }
  345.  
  346. .DiscussionListItem {
  347.     border-radius: 8px; /*Borda das dicussões da página inicial*/
  348. }
  349. .Dropdown-toggle {
  350.     border-radius: 0.3rem!important; /*Dropdown's checkered */
  351. }
  352.  
  353. .UserCard-avatar .Dropdown-toggle {
  354.     border-radius: 10.0rem!important; /*Avatar set Dropdown */      
  355. }
  356.  
  357. .DiscussionHero .TagsLabel .TagLabel { /*Discussion tag size */
  358.     background: transparent;
  359.     border-radius: 4px!important;
  360.     font-size: 15px;
  361.     padding: 3px 15px;
  362. }
  363.  
  364. .item-reply .Button,.Post-footer .icon,.Post-footer > ul { /* Font size Like/Mention*/
  365.     font-size: 15px;
  366. }
  367.  
  368. .editing .Post-body,.editing:before { /*Disable editor chat effect*/
  369.     border: none;
  370. }
  371.  
  372. .NotificationsDropdown { /* Notification icon*/
  373.     position: relative;
  374.     left: -2px;
  375. }
  376.  
  377. .LoadingPost .Post-header { /*Fix Loanding Post*/
  378.     display: none;    
  379. }