Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Common.css
(view source)
Revision as of 18:04, 12 February 2016
518 bytes added
,
8 years ago
no edit summary
Line 1,358:
Line 1,358:
border: 2px solid #bba; /* Gray-gold */
border: 2px solid #bba; /* Gray-gold */
}
}
−
table
.thisisafuckingborder * {
+
.thisisafuckingborder * {
−
border: 1px solid black;
+
border-spacing: 0px;
+
border-collapse: separate;
+
border-radius: 5px;
+
border:1px solid black;
+
margin:15px;
+
font-family: sans-serif;
+
font-size: 1em;
+
+
}
+
.noborder {
+
border-style: none;
+
+
}
+
.thisisafuckingborder th {
+
+
background-color: #92d3fa;
+
color:#333333
+
/*
+
border-color: #1B7AE0;
+
border-spacing: 0px;
+
border-style:none;
+
*/
+
}
+
.thisisafuckingborder td {
+
padding:6px;
+
background-color:#EEEEEE;
+
+
}
+
.thisisafuckingborder tr {
+
/* display: none; <--- you want to show the table */
}
}
−
/* For template documentation */
/* For template documentation */
.template-documentation {
.template-documentation {
Remi Scarlet
2,922
edits