# timed-content/2.11/css/timed-content.css

Timed Content, version 2.11. 61 lines.

- Page: https://pluginprobe.com/plugins/timed-content/2.11/code/css/timed-content.css
- Raw: https://pluginprobe.com/plugins/timed-content/2.11/raw/css/timed-content.css
- Modified: 2015-02-06T20:26:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/timed-content/2.11/code/css/timed-content.css#L10-L20`.

```css
div.tcr-loading {
    margin: auto;
}
div.tcr-error, div.tcr-warning  {
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin: 5px 15px 2px;
    padding: 0 0.6em;
    font-style: normal;
    font-size: 12px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
div.tcr-warning {
    background-color: #FEEFB3;
}
div.tcr-error {
    background-color: #feddce;
}
div.tcr-warning ul {
	list-style-type: disc; 
	padding-left: 20px; 
	margin-bottom: 10px;
}
div.tcr-warning ul li {
    margin-bottom: 0px;
}
div.tcr-warning .heading, div.tcr-error .heading {
    font-size: 14px;
    font-weight: bold;
}
table.tcr-dates {
    width: 100%;;
}
table.tcr-dates tr td {
    padding: 2px;
}
table.tcr-dates tr.upcoming {
    background-color: #faff92;
    color: #000000;
}
table.tcr-dates tr.active {
    background-color: #009900;
    color: #ffffff;
}
table.tcr-dates tr.expired {
    background-color: #eeeeee;
    color: #000000;
}
table.tcr-dates tr:hover {
    background-color: #ffffff;
    border: 1px solid #000000;
}
table.tcr-dates tr.active:hover {
    color: #009900;
    background-color: #ffffff;
}
table.tcr-dates tr th {
    background-color: #333366;
    color: #ffffff;
 }
```
