Vampire Nights CSS [DEPRICATE] (CSS CODE)

mushroom_boar

Info


Created
1 year, 8 months ago
Creator
mushroom_boar
Favorites
24

Profile


  *{
    font-family:"Garamond", sans-serif;
    font-size:17px;
}

body p{
    color:black;
}

.card {
    border:none;
}

#sidebar{
    background-color:black;
}

.display-user, .profile-feature, .profile-characters, .profile-bulletin, .profile-comments{
    display:none;
}

#header, .forum-post-user-badge, .poll-wrapper .card {
    background-color:black;
}

.side-nav li.header{
    background-color:red;
}

.content-main {
    background-image: linear-gradient(black, red);
}

.comment-form, .forum-post{
    background-color: rgba(0,0,0,.5);
}



.sidebar-li-bulletins a, h1, .sidebar-li-created a, .sidebar-li-comments a{
    color:red;
}
.sidebar-li-characters a{
    color:red;
}
.sidebar-li-links a, .sidebar-li-art a{
    color:red;
}

/* Sets it so that the sidebar is displayed at the top in a line on desktop but as normal on mobile */
Media (min-width:768px;) {
  
  .row.row-offcanvas.row-offcanvas-left {
    display:block;
  }
  
  /* Sets content to full width */
  #content {
    max-width:100%;
  }
  
  /* Sidebar section */
  #sidebar {
    
    max-width:100%; /* sets sidebar to full width */
    text-align:center; /* aligns text to be centered */
    padding:.33rem; /* spacing */
  }
  
  /* Aligns links to be side-by-side rather than in individual lines */
  .sidebar li {
    display:inline-block;
  }
  
  /* Removes unnecessary bottom spacing */
  .sidebar ul {
    margin-bottom:0;
  }
  
  /* Fixes padding of "Favorite" and "Comments" button */
  .sidebar-li-favorites a, .sidebar-li-coments {
    padding:.25em .75em !important;
  }
  
  /*------------------- "MANAGE CHARACTER", "MANAGE IMAGE", "MANAGE LITERATURE BUTTONS" -------------------*/
  .side-nav .subnavigation-header.active > ul,
  .side-nav .subnavigation-header .subnavigation-header-link {
    display:inline-block; /* aligns links to be side-by-side rather than in individual lines */
    margin:0; /* removes unnecessary spacing */
  }
  
  /*------------------- HIDES (I.E. "REMOVES") CONTENT -------------------*/
  .side-nav li.header, /* Header with heart icon and text "Character" */
  .side-nav li.user-name, /* Username and icon */
  .side-nav li.character-folder, /* Folder */
  .side-nav li.character-name, /* Character Name and icon */
  .side-nav li.character-manage-subheader, /* Control Panel header */
  .side-nav li.divider, /* divider lines */
  .side-nav li.hide, /* Extra "Unfavorite" button */
  .side-nav .fa, .side-nav .far, #header .fa, /* Font Awesome icons */
  .side-nav li .sidebar-sub-icon,
  .subnavigation-header-icon, /* caret icons */
  { display:none !important; }
  
  /*------------------- ADD LEFT SPACING FOR NUMBER OF FAVORITES/ COMMENTS (IF ANY) -------------------*/
  .th-favorite-count, /* number of favourites */
  .sidebar-stat-coments, /* number of comments (note: it really is "coments" in the code and not "comments") */
  { margin-left:.4rem; }
  
  /*------------------- ADD SPACING AROUND NUMBER OF FAVOURITES/ COMMENTS (IF ANY) -------------------*/
  .sidebar-stat {
    padding:0rem .3rem !important;
  }
  
}

.navbar-inverse .navbar-nav .nav-link{
    color:white;
}
.sidebar-li-worlds a{
    color:red;
}

.sidebar-li-favorites a,.display-user-username, .sidebar-li-literatures a, .sidebar-li-stats a{
    color:red;
}

 .navbar-notifications a{
    color:white;
}

.nav-link{
    color:red;
}

.bulletin-content, .profile-feature-content .card-block .bg-faded, .navbar-notifications .btn-primary, .bg-faded{
    background-color:red;
}

.navbar-notifications .btn-primary, .btn-link, .comment .forum-post-post .forum-post-actions .post-action, .forum-post .forum-post-post .forum-post-actions .post-action{
    color: black;
    border:none;
}

.nav-link span, .nav-link:hover{
    color:white;
}

#dropdownProfile .dropdown-item, #dropdownProfile, #dropdownBrowse .dropdown-item, #dropdownBrowse, #dropdownCreate, #dropdownCreate, #dropdownCreate .dropdown-item{
     background-color:red;
     color: white;
     border:none;
}

#dropdownProfile .dropdown-divider, #dropdownBrowse .dropdown-divider, #dropdownCreate .dropdown-divider{
    display:none;
}

#dropdownProfile .dropdown-header, #dropdownBrowse .dropdown-header, #dropdownCreate .dropdown-header{
     color: black;
}

hr{
    display:none;
}

.bulletin-post p, .bulleting-post a, .bulletin-post span, .bulletin-title a{
    color:white;
}

.character-name-badge{
    background-color:#ffd9ef;
    border:none;
    color:#c41f80;
}

.thumb-image{
    border:none;
    background-color:transparent;
}

.thumb-image .img-thumbnail{
    background-color:transparent;
}

.btn.btn-default, .btn-primary{
   background-color: rgba(0,0,0,0.5);
   color:white;
   border:none;
}

.comment-form p, .forum-post p{
    color:white;
}

#footer{
    position: relative;
    background-color:black;
}

#footer span{
    color: white;
}

#footer a{
    color: red;
}

h4 a, .thumb-caption a, .thumb-character-stat, h4, strong{
    color:white;
}

.characters-title{
    color:red;
}