| Server IP : 199.79.63.27 / Your IP : 216.73.216.42 Web Server : Microsoft-IIS/10.0 System : Windows NT MD-PLESK-WEB5 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_6698(lcitec7i) ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/lcitbb/assets/css/ |
Upload File : |
/*
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/*
font-family: 'Libre Baskerville', serif;
font-family: 'Rubik', sans-serif;
*/
/*
--------------------------
- Default Typography
--------------------------
*/
p img {
margin: 0;
}
/* em and strong */
em {
font: 15px/30px;
}
strong,
b {
font: 15px/30px;
}
small {
font-size: 11px;
line-height: inherit;
}
/* blockquotes */
blockquote {
border-left: 0 none;
font-family: 'Nunito', sans-serif;
margin: 10px 0;
padding-left: 40px;
position: relative;
}
blockquote::before {
color: #4e5665;
content: "ï„";
font-family: FontAwesome;
font-size: 36px;
left: 20px;
line-height: 0;
margin: 0;
opacity: 0.5;
position: absolute;
top: 20px;
}
blockquote p {
font-style: italic;
padding: 0;
font-size: 18px;
line-height: 36px;
}
blockquote cite {
display: block;
font-size: 12px;
font-style: normal;
line-height: 18px;
}
blockquote cite:before {
content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
color: #8B9798;
border: none
}
/* abbreviations */
abbr {
color: #444;
font-weight: 700;
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: .6px;
}
abbr:hover {
cursor: help;
}
/* links */
a,
a:visited {
text-decoration: none;
font-weight: normal;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
outline: 0;
}
a:hover,
a:active {
color: #f21b71;
text-decoration: none;
outline: 0;
}
a:focus {
text-decoration: none;
outline: 0;
}
p a,
p a:visited {
line-height: inherit;
outline: 0;
}
a.active {
color: #f21b71;
}
/* list */
ul,
ol {
margin-bottom: 0px;
margin-top: 0px;
padding: 0;
}
ul {
margin: 0;
list-style-type: none;
}
ol {
list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
margin-left: 0px;
}
ul.square {
list-style: square outside;
}
ul.circle {
list-style: circle outside;
}
ul.disc {
list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin: 0;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
margin-bottom: 0px;
}
li {
line-height: 18px;
margin-bottom: 0px;
}
ul.large li {}
li p {}
/* definition list */
dl {
margin: 12px 0;
}
dt {
margin: 0;
color: #11ABB0;
}
dd {
margin: 0 0 0 20px;
}
button {
outline: none;
cursor: pointer;
}
/*
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */