Responsive Julius Version1
This commit is contained in:
47
css/Dropdown.css
Normal file
47
css/Dropdown.css
Normal file
@@ -0,0 +1,47 @@
|
||||
.dropbtn {
|
||||
background-color: #043381;
|
||||
top:5%;
|
||||
left: 75%;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
position: absolute;
|
||||
color: white;
|
||||
padding: 16px;
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 85%;
|
||||
background-color: #fff;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Show the dropdown menu on hover */
|
||||
.dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Change the background color of the dropdown button when the dropdown content is shown */
|
||||
.dropdown:hover .dropbtn {
|
||||
background-color: #043381;
|
||||
}
|
||||
5
css/StyleInfoPanel.css
Normal file
5
css/StyleInfoPanel.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.Label4 {
|
||||
font-weight: bold;
|
||||
justify-self:auto;
|
||||
font-size:"12pt";
|
||||
}
|
||||
133
css/StyleSheetWebsiteNew.css
Normal file
133
css/StyleSheetWebsiteNew.css
Normal file
@@ -0,0 +1,133 @@
|
||||
.topnav {
|
||||
background-color: #043381;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Style the links inside the navigation bar */
|
||||
.topnav a {
|
||||
float: left;
|
||||
color: #f2f2f2;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
/* Change the color of links on hover */
|
||||
.topnav a:hover {
|
||||
background-color: #043381;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Add a color to the active/current link */
|
||||
.topnav a.active {
|
||||
background-color: #043381;
|
||||
color: white;
|
||||
}
|
||||
|
||||
circle {
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
background: green;
|
||||
border-radius: 50%
|
||||
}
|
||||
LoginStatus1{
|
||||
float:right;
|
||||
position: fixed;
|
||||
align-self:start;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.selector-for-some-widget {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
height: 180px;
|
||||
width: 50%;
|
||||
overflow-y: auto;
|
||||
border: 2px solid #444;
|
||||
}
|
||||
|
||||
.table-responsive:hover {
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 24px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'helvetica';
|
||||
}
|
||||
|
||||
grid-container {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
}
|
||||
|
||||
tr:hover {
|
||||
background: red;
|
||||
}
|
||||
|
||||
td a {
|
||||
display: block;
|
||||
border: 1px solid black;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
|
||||
/* Dropdown Button */
|
||||
.dropbtn {
|
||||
background-color: #043381;
|
||||
color: white;
|
||||
padding: 16px;
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* The container <div> - needed to position the dropdown content */
|
||||
.dropdown {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #043381;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
background-color: #043381;
|
||||
}
|
||||
|
||||
/* Show the dropdown menu on hover */
|
||||
.dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Change the background color of the dropdown button when the dropdown content is shown */
|
||||
.dropdown:hover .dropbtn {
|
||||
background-color: #043381;
|
||||
}
|
||||
|
||||
47
css/main.css
47
css/main.css
@@ -52,8 +52,8 @@ body{
|
||||
}
|
||||
|
||||
#bodycontent{
|
||||
width: 1024px;margin: 0 auto;
|
||||
// margin-top:160px;
|
||||
width: 1048px;margin: 0 auto;
|
||||
// margin-top:80px;
|
||||
background-color: white;
|
||||
border-left: 1px solid darkgrey;
|
||||
border-right: 1px solid darkgrey;
|
||||
@@ -61,11 +61,11 @@ body{
|
||||
height:100%;
|
||||
}
|
||||
.pagecontent{
|
||||
width: 900px;height:100%;margin: 0 auto;
|
||||
width: 1200px;height:100%;margin: 0 auto;
|
||||
// margin-top:-115px;
|
||||
|
||||
margin-top:0px;
|
||||
padding-top:60px; padding-left:50px;
|
||||
padding-top:60px; padding-left:30px;
|
||||
min-height:600px;
|
||||
}
|
||||
|
||||
@@ -264,8 +264,7 @@ body{
|
||||
|
||||
}
|
||||
|
||||
#art-banner{
|
||||
|
||||
#art-banner{
|
||||
|
||||
/* background-image: url("../images/banner_top_ohneLogo.jpg");*/
|
||||
background-color:#003680;
|
||||
@@ -566,23 +565,24 @@ display:none;
|
||||
/* color:#003680;*/
|
||||
color:#333;
|
||||
}
|
||||
#main-menu div.menu_01 .menu_logo{
|
||||
position:absolute;
|
||||
left:540px;
|
||||
top:10px;
|
||||
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
width:90px;
|
||||
height: 90px;
|
||||
z-index:2;
|
||||
}
|
||||
#main-menu div.menu_01 .menu_logo {
|
||||
position: absolute;
|
||||
left: 540px;
|
||||
top: 10px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
height: 40px;
|
||||
width: 30px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#main-menu div.menu_01 .menu_logo img{
|
||||
max-width:120px;
|
||||
max-height:70px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
#main-menu div.menu_01 .menu_logo img {
|
||||
max-width: 30px;
|
||||
max-height: 40px;
|
||||
vertical-align: middle;
|
||||
height: 40px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
|
||||
#main-menu div.menu_01{
|
||||
@@ -699,8 +699,7 @@ div.menu_02 td{
|
||||
|
||||
|
||||
|
||||
#main-news{
|
||||
|
||||
#main-news{
|
||||
|
||||
font-family:helvetica,arial;
|
||||
margin:0px;
|
||||
|
||||
@@ -55,7 +55,7 @@ body{
|
||||
border-right: 1px solid darkgrey; border-top:1px solid #fff;
|
||||
}
|
||||
.pagecontent{
|
||||
width: 900px;height:100%;margin: 0 auto;
|
||||
width: 1200px;height:100%;margin: 0 auto;
|
||||
margin-top:-115px;
|
||||
|
||||
|
||||
|
||||
@@ -533,8 +533,8 @@ display:none;
|
||||
top:40px;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
max-width:100px;
|
||||
max-height: 100px;
|
||||
max-width:60px;
|
||||
max-height: 60px;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
|
||||
@@ -540,8 +540,8 @@ display:none;
|
||||
top:40px;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
max-width:100px;
|
||||
max-height: 100px;
|
||||
max-width:60px;
|
||||
max-height: 70px;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
|
||||
@@ -190,7 +190,7 @@ body{
|
||||
}
|
||||
|
||||
#nav-main{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -526,8 +526,8 @@ body{
|
||||
top:40px;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
max-width:100px;
|
||||
max-height: 100px;
|
||||
max-width:60px;
|
||||
max-height: 70px;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
|
||||
169
css/navbarsidebar.css
Normal file
169
css/navbarsidebar.css
Normal file
@@ -0,0 +1,169 @@
|
||||
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
|
||||
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-size: 1.1em;
|
||||
font-weight: 300;
|
||||
line-height: 1.7em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
a,
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
padding: 15px 10px;
|
||||
background: #fff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
margin-bottom: 40px;
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.navbar-btn {
|
||||
box-shadow: none;
|
||||
outline: none !important;
|
||||
border: none;
|
||||
background-color: #043381;
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
border-bottom: 1px dashed #ddd;
|
||||
margin: 40px 0;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------
|
||||
SIDEBAR STYLE
|
||||
----------------------------------------------------- */
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
min-width: 250px;
|
||||
max-width: 250px;
|
||||
background: #7386D5;
|
||||
color: #fff;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
#sidebar.active {
|
||||
margin-left: -250px;
|
||||
}
|
||||
|
||||
#sidebar .sidebar-header {
|
||||
padding: 20px;
|
||||
background: #6d7fcc;
|
||||
}
|
||||
|
||||
#sidebar ul.components {
|
||||
padding: 20px 0;
|
||||
border-bottom: 1px solid #47748b;
|
||||
}
|
||||
|
||||
#sidebar ul p {
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#sidebar ul li a {
|
||||
padding: 10px;
|
||||
font-size: 1.1em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#sidebar ul li a:hover {
|
||||
color: #7386D5;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#sidebar ul li.active > a,
|
||||
a[aria-expanded="true"] {
|
||||
color: #fff;
|
||||
background: #6d7fcc;
|
||||
}
|
||||
|
||||
a[data-toggle="collapse"] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dropdown-toggle::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
ul ul a {
|
||||
font-size: 0.9em !important;
|
||||
padding-left: 30px !important;
|
||||
background: #6d7fcc;
|
||||
}
|
||||
|
||||
ul.CTAs {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
ul.CTAs a {
|
||||
text-align: center;
|
||||
font-size: 0.9em !important;
|
||||
display: block;
|
||||
border-radius: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
a.download {
|
||||
background: #fff;
|
||||
color: #7386D5;
|
||||
}
|
||||
|
||||
a.article,
|
||||
a.article:hover {
|
||||
background: #6d7fcc !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------
|
||||
CONTENT STYLE
|
||||
----------------------------------------------------- */
|
||||
|
||||
#content {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
min-height: 100vh;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------
|
||||
MEDIAQUERIES
|
||||
----------------------------------------------------- */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
}
|
||||
|
||||
#sidebar.active {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#sidebarCollapse span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -126,4 +126,5 @@
|
||||
color: green;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user