| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp/htdocs-coblaa/pureFaith/main_css/ |
Upload File : |
body{
margin:0;background:#fff;background-imagek: linear-gradient(to bottom, #bd0e56 , #FF76C3);
font-family: 'Inter', sans-serif;
}
.inputHelp{display:none;}
#mainVidDispOutPut{display:none;}
#studion_wisdom_text_output{display:none;}
.main_home_div
{
float:left;width:100%;height:70px;background:#005662;
}
.back_btn
{
float:left;width:35px;height:30px;margin-left:1%;margin-top:15px;border-radius:50%;cursor:pointer;
}
.main_search_div
{
float:left;width:40%;height:32px;margin-top:17px;border:1px solid #ccc;border-radius:20px;background:#fff;margin-left:3%;
}
.searchBtn
{
float:right;width:25px;height:25px;margin-right:1%;margin-top:2.5px;cursor:pointer;
}
.searchInput
{
float:left;width:80%;height:30px;background:#fff;border:0px;outline:none;border-radius:20px 0 0 20px;text-align:center;font-size:1em;
}
.uploadBtn
{
float:right;width:40px;height:35px;margin-right:2%;margin-top:16px;border-radius:50%;cursor:pointer;
}
.uploadBtn:hover{background:#27F59C;}
.searchBtnMob{display:none;}
.userprofile
{
float:left;width:90%;height:100px;margin-left:5%;margin-top:20px;border-radius:20px;backgroundk:red;border:1px solid #ccc;
}
.sub_userprofile
{
float:left;width:100%;height:50px;border-bottom:1px solid #ccc;
}
.img_userprofile
{
float:left;width:40px;height:40px;margin-top:5px;margin-left:10px;border-radius:50%;background:#000;
}
.name_user
{
float:left;height:50px;line-height:50px;margin-left:5px;font-size:1em;font-weight:600;color:#505252;
}
.st_homeBtn
{
float:left;height:30px;margin-top:10px;margin-left:10px;margin-right:10px;border-radius:10px;background:#005662;color:#fff;padding:5px;border:0;font-weight:600;cursor:pointer;
}
.st_homeBtn:hover{height:35px;margin-top:7px;color:#FFD700}
.mainContainer
{
float:left;width:90%;min-height:75vh;margin-left:5%;margin-top:20px;backgroundk:green;
}
.userSingleVid
{
floatk:left;width:286px;height:570px;margin-top:20px;margin-bottom:10px;backgroundk:red;border-radius:10px;
}
.singleThumb
{
float:left;width:100%;height:500px;background:#000;border-radius:10px;margin-bottom:5px;display:flex;justify-content:center;align-items:center;
}
.vid_thumb_img
{
max-width:100%;max-height:100%;border-radius:10px;
}
.singleVidName
{
float:left;width:96%;line-height:20px;margin-left:2%;font-weight:600;font-size:0.99em;
}
.vidPostDat
{
float:left;width:96%;line-height:25px;margin-left:2%;font-weightk:600;font-size:0.8em;color:#505252;
}
/* Daily Wisdom Card Styling */
.sl-daily-wisdom-card {
background: #fdfdfd; /* Off-white background */
border: 1px solid #eee;
border-radius: 10px;
paddingk: 23px 30px;
margin-right:5%;
margin-bottom:20px;
float:left;
width: 25%; /* Adjust width as needed */
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
text-align: center;
}
.sl-daily-wisdom-card .sl-section-heading {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.8em;
color: #005662; /* Deep Teal */
border-bottom: 2px solid #FFD700; /* Soft Gold underline */
display: inline-block; /* To make underline only as wide as text */
padding-bottom: 5px;
}
.sl-wisdom-text {
font-size: 1.4em;
font-style: italic;
color: #333;
line-height: 1.6;
margin: 25px 0;
position: relative;
padding: 0 20px; /* Space for quote marks */
}
/* Optional: Add custom quote marks */
.sl-wisdom-text::before {
content: "“";
font-size: 3em;
color: #FFD700; /* Soft Gold */
position: absolute;
left: 0;
top: 0;
line-height: 1;
}
.sl-wisdom-text::after {
content: "”";
font-size: 3em;
color: #FFD700; /* Soft Gold */
position: absolute;
right: 0;
bottom: -10px; /* Adjust as needed */
line-height: 1;
}
.sl-wisdom-source {
font-size: 1em;
color: #666;
margin-top: 20px;
font-weight: 500;
}
.sl-wisdom-faith {
font-weight: bold;
color: #005662; /* Deep Teal */
font-size: 0.9em;
}
/* Ensure sl-info-message is styled from previous CSS */
.sl-info-message {
font-style: italic;
color: #000;
text-align: center;
margin: 20px 0;
}
.footer_div
{
float:left;width:100%;height:60px;line-height:60px;margin-top:20px;background:#355850;
}
.footer_lebal
{
float:left;widthk:100%;height:40px;margin-left:20px;line-height:40px;padding:10px;color:#fff;text-align:center;text-decoration:none;font-weight:400;
}
.footer_lebal:hover{color:#C89F5B;}
@media screen and (max-width: 700px)
{
.main_search_div
{
float:left;width:90%;height:32px;margin-top:17px;margin-left:5%;display:none;
}
.searchBtnMob
{
float:right;width:30px;height:30px;margin-right:5%;margin-top:17px;display:block;
}
/* Daily Wisdom Card Styling */
.sl-daily-wisdom-card {
margin-right:0%;
width: 100%; /* Adjust width as needed */
}
}