Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions web_viewer/static/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
html, body{
margin: 0px;
font-family: 'Roboto', sans-serif;
}
a,a:visited{
color: inherit;
}
#logo{
font-size: 1.2em;
}
#notice {
color: green;
}
.no-subrayado{
text-decoration: none;
}
.btn{
background-color: inherit;
border: none;
outline: none;
text-transform: uppercase;
cursor: pointer;
border-radius: 4px;
font-size: 1.1em;
padding: 5px 5px;
}
a:hover{
background-color: #2980B9;
}
.btn:hover{
background-color: #2980B9;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.be-big{
font-size: 2em;
}
.be-small{
font-size: 12px;
}
.underline{
text-decoration: underline;
}
.bottom-space{
margin-bottom: 2em;
}
.be-blue{
background-color: #2C3E50;
}
.blue{
color: #2C3E50 !important;
}
.be-red{
background-color: #E74C3C;
}
.white{
color: #ECF0F1;
}
.grey{
color: #616161;
}
.large-padding{
padding: 4px 4px;
}
.no-list{
list-style-type: none;
}
.field, .actions{
margin-top: 1em;
}
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.text-right{
text-align: right;
}
.text-justify{
text-align: justify;
}
.top-space{
margin-top: 1em;
}
.article-height{
height: 150px;
}
.relative{
position: relative;
}
.absolute{
position: absolute;
}
.background-cover{
background-position: center;
background-size: cover;
}
.form-control{
border: none;
border-bottom: 1px solid;
outline: none;
width: 100%;
display: block;
padding: 10px 0px;
font-size: 1.2em;
}
.Listbox-control{

border-bottom: 1px solid;
outline: none;
width: 100%;
display: block;
padding: 10px 0px;
font-size: 1.2em;
}