|
|
(7 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | {{Fuck3}} | + | {{Now's Your Tele Vision}}<!-- |
− | {{#css:
| |
− | .mw-body {
| |
− | background-color: #f6f6f6;
| |
− | } .firstHeading, #contentSub, #contentSub2 {
| |
− | display: none;
| |
− | } #content, .mw-body-content {
| |
− | border: none;
| |
− | padding: 0;
| |
− | } .nytv-header {
| |
− | height: 52px;
| |
− | background-color: white;
| |
− | display: flex;
| |
− | align-items: center;
| |
− | justify-content: space-between;
| |
− | padding: 0 8px;
| |
− | position: relative;
| |
− | z-index: 9999;
| |
− | } .nytv-header div {
| |
− | display: inline;
| |
− | } .nytv-header .header-options {
| |
− | display: flex;
| |
− | align-items: center;
| |
− | gap: 6px;
| |
− | } .nytv-header .header-options .header-option {
| |
− | padding: 8px;
| |
− | display: flex;
| |
− | align-items: center;
| |
− | gap: 4px;
| |
− | } .option-post {
| |
− | background-color: rgb(46, 38, 204);
| |
− | border-radius: 6px;
| |
− | } .option-post:hover {
| |
− | background-color: rgb(62, 54, 237);
| |
− | } .option-post a.external, .option-post a.external:visited {
| |
− | color: white;
| |
− | } .option-post .external {
| |
− | background-image: none;
| |
− | padding-right: initial;
| |
− | } .nytv-content {
| |
− | margin: 20px;
| |
− | display: flex;
| |
− | gap: 8px;
| |
− | justify-content: center;
| |
− | } .nytv-article {
| |
− | padding: 12px;
| |
− | background-color: white;
| |
− | border-radius: 4px;
| |
− | max-width: 740px;
| |
− | } .nytv-article-header {
| |
− | display: flex;
| |
− | gap: 12px;
| |
− | font-size: 12px;
| |
− | } .nytv-article-title {
| |
− | font-size: 32px;
| |
− | line-height: 1.4em;
| |
− | font-family: "Merriweather", serif;
| |
− | font-weight: bold;
| |
− | } .header-date {
| |
− | color: grey;
| |
− | } .nytv-article-writer {
| |
− | display: flex;
| |
− | align-items: center;
| |
− | gap: 6px;
| |
− | margin: 4px 0;
| |
− | } .writer-avi img {
| |
− | height: 32px;
| |
− | width: 32px;
| |
− | border-radius: 100%;
| |
− | } .writer-avi-large img {
| |
− | height: 96px;
| |
− | width: 96px;
| |
− | border-radius: 100%;
| |
− | } .header-category {
| |
− | font-weight: bold;
| |
− | } .box-shadow {
| |
− | box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
| |
− | } .nytv-article-author {
| |
− | background-color: #f6f6f6;
| |
− | padding: 12px;
| |
− | border-radius: 6px;
| |
− | display: flex;
| |
− | gap: 12px;
| |
− | } .nytv-article-author .left-sidebar {
| |
− | width: 96px;
| |
− | } .nytv-article-author .author-name {
| |
− | font-size: 28px;
| |
− | font-weight: bold;
| |
− | } .nytv-article-author .author-sub {
| |
− | font-weight: bold;
| |
− | } .nytv-article-media {
| |
− | display: flex;
| |
− | align-items: center;
| |
− | justify-content: space-between;
| |
− | margin: 8px 0;
| |
− | } .social-media div {
| |
− | padding: 6px;
| |
− | border-radius: 4px;
| |
− | } .social-media .nerpapunch {
| |
− | background-color: rgb(128, 0, 0);
| |
− | } .social-media .nerpapunch:hover {
| |
− | background-color: rgb(148, 20, 20);
| |
− | } .social-media .okinsplat {
| |
− | background-color: rgb(205, 92, 92);
| |
− | } .social-media .okinsplat:hover {
| |
− | background-color: rgb(225, 112, 112);
| |
− | } .vote-button {
| |
− | height: 32px;
| |
− | width: 32px;
| |
− | border-radius: 100%;
| |
− | background-color: lightgrey;
| |
− | display: flex;
| |
− | justify-content: center;
| |
− | align-items: center;
| |
− | } .article-votes, .social-media {
| |
− | display: flex;
| |
− | align-items: center;
| |
− | gap: 6px;
| |
− | } .nytv-article-ymk {
| |
− | font-size: 24px;
| |
− | line-height: 1.4em;
| |
− | font-family: "Merriweather", serif;
| |
− | font-weight: bold;
| |
− | width: 100%;
| |
− | border-bottom: 1px solid grey;
| |
− | padding: 8px 0;
| |
− | } .ymk-articles {
| |
− | padding: 8px 0;
| |
− | display: flex;
| |
− | flex-direction: column;
| |
− | gap: 8px;
| |
− | } .ymk-article-title {
| |
− | font-size: 16px;
| |
− | font-family: "Merriweather", serif;
| |
− | line-height: 1.4em;
| |
− | font-weight: bold;
| |
− | } .ymk-article-author {
| |
− | font-size: 12px;
| |
− | color: grey;
| |
− | }}<!-- | |
| --><div class="nytv-container"> | | --><div class="nytv-container"> |
| <div class="nytv-header box-shadow"> | | <div class="nytv-header box-shadow"> |
Line 174: |
Line 35: |
| <div class="social-media"> | | <div class="social-media"> |
| <div class="nerpapunch">[[File:Nerpapunch logo or at least my interpretation of it.png|link=NerpaPunch|52px|Give this an award on NerpaPunch!]]</div> | | <div class="nerpapunch">[[File:Nerpapunch logo or at least my interpretation of it.png|link=NerpaPunch|52px|Give this an award on NerpaPunch!]]</div> |
− | <div class="okinsplat">[[File:Sealred.png|link=OkinSplat|52px|Clump this post on OkinSplat!]]</div> | + | <div class="okinsplat">[[File:Sealred.png|link=OkinSplat|52px|Clump this on OkinSplat!]]</div> |
| </div> | | </div> |
| <div class="article-votes"> | | <div class="article-votes"> |
Line 201: |
Line 62: |
| </div> | | </div> |
| </div> | | </div> |
| + | </div> |
| + | <div class="nytv-sidebar"> |
| + | <div class="sidebar-box box-shadow">[[File:Targetedadvertisement3.png|link=Ad]]</div> |
| + | <div class="sidebar-box user-submissions box-shadow"> |
| + | <div class="user-submissions-title">User Submissions</div> |
| + | <div class="user-submission"> |
| + | <div class="user-submission-thumb">[[File:Usersubmissionthumb1.png|link=Total seal extinction]]</div> |
| + | <div class="user-submission-title">How To Speed Up The Total Seal Extinction In Three Easy Steps</div> |
| + | <div class="user-submission-metrics"> |
| + | <div class="replies-metrics">7 replies</div> |
| + | <div class="votes-metrics">420 points</div> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <div class="copyright">© 2023 Now's Your Tele Vision LLC</div> |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div> |
| + | [[Category:Sylladex]] |
| + | [[Category:Now's Your Tele Vision]] |