A short text to describe your forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Cascading Style Sheets

Go down

Cascading Style Sheets Empty Cascading Style Sheets

Post by Matti Thu Jul 04, 2024 6:09 pm

Code:
body {
    background:
#093059 url(https://i.servimg.com/u/f62/14/65/46/14/space-10.png) center center repeat;
    background-attachment: scroll;
background-attachment: fixed;
color:
    #536482;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: auto;
    padding: 10px 0;
}
.content blockquote {
    color: #29303b;
}
blockquote {
    background: #f4f2ff;
    border-left: 5px solid #8e78fd;
    font-size: .95em;
    margin: 1em 1px 1em 25px;
    overflow: hidden;
    padding: 5px;
    border-radius: 3px;
}
.btn {
  line-height: 31px;
  position: relative;
  padding: 5px 22px;
  border: 0;
  margin: 10px;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn .badge {
  margin-left: 7px;
}



.btn-default {
  color: #fff !important;
  background-color: #1467b7;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #1467b7 !important;
  color: #fff !important;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}


.ranks {
    background:
#369fcf;
border: 1px solid
#258cbb;
border-radius: 3px;
box-shadow: 0 1px 0
rgba(0, 0, 0, 0.05),
rgba(255, 255, 255, 0.2) 0px 0px 0 1px inset;
display: inline-block;
margin: 5px 0 5px 0;
padding: 4px;
color:
#fff;
font-size: 13px;
font-style: normal;
text-align: center;
width: 105px;
text-shadow:
rgba(0,0,0,0.5) 0px 1px 1px,
    rgba(0,0,0,0.15) 0px 0px 4px;
}
.float-right {
    float: right;
    top: 5px;
    position: relative;
}
dd.posts, dd.topics, dd.views {
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}
dd.posts dk, dd.topics dk {
    color:
    #7a7a7a;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
}
.rows dk::before {
    background-color:
    #d3e1f6;
    bottom: 0;
    content: '';
    position: absolute;
    top: 4px;
    width: 1px;
    margin-left: 69px;
    height: 45px;
}

#wrap {
    background-color:
#f8faff;
margin: 0 auto;
min-width: 768px;
padding: 10px 15px;
max-width: 1200px;
border-radius: 5px;
box-shadow: 0 0 8px
    #051f39;
    box-sizing: border-box;
}
a.forumtitle {
    color: #384764;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    text-decoration: none;
}
a.forumtitle:hover, a.topictitle:hover {
    color: #3498db!important;
    text-decoration: none;
}
a.topictitle {
    color:
    #384764 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}
.nodeIcon-new,.nodeIcon_t_new {
    background-color:
    #84c754 !important;
}
.nodeIcon,.nodeIcon-new {
    color:
#fff;
float: left;
height: 34px;
margin: -30px 0 0 0px;
position: relative;
width: 34px;
font-size: 24px;
background:
    #3498db;
    border-radius: 4px;
    text-align: center;

}
.nodeIcon i,.nodeIcon-new i, .nodeIcon_t i,.nodeIcon_t_new i {
    line-height: 32px;
}


.nodeIcon i {animation:pulse 2.5s ease infinite}
@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}70%{transform:scale(1)}90%{transform:scale(1.2)}100%{transform:scale(1)}}

.nodeIcon-new i {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
@keyframes shake{0%,11%,100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}2%,4%,6%,8%,10%{-webkit-transform:translate3d(-3px, 0, 0);transform:translate3d(-3px, 0, 0)}3%,5%,7%,9%{-webkit-transform:translate3d(3px, 0, 0);transform:translate3d(3px, 0, 0)}}

.nodeIcon_t123 {
    color:
    #369fcf;
    float: left;
    font-size: 24px;
    margin: -14px 0 0 -35px;
    position: relative;
}
.nodeIcon_t,.nodeIcon_t_new {
    color:
#fff;
float: left;
height: 34px;
margin: -20px 0 0 -40px;
position: relative;
width: 34px;
font-size: 16px;
background:
#3498db;
border-radius: 50px;
text-align: center;
box-shadow: inset 0 -2px 0
    rgba(17, 17, 17, 0.25);
}
dl.icon {
    background-position: -80px 50%!important;
}

.mdi-account::before {
    content: '\f36a';
}
.mdi::before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
        font-size: 24px;
        line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Underline From Left */
.mainmenu {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.mainmenu::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    margin-bottom: 5px;
    border-radius: 4px;
}
.mainmenu:hover:after {
  right: 0;
}
#page-header a.mainmenu.fa_navactif::after {
    position: absolute;
    left: 8px;
    right: 5px;
    height: 4px;
    border-radius: 4px;
    display: block;
    transition: ease-in .2s right;
    background: #fff;
}
#page-header .navbar {
    background: #1467b7;
    border-radius: 0 0 4px 4px;
    height: 52px;
    margin-top: -4px;
}

ul.navlinks {
    border-bottom: 0 solid #fff;
    font-weight: 700;
    text-align: center;
}
ul.navlinks a {
    color: rgba(255,255,255,0.7);
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 51px;
    padding: 0 15px;
    height: 51px;
    display: inline-block;
    text-transform: uppercase;
}

#page-header a.mainmenu.fa_navactif,#page-header ul.navlinks a:hover {
   
    color:#fff;
}
.headerbar {
    background: #156FC5 url(https://i.servimg.com/u/f62/14/65/46/14/space-10.png) center 15%;
    border-radius: 4px 4px 0 0;
    margin-bottom: 4px;
    padding: 0 5px;
    height: 120px;
}
.fms-logo {
    top: 15px;
    position: relative;
}
.fms-logo h1 {
    margin: 0;
    font-family: 'Exo',sans-serif;
    font-size: 50px;
    display: block;
    text-shadow: 0 2px 3px #13599d;
    min-width: 377px;
    height: 40px;
    color: #ececec;
}
.fa.fa-paint-brush {
    background: #1A75CC;
    color: #FBFBFB;
    padding: 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #fff inset;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.73);
    transform: rotate(-45deg);
    border: 1px solid #0F508E;
    margin: 4px 15px;
}


.forabg .header, .forumbg .header {
    background:
#176497 url(https://i.servimg.com/u/f62/14/65/46/14/space-10.png) center 50%;
margin: -5px -5px 10px;
border: 0px solid
#fff;
height: 40px;
position: relative;
border-bottom: 4px solid
    #2175f3;
}

.forabg, .forumbg {
    background:
#fff;
box-shadow: 0 4px 15px 0
rgba(88,106,153,0.2);
border-radius: 3px;
margin-bottom: 30px;
overflow: hidden;
border: 0px solid
    #fff;
}


.forabg .row:nth-child(2n),.forumbg .row:nth-child(2n) {
    background:
    #F5F8FC;
}
.forabg .row, .forumbg .row {
    background:
#fff;
border: 0px solid
    #d7e5f2 !important;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
li.row:hover,.forabg .row:hover:nth-child(2n) {
    background-color: #f1f3fb;
}
ul.forums dd {
    border-color:
    #fff;
        border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 0px;
}
ul.forums {
    background-color:
    #fff;
    background-image: none;
}
.cathead-l {
    height: 32px;
    min-width: 272px;
    padding: 12px 0 0 015px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:
#FFFFFF;
text-shadow: 0 -1px 0
    #082c52;
    margin-top: -6px;
    margin-left: -9px;
    text-transform: none;
}

#search-box,
.headerbar .corners-bottom,
.headerbar .corners-top,
.navbar .corners-bottom,
.navbar .corners-top,
ul.linklist li a img,
 {
    display: none;
}
#search-box, ul.linklist li a img,.navbar .corners-top, .navbar .corners-bottom,.headerbar .corners-top,.headerbar .corners-bottom {
    display: none;
}
.buttons div span {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.new-topic {
    background-image: url("https://demo.phpbb3styles.net/styles/absolution/imageset/en/button_topic_new.gif");
    height: 34px;
    width: 118px;
}
.new-topic:hover,.new-reply:hover {
    background-position: 0 100%; !important;
}
.new-reply {
    background-image: url("https://demo.phpbb3styles.net/styles/absolution/imageset/en/button_topic_reply.gif");
    height: 34px;
    width: 118px;
}
.post .inner {
    background: url("https://demo.phpbb3styles.net/styles/absolution/theme/images/vtdatebar.png") repeat-x left top
#F0F6FB;
border: 1px solid #b9d7f1;
    border-radius: 2px;
}


.post .corners-top,.post .corners-bottom {
    display: none;
}
.post {
    background-color:
#e6f0f9 !important;
border: 1px solid
    #c3dbf0;
    margin-bottom: 10px;
    padding: 5px;
}
.postprofile {
    background:
#E8F1F9;
border: 1px solid
#CFE3F5;
    border-top-color: rgb(207, 227, 245);
    border-top-style: solid;
    border-top-width: 1px;
border-radius: 0px 0px 5px 0px;
color:
    #536482;
    display: inline;
    float: left;
    margin: 35px 5px;
    min-height: 80px;
    overflow-wrap: break-word;
    padding: 5px;
    position: relative;
    width: 18%;
    border-top: 0px;
}

.ForumStats h3 {
    background:
#0e4075 url(https://i.servimg.com/u/f62/14/65/46/14/space-10.png) center 50%;
border-radius: 4px 4px 0 0;
color:
rgb(255, 255, 255);
font-family: 'Open Sans', sans-serif;
font-size: 15px;
margin: -5px -5px 8px;
padding-left: 10px;
font-weight: normal;
border-bottom: 4px solid
    rgb(224, 138, 31);
    text-transform: none;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.ForumStats {
    box-shadow: 0 4px 15px 0
rgba(88,106,153,0.2);
padding: 5px;
background:
    #fff;
    margin-bottom: 10px;
}
.ForumStats ul {
    padding: 5px;
    text-align: center;
}
.ForumStats li {
    display: inline;
    margin-right: 2px;
}

.ForumStats .value {
    color: rgb(36, 36, 36);

}
 .nodeStats  {
    color: rgb(110, 110, 110);

    font-size: 10px;
}
.nodeStats dl {

    text-align: center;

}
.statspanel {
    border: 1px solid
#d7e5f2;
padding: 15px 15px 15px 10px;
background:
    #FFF;
        background-image: none;
    margin: 2px 0;
}
li a.mainmenu[href="/search"], li a.mainmenu[href="/groups"] {
    display: none;
}
li a.mainmenu[href="/groups"] {
    background-image: none;
}



#page-header a.mainmenu::before {
    content: "";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 5px;
    line-height: 0px;
    font-size: 14px;
}
#page-header a.mainmenu[href="/"]::before {
    content: "";
}
#page-header a.mainmenu[href="/h21-portfolio"]::before {
    content: "\f1fc";
}
#page-header a.mainmenu[href="/faq"]::before {
    content: "";
}
#page-header a.mainmenu[href="/search"]::before {
    content: "";
}
#page-header a.mainmenu[href="/memberlist"]::before {
    content: "";
}
#page-header a.mainmenu[href="/groups"]::before {
    content: "";
}
#page-header a.mainmenu[href="/profile?mode=editprofile"]::before {
    content: "";
}
#page-header a.mainmenu[href="/privmsg?folder=inbox"]::before {
    content: "";
}
#page-header a.mainmenu[href="/register"]::before {
    content: "";
}
#page-header a.mainmenu[href="/login"]::before {
    content: "";
}
#page-header a.mainmenu[href^="/login?logout=1"]::before {
    content: "";
}
.inputbox, #page-footer .navbar{
    background: url("https://demo.phpbb3styles.net/styles/absolution/theme/images/formbg.gif") repeat-x left top
#FFF;
border: 1px solid
#cde0f1 !important;
color:
    #08284b;
    cursor: text;
    padding: 5px;
    border-radius: 3px;
}
#cp-main .panel,.row3 {
    background-color:
#EBF4FC;
color:
    #28313F;
}
.ipsGrid_span2 {
    float: left;
    margin-left: 7.5%;
    width: 14.893617021276595%;
    text-align: center;
}
.statsCount {
    font-size: 22px;
    line-height: 32px !important;
    font-weight: 300;
}
.Type_medium {
    font-size: 1.2em;
    line-height: 1.4em;
}

.tipsy{padding:5px;font-size:10px;opacity:.8;filter:alpha(opacity=80);background-repeat:no-repeat;background-image:url(http://www.jque.re/plugins/effects-ui/tipsy/images/tipsy.gif)}.tipsy-inner{padding:5px 8px 4px 8px;background-color:black;color:white;max-width:200px;text-align:center}.tipsy-inner{-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-north{background-position:top center}.tipsy-south{background-position:bottom center}.tipsy-east{background-position:right center}.tipsy-west{background-position:left center}
Matti
Matti
Administrator

Posts : 486
Points : 844
Reputation : 80

https://matis-design.forumotion.com/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum