Update
This commit is contained in:
parent
36b6ac5e4a
commit
c7601553be
|
@ -186,7 +186,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
left: 23.5em;
|
left: 24em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover{
|
&:hover{
|
||||||
color:#777;
|
color:#777;
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
}
|
}
|
||||||
@media(min-width:1025px){
|
@media(min-width:1025px){
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
top: 4em;
|
top: 3.3em;
|
||||||
}
|
}
|
||||||
@media(max-width:1024px){
|
@media(max-width:1024px){
|
||||||
display: none!important;
|
display: none!important;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
@import "../initial";
|
@import "../initial";
|
||||||
|
|
||||||
.layout-footer {
|
.layout-footer {
|
||||||
padding: 2em 0;
|
padding: 1em 0;
|
||||||
color: $theme-color-main;
|
color: $theme-color-main;
|
||||||
font-size: 0.8125em;
|
font-size: 0.8125em;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
|
|
@ -2,17 +2,19 @@
|
||||||
|
|
||||||
@import "../initial";
|
@import "../initial";
|
||||||
.default_site_h1{
|
.default_site_h1{
|
||||||
display: contents;
|
|
||||||
@media (min-width: 480px){
|
@media (min-width: 480px){
|
||||||
font-size: 1.2em!important;
|
font-size: 1.2em!important;
|
||||||
}
|
}
|
||||||
|
@media only screen and (min-width: 1025px) and (max-width: 1200px){
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
@media (max-width: 480px){
|
@media (max-width: 480px){
|
||||||
font-size: 1.5em!important;
|
font-size: 1.5em!important;
|
||||||
display: grid;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
padding: 0 0 0 0.5em !important;
|
padding: 0 0 0 0.5em !important;
|
||||||
.site-logo{
|
.site-logo{
|
||||||
margin-left: -0.8em;
|
margin-left: -0.8em;
|
||||||
width: 100% !important;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -64,6 +66,9 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@media (min-width: 1025px){
|
||||||
|
max-width: 30%;
|
||||||
|
}
|
||||||
@media (max-width: 1025px) {
|
@media (max-width: 1025px) {
|
||||||
position:relative!important;
|
position:relative!important;
|
||||||
}
|
}
|
||||||
|
@ -75,13 +80,12 @@
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
margin: 0.5em;
|
margin: 1em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 3.75em;
|
line-height: 3.75em;
|
||||||
color: $theme-color-main;
|
color: $theme-color-main;
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
@media (min-width: 1300px){
|
@media (min-width: 1300px){
|
||||||
margin: 0.5em 0.5em 0.5em 3em;
|
|
||||||
}
|
}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
height: 5em;
|
height: 5em;
|
||||||
|
@ -90,13 +94,13 @@
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
height: 3.5em;
|
height: 3.5em;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-logo {
|
.site-logo {
|
||||||
width: 180px;
|
width: auto;
|
||||||
height: auto;
|
height:40px;
|
||||||
margin-right: 0.5em;
|
margin-right:0.5em!important;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -105,6 +109,8 @@
|
||||||
.navbar-toggle {
|
.navbar-toggle {
|
||||||
padding: 0.875em 0.625em;
|
padding: 0.875em 0.625em;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
// border-radius: 0.125em;
|
// border-radius: 0.125em;
|
||||||
// border-width: 0.125em;
|
// border-width: 0.125em;
|
||||||
// border-color: lighten($theme-color-main, 30%);
|
// border-color: lighten($theme-color-main, 30%);
|
||||||
|
@ -173,7 +179,6 @@
|
||||||
.outdropdowns{
|
.outdropdowns{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
height: 156px;
|
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -338,6 +338,7 @@ ul.button-mid{
|
||||||
// Widget 0
|
// Widget 0
|
||||||
.ba-banner-widget-0 {
|
.ba-banner-widget-0 {
|
||||||
.w-ba-banner__wrap{
|
.w-ba-banner__wrap{
|
||||||
|
z-index: -1;
|
||||||
@media(max-width: $screen-xs){
|
@media(max-width: $screen-xs){
|
||||||
height: 400px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
|
@ -388,6 +389,7 @@ ul.button-mid{
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: -180px;
|
margin-top: -180px;
|
||||||
background-color: #288E8E;
|
background-color: #288E8E;
|
||||||
|
z-index: -1;
|
||||||
@media(max-width: $screen-xs){
|
@media(max-width: $screen-xs){
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
@ -408,15 +410,14 @@ ul.button-mid{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.aad-overlay{
|
.aad-overlay{
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(180deg, transparent 0, #00000026 30%, #000000e0);
|
||||||
180deg
|
|
||||||
, transparent 0, rgba(0, 0, 0, 0.6) 50%, #000);
|
|
||||||
padding: 1.5em 1em;
|
padding: 1.5em 1em;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 198;
|
z-index: 198;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Widget 1
|
// Widget 1
|
||||||
|
|
|
@ -113,6 +113,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sitemenu-title{
|
.sitemenu-title{
|
||||||
color: #fff;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="i-annc index-announcement-11 {{display}}">
|
<div class="i-annc index-announcement-11 {{display}}">
|
||||||
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
||||||
<table class="i-annc__table table table-striped dt-responsive nowrap">
|
<table class="i-annc__table table table-striped dt-responsive">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>
|
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="i-annc index-announcement-12 {{display}}">
|
<div class="i-annc index-announcement-12 {{display}}">
|
||||||
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
||||||
<table class="i-annc__table table table-striped dt-responsive nowrap">
|
<table class="i-annc__table table table-striped dt-responsive">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>
|
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="i-annc index-announcement-15 {{display}}">
|
<div class="i-annc index-announcement-15 {{display}}">
|
||||||
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
||||||
<table class="i-annc__table table table-striped dt-responsive nowrap">
|
<table class="i-annc__table table table-striped dt-responsive">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>
|
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="i-annc index-announcement-16 {{display}}">
|
<div class="i-annc index-announcement-16 {{display}}">
|
||||||
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
||||||
<table class="i-annc__table table table-striped dt-responsive nowrap">
|
<table class="i-annc__table table table-striped dt-responsive">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>
|
<th class="i-annc__th i-annc__th--date all" id='date'>{{date-head}}</th>
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
$('.i-member img').eq(i).parent().attr('title','noname');
|
$('.i-member img').eq(i).parent().attr('title','noname');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for(var i = 0;i < $('.i-member span a').length ; i++){
|
for(var i = 0;i < $('.i-member span.member-data-value-name a').length ; i++){
|
||||||
if($('.i-member span a').eq(i).html().trim().replace(' ','') == "")
|
if($('.i-member span.member-data-value-name a').eq(i).html().trim().replace(' ','') == "")
|
||||||
$('.i-member span a').eq(i).html('noname');
|
$('.i-member span.member-data-value-name a').eq(i).html('noname');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
|
@ -21,7 +21,7 @@
|
||||||
{{data_intro_title}}
|
{{data_intro_title}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-hover table-striped dt-responsive nowrap {{complete_display}}">
|
<table class="table table-hover table-striped dt-responsive {{complete_display}}">
|
||||||
<thead>
|
<thead>
|
||||||
<tr data-list="pd_title" data-level="1">
|
<tr data-list="pd_title" data-level="1">
|
||||||
<th>{{plugin_data_title}}</th>
|
<th>{{plugin_data_title}}</th>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<table class="table table-hover table-striped projects-index activities-index dt-responsive nowrap">
|
<table class="table table-hover table-striped projects-index activities-index dt-responsive">
|
||||||
<caption><h3>{{widget-title}}</h3></caption>
|
<caption><h3>{{widget-title}}</h3></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<table class="table table-hover table-striped projects-index courses-index dt-responsive nowrap">
|
<table class="table table-hover table-striped projects-index courses-index dt-responsive">
|
||||||
<caption><h3>{{widget-title}}</h3></caption>
|
<caption><h3>{{widget-title}}</h3></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<table class="table table-hover table-striped projects-index personal-honor dt-responsive nowrap">
|
<table class="table table-hover table-striped projects-index personal-honor dt-responsive">
|
||||||
<caption><h3>{{widget-title}}</h3></caption>
|
<caption><h3>{{widget-title}}</h3></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr data-level="0" data-list="headers">
|
<tr data-level="0" data-list="headers">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<table class="table table-hover table-striped projects-index personal-lab dt-responsive nowrap">
|
<table class="table table-hover table-striped projects-index personal-lab dt-responsive">
|
||||||
<caption><h3>{{widget-title}}</h3></caption>
|
<caption><h3>{{widget-title}}</h3></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<table class="table table-hover table-striped projects-index personal-researchs dt-responsive nowrap">
|
<table class="table table-hover table-striped projects-index personal-researchs dt-responsive">
|
||||||
<caption><h3>{{widget-title}}</h3></caption>
|
<caption><h3>{{widget-title}}</h3></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue