~~~~~~~~~~
Defaults
~~~~~~~~~~
body#wagn {
background: url(/images/body-bg.png) repeat-x #CDB;
}
h1,
h2 {
color: #229;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables inside of card content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.content table {
border: 1px solid #888;
width: 100%;
border-collapse: collapse;
}
.content table td,
.content table th {
padding: 5px;
border: 1px dotted #888;
text-align: center;
}
.content table th {
font-weight: bold;
color: #000;
}
~~~~~~~~~~~~~~~~~~~~~
tags on user cards
~~~~~~~~~~~~~~~~~~~~~
.TYPE_PLUS_RIGHT-user-tag .pointer-list,
.TYPE_PLUS_RIGHT-user-tag .pointer-list div {
display: inline;
}
.TYPE_PLUS_RIGHT-user-tag .pointer-item a {
background: #E7F8D6;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Customization for home card
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.SELF-explore_organize_thrive .content {
display: block;
text-align: center;
}
.SELF-explore_organize_thrive h1 {
font-size: 24px;
padding-bottom: 5px;
color: #008;
}
.SELF-explore_organize_thrive h1 a {
color: #005800
}
~~~~~~ NOTE: CSS classes in card content that start with "w-" are not scraped
.w-home-main em {
color: #664;
font-style: normal;
}
.w-home-links {
display: block;
}
.w-home-links p {
padding: 4px;
}
.w-home-links a,
.w-home-links a.external-link {
padding-right: 0px !important;
color: #005800 !important;
background: inherit !important;
padding-right: 0px !important;
font-weight: bold;
}
.w-home-footer {
text-align: right;
}