Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tapa talk + ads
Re: Tapa talk + ads
#36
I can't do anything about the ads we're seeing, but I can do something about the missing new post icon you could click:
Code:
/* You need to replace this one that I changed earlier */
ul.topics li.row {
    padding: 10px 15px 8px 45px;
}

/* Add the comments icon back in the hackiest way possible */
a.row-item-link {
  font-size: 22px;
  color: teal;
  margin-top: 10px
}
a.row-item-link::before {
  margin-left: 10px;
  content:"f27a";
  /* Because I can't add FontAwesome .fa class directly */
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
We could have put a small png inline there, but I looked and saw they were loading FontAwesome anyway, so I picked what I thought was best from http://fontawesome.io/icons/

Also, I'm not really a fan of the cyan buttons, so I propose changing them to a nice teal color:
Code:
/* Let's eliminate the cyan */
.topic_type, .pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .unread-mark, input.quick-relay.button1,
#footer, .navbar, .navbar a, .navbar_footer, .navbar_footer a, .default-submit-action,
.headerbar, .scrollToTop, .no_avatar, .social_links_footer, .badge, thead tr, .sidebar_block_stripe::before, .fancy_panel::before
{
    background: teal !important;
}
.below-header-nav .inner-box .nav-item.active {
  color: teal;
  border-bottom-color: teal;
}
.below-header-nav .inner-box svg path, .below-header-nav .inner-box svg polygon {
  fill: teal !important;
}
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, a.specialbutton, .button:hover, .button:focus {
    border-color: teal;
}
.codebox code {
  color: #ac7000;
}
Yep, I'm even changing the icon colors Big Grin
-- ∇×V
Reply


Messages In This Thread
Tapa talk + ads - by Dartz - 07-07-2017, 07:10 PM
Re: Tapa talk + ads - by robkelk - 07-07-2017, 07:15 PM
Re: Tapa talk + ads - by Ebony - 07-07-2017, 08:33 PM
Re: Tapa talk + ads - by Dartz - 07-07-2017, 08:58 PM
Re: Tapa talk + ads - by robkelk - 07-07-2017, 09:09 PM
Re: Tapa talk + ads - by Dartz - 07-07-2017, 09:12 PM
Re: Tapa talk + ads - by robkelk - 07-07-2017, 10:00 PM
Re: Tapa talk + ads - by LilFluff - 07-07-2017, 11:43 PM
Re: Tapa talk + ads - by Dartz - 07-08-2017, 01:51 AM
Re: Tapa talk + ads - by Zojojojo - 07-08-2017, 02:26 AM
Re: Tapa talk + ads - by Labster - 07-08-2017, 02:59 AM
Re: Tapa talk + ads - by Firvulag - 07-08-2017, 03:21 AM
Re: Tapa talk + ads - by ClassicDrogn - 07-08-2017, 03:46 AM
Re: Tapa talk + ads - by robkelk - 07-08-2017, 07:48 PM
Re: Tapa talk + ads - by robkelk - 07-09-2017, 12:37 AM
Re: Tapa talk + ads - by Dartz - 07-09-2017, 12:57 AM
Re: Tapa talk + ads - by robkelk - 07-09-2017, 01:42 AM
Re: Tapa talk + ads - by Matrix Dragon - 07-09-2017, 02:18 AM
Re: Tapa talk + ads - by Morganite - 07-09-2017, 02:27 AM
Re: Tapa talk + ads - by Dartz - 07-09-2017, 02:53 AM
Re: Tapa talk + ads - by robkelk - 07-09-2017, 01:47 PM
Re: Tapa talk + ads - by Morganite - 07-09-2017, 06:55 PM
Re: Tapa talk + ads - by Cobalt Greywalker - 07-10-2017, 08:27 PM
Re: Tapa talk + ads - by Labster - 07-10-2017, 10:12 PM
Re: Tapa talk + ads - by ECSNorway - 07-11-2017, 12:36 AM
Re: Tapa talk + ads - by Morganite - 07-11-2017, 11:14 PM
Re: Tapa talk + ads - by Niteflier - 07-12-2017, 01:38 AM
Re: Tapa talk + ads - by ClassicDrogn - 07-12-2017, 05:38 AM
Re: Tapa talk + ads - by Labster - 07-12-2017, 08:27 AM
Re: Tapa talk + ads - by Niteflier - 07-12-2017, 07:49 PM
Re: Tapa talk + ads - by Morganite - 07-12-2017, 11:47 PM
Re: Tapa talk + ads - by Labster - 07-14-2017, 12:17 AM
Re: Tapa talk + ads - by Morganite - 07-14-2017, 03:34 AM
Re: Tapa talk + ads - by Niteflier - 07-14-2017, 03:54 AM
Re: Tapa talk + ads - by Morganite - 07-14-2017, 05:20 AM
Re: Tapa talk + ads - by Labster - 07-14-2017, 07:48 AM
Re: Tapa talk + ads - by Morganite - 07-14-2017, 08:05 AM
Re: Tapa talk + ads - by Black Aeronaut - 07-14-2017, 12:52 PM
Re: Tapa talk + ads - by robkelk - 07-14-2017, 01:24 PM
Re: Tapa talk + ads - by LynnInDenver - 07-14-2017, 02:40 PM
Re: Tapa talk + ads - by Morganite - 07-14-2017, 05:44 PM
Re: Tapa talk + ads - by Dartz - 07-14-2017, 08:11 PM
Re: Tapa talk + ads - by Morganite - 07-15-2017, 05:43 AM
Re: Tapa talk + ads - by Inquisitive Raven - 07-15-2017, 06:17 AM
Re: Tapa talk + ads - by robkelk - 07-15-2017, 02:29 PM
Re: Tapa talk + ads - by robkelk - 07-15-2017, 02:31 PM
Re: Tapa talk + ads - by robkelk - 07-19-2017, 03:28 PM
Re: Tapa talk + ads - by Black Aeronaut - 07-19-2017, 04:42 PM
Re: Tapa talk + ads - by Cobalt Greywalker - 07-19-2017, 08:16 PM
Re: Tapa talk + ads - by Norgarth - 07-20-2017, 12:41 AM
Re: Tapa talk + ads - by Star Ranger4 - 07-20-2017, 05:03 PM
Re: Tapa talk + ads - by Bob Schroeck - 07-20-2017, 07:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)