Dear everybody,
Is possible show in my web with university templete show the module technews templete. I prefer the form how it templete show the news.
Thank you in advance.
/*TechNews NSP Style*/
.nsp-switch .nspArts {
background: #f5f5f5 none repeat scroll 0 0;
box-sizing: border-box;
overflow: hidden;
padding: 0 50px;
}
.nsp-switch.nspMain {
overflow: visible;
}
.nsp-switch .nsp-switch-ui {
position: absolute;
right: 0;
top: -42px;
}
.nsp-switch .nsp-switch-ui > i {
cursor: pointer;
}
.nsp-switch .header {
margin: 0 0 24px 0;
}
.nsp-switch .nspImageWrapper {
border-radius: 3px 0 0 3px;
}
.nsp-switch .gkArtContentWrap {
background: #fff;
border-radius: 0 3px 3px 0;
clear: both;
min-height: 200px;
padding: 40px 40px 60px 40px;
position: relative;
}
.nsp-switch .nspArtPage {
margin: 0 -13px;
width: auto;
}
.nsp-switch .nspArt {
-webkit-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
-ms-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
}
.nsp-switch .nspArt .nspHeader {
font-size: 15px;
line-height: 18px;
}
.nsp-switch .nspArt .nspText {
color: #757575;
font-size: 12px;
}
.nsp-switch .nspArt .nspInfo {
bottom: 20px;
color: #999;
font-size: 1.1rem;
padding: 0;
position: absolute;
text-transform: none;
}
.nsp-switch .nspArt .nspInfo .micon {
font-size: 1.8rem;
margin-right: 5px;
position: relative;
top: 4px;
}
.nsp-switch .nspArt .nspImageWrapper {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.nsp-switch .nspHorizontal .nspImageWrapper {
background-size: cover;
background-position: center center;
border-radius: 0 0 3px 3px;
float: left;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
width: 33.333333%;
}
.nsp-switch .nspHorizontal .nspImageWrapper img {
opacity: 0;
}
.nsp-switch .nspHorizontal .nspImageWrapper:hover {
opacity: 0.8;
}
.nsp-switch .nspHorizontal .gkArtContentWrap {
border-radius: 3px 3px 0 0;
clear: none;
float: left;
width: 66.666666%;
}
@media only screen and (max-width:1920px) {
.nsp-switch .nspArt .nspInfo {
left: 20px;
right: 20px;
width: auto;
}
.nsp-switch .gkArtContentWrap {
padding: 20px 20px 60px 20px;
}
}
@media only screen and (max-width:1040px) {
.nsp-switch-ui {
display: none;
}
.nsp-switch .nspArt {
padding: 5px !important;
}
}
@media only screen and (max-width:840px) {
.nsp-switch .nspArt {
width: 50% !important;
}
.nsp-switch .nspArt img,
.nsp-switch .nspArt .nspImageWrapper {
width: 100%;
}
}
@media only screen and (max-width:640px) {
.nsp-switch .gkArtContentWrap {
min-height: 10px;
}
}
.nspArt img.nspImage {
height: auto !important;
width: 100% !important;
}
@media only screen and (max-width:1200px) {
.nsp-switch .nspArt .nspInfo {
bottom: auto;
font-size: 12px;
left: auto;
position: relative;
right: auto;
text-align: right;
width: auto;
}
}