Jump to content

User:EpochFail/todo.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
span.TODO_sent:hover, span.TODO_sent.selected {
	background: #9f9;
}
span.TODO_sent {
	padding: 0px 2px;
	cursor: pointer;
}

div.sentence_editor{
	border-radius: 10px;
	background: #bb6;
}
div.sentence_editor div.title{
	background: #993;
	border-radius: 10px;
	margin: 3px;
	color: white:
	text-outline: 1px 1px #bb6;
	margin: 0px 1em;
}
div.sentence_editor div.exit{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 3px;
	border-left: 2px solid #bb6;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

div.sentence_editor textarea{
	font-family: monospace;
}

div.sentence_editor div.button{
	cursor: pointer;
	border: 2px solid #993;
	margin: 2px;
	padding: .25em 1em;
}
div.sentence_editor div.button:hover{
	background: #ff9;
}
div.sentence_editor div.preview, 
div.sentence_editor div.save{
	float: right;
}