Selena Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* ################################################## */
/* ### PORTALS                                    ### */
/* ################################################## */
 
/* Columns */
.va-portal-columns-left {
   float: left;
   margin-right: -275px;
   position: relative;
   width: 100%;
}
 
.va-portal-columns-left-inner {
   margin-right: 275px;
}
 
.va-portal-columns-right {
   clear: right;
   float: right;
   position: relative;
   width: 265px;
}
 
.va-portal-columns-below {
   clear: both;
}
 
/* Content boxes */
.va-portal-section {
   background: transparent; 
   border: 1px solid #AAA;
   box-shadow: 2px 2px 2px #AAA;
   -moz-box-shadow: 2px 2px 2px #AAA;
   -webkit-box-shadow: 2px 2px 2px #AAA;
   margin-bottom: 5px; 
   margin-top: 0px; 
   width: 100%; 
}
 
.va-portal-section-body {
   border: 1px solid #AAA; 
   background-color: #FFF59C; 
   color: black;
   padding: 3px 5px;
   vertical-align: top;
   width: 100%;
}
 
.va-portal-section-header {
   /* Shared background; see top of page */
   border: 1px solid #AAA; 
   color: #000; 
   font-size: 14px; 
   font-weight: bold; 
   padding: 3px 5px; 
   text-align: left;
}
 
.va-portal-section-header-links {
   float: right;
   font-size: 10px;
   font-weight: normal;
}
 
/* Cellspacing */
.va-portal-spacing-h, .va-portal-spacing-v {
   background: transparent;
}
 
.va-portal-spacing-h {
   border-right: 1px solid #FFF;
   width: 0%;
}
 
.va-portal-spacing-v {
   font-size: 1px;
   height: 1px;
   line-height: 0;
}
 
/* TOC */
.va-portal-toc {
   font-size: 95%;
   width: 100%;
}
 
.va-portal-toc td {
   padding: 0 5px;
   vertical-align: top;
}
 
.va-portal-toc p {
   border-bottom: 1px solid #AAA;
   font-weight: bold;
}
 
/* Featured articles */
.va-portal-featuredarticle-footer {
   border-top: 1px solid #AAA;
   clear: both;
   margin-top: 10px;
   text-align: right;
}
 
/* Did you know */
.va-portal-dyk p {
   margin: 0;
}
 
.va-portal-dyk-item {
   padding: 0 0 0 15px;
   position: relative;
}
 
.va-portal-dyk .va-portal-dyk-dots {
   float: left;
   margin-left: -15px;
   width: 15px;
}
Advertisement