0% found this document useful (0 votes)
49 views3 pages

Custom CSS

The document contains CSS code for styling various elements on a webpage. Key styles include: - Round poster elements are set to a width and height of 100% with overflow hidden and a border radius of 15px. - Several page headers, footers, and modules are given a black background color. - Links are set to a bright green color and one link is set to a blue background. - Buttons are created with a green background, white text, and rounded borders. - Player controls are styled with options in a scrolling list and icons colored for different platforms.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views3 pages

Custom CSS

The document contains CSS code for styling various elements on a webpage. Key styles include: - Round poster elements are set to a width and height of 100% with overflow hidden and a border radius of 15px. - Several page headers, footers, and modules are given a black background color. - Links are set to a bright green color and one link is set to a blue background. - Buttons are created with a green background, white text, and rounded borders. - Player controls are styled with options in a scrolling list and icons colored for different platforms.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

/*For Round shape poster*/

.module .content .items .item .poster{


width:100%;
height:100%;
float:left;
position:relative;
overflow:hidden;
margin:0;
padding-top:140%;
border-radius:15px;
border : 3px solid ;
}

header.main {
background-color: Black;
box-shadow: 0 1px 5px rgb(0 0 0 / 40%);
border-bottom: 1px solid #000;
}
.module {
background: Black;
}

header.responsive {
background-color: rgb(0 0 0);
}

.letter_home .fixresp ul.glossary {


background-color: #131418;
}

footer.main .fcmpbox {
background: rgb(0 0 0);
}

.linktabs ul li a.selected, ul.smenu li a.selected, a.liked, .module .content


header span a.see-all, .page_user nav.user ul li a.selected, .dt_mainmeta
nav.releases ul li a:hover {
background: #ea409e;
}

.module .content header h2 {


border-color: #ea409e;
}

header.main .hbox .search {


padding-right: 20px;
}

a{
color: #b5ff2f;
}
.dt_social_single a.telegram {
background: #0088CC;
}

.alert {
padding: 20px;
background-color: #000000;
color: white;
border: solid 1px #FFD700;
border-radius: 2px;
padding: 14px;
}

.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}

.closebtn:hover {
color: red;
}

.single-page {
background: #000000;
}
#page .comments-area {
display: none;
}
.button {
background-color: #75c74e;
width: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
border-radius: 5px;
}
.button img {
float: left;
margin-top: 8px;
margin-left: 30px;
}

.button p {
padding: 3px 0;
text-shadow: 1px 1px #4b9924;
font-weight: bold;

line-height: 30px;
width: auto;
margin-right: 20px;
margin-bottom: 10px;
color: white;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
text-align: center;
letter-spacing: -.01em;
font-size: 25px;
}
.dooplay_player .options ul li span.server {
display: none
}
.dooplay_player .options.scrolling {
max-height: none;
}

.dooplay_player .options ul li i.yt {


color: rgb(241 17 65);
}
.dooplay_player .options ul li i.fas {
color: #21c65b;
}

#seasons .se-c .se-a ul.episodios li .imagen {


display:none;
}
.dooplay_player .options ul li {
background: #333333;
border-radius: 5px;
margin-bottom:10px;
}

You might also like