Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "User:Makanyane/twc.css"

From TWC Wiki
Jump to navigationJump to search
Line 2: Line 2:
 
/* Margin around it adjusted. */
 
/* Margin around it adjusted. */
  
.mw-custom {
+
.collapse-custom table {
 
     width: 100%;
 
     width: 100%;
     margin: 0px;
+
     border-collapse: collapse;
 +
    border-spacing: 0px;
 
}
 
}
  
.mw-custom th {
+
.collapse-custom th {
 
     text-align: left;
 
     text-align: left;
 
     background-color: rgba(255, 255, 255, 0.2);
 
     background-color: rgba(255, 255, 255, 0.2);
 
     padding: 0px 15px;
 
     padding: 0px 15px;
 
}
 
}
.mw-custom td {
+
.collapse-custom td {
 
     background-color: rgba(255, 255, 255, 0.4);
 
     background-color: rgba(255, 255, 255, 0.4);
 
}
 
}
  
.mw-custom span.mw-collapsible-toggle {
+
.collapse-custom span.mw-collapsible-toggle {
 
     float:left;
 
     float:left;
 
     margin-left:0;
 
     margin-left:0;
 
     margin-right:1em;
 
     margin-right:1em;
 
}
 
}

Revision as of 03:09, 1 April 2020

/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */

.collapse-custom table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.collapse-custom th {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0px 15px;
}
.collapse-custom td {
    background-color: rgba(255, 255, 255, 0.4);
}

.collapse-custom span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}