slimspots-wiki.css 2.28 KB
#search-rounded
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:16px;
	width:180px;
	border:1px solid #cccccc;
	padding:5px;
}

#search-tray
{
	background:white; 
	border-bottom:1px solid #cccccc; 
	width:100%;
	padding-top:20px;
	padding-right:20px;
}



article {
  width:100%;
  padding: 1em;
  margin: 1em auto;
  text-align: justify;
  color: #484e53;
}

article h3
{
text-align: left;
}

.table-of-contents {
  text-align:left;
  width: 250px;
  background: #fff;
  font-size: 1em;
  padding: 1em 1em;
  margin: 0 0 0 0;
  border:1px solid #cccccc;
}
.table-of-contents ul {
  padding: 0;
  list-style:none;
  padding-top:20px;
}
.table-of-contents li {
  margin: 0 0 0.25em 0;
}

.table-of-contents a {
  text-decoration: none;
}
.table-of-contents a:hover,
.table-of-contents a:visited,
.table-of-contents a:active {
  text-decoration: underline;
  color: #484e53;
}

.table-of-contents a:link
{
color:#484e53;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
}

#margin-bottom-50px
{
margin-bottom:50px;
}

label
{
	text-align: left !important;
}

.display-none
{
	display:none;
}

.panel-heading
{
	text-align: left;
	background-color:#66a3c7 !important;
	color:white !important;
	font-weight:300;
	letter-spacing: 0.13em;
	border-radius: 0;
	border:none;
	
}

.panel
{
	border:none;
}

.panel-default
{
	border-radius: 0;
	box-shadow: none;
}

#textarea1, #textarea2
{
	margin-bottom:20px;
	margin-top:20px;
	resize:none; 
	height:200px;
}

.editor-icon
{
	cursor: pointer !important;
	padding-right:10px !important;

}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub-title
{
	margin-left:10px;
	font-size: 20px;
}

.sub-sub-title
{
	margin-left:20px;
	font-size: 18px;
}