hello everyone !! this short topic will 2026 movies ><
is anyone excited for a particular release this year?
no matter how popular or niche it might be, im interested in knowing >< & i think itd be a good year opening topic for the group !!
@font-face {
font-family: cakentruffles;
src: url("https://dl.dropbox.com/s/etvt9sk6o6fc27m/Cake%20n%20Truffles.ttf");
}
@font-face {
font-family: lemon;
src: url(https://dl.dropbox.com/s/y6wquf5njt2g3p1/Lemon%20Love.ttf?);
}
@font-face {
font-family: 'rollergirls'; src: url(https://dl.dropbox.com/s/5vuidw6nmmo44f5/ROLLERGI.TTF);
}
* {cursor: url(https://ani.cursors-4u.net/symbols/sym-8/sym755.ani), url(https://ani.cursors-4u.net/symbols/sym-8/sym755.png), auto !important;}
::selection {
background: #fec5e5;
color: #FFFFFF;
}
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}
/* ===== BACKGROUND & BASE ===== */
body {
background-image: url("https://i.pinimg.com/1200x/b7/54/7c/b7547c726157838a686bf40bb85b1ce8.jpg");
background-position: center center;
background-size: repeat;
background-attachment: fixed;
font-family: cakentruffles, Georgia, serif;
}
/* ===== COMMENTS / META TEXT ===== */
.inner b {
color: #FD7979; /* comment timestamps + meta */
}
.count {
color: pink; /* comment count numbers */
}
/* ===== NAV BAR ===== */
nav .top {
background: #FFCDC9;
border: 2px solid pink;
border-radius: 15px 15px 0 0;
box-shadow: 0 0 8px 8px white inset;
}
nav .links {
background:
linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
url("https://i.pinimg.com/originals/c2/cf/03/c2cf0362e1f8792fd527f83edbf3c5e7.gif");
background-repeat: no-repeat;
background-position: center 5px;
background-size: 700px auto;
text-align: center;
border-radius: 4px 4px 0 0;
}
nav .links a {
color: black;
text-shadow: #FD7979 1px 4px 2px;
}
/* ===== LINKS ===== */
a {
color: black;
text-shadow: #FD7979 1px 4px 2px;
}
a:hover {
color: #FD7979;
}
/* ===== BUTTONS ===== */
button {
color: #000000;
background-color: #FBEFEF;
border: 1px dotted #FD7979;
}
/* ===== BLOG ENTRY TITLE ===== */
.blog-entry .title {
background-color: #FDACAC;
color: white;
padding: 6px;
letter-spacing: 4px;
font-family: rollergirls;
text-shadow: magenta 1px 1px 4px;
}
/* ===== BLOG CONTENT ===== */
.blog-entry .content {
background-color: #FBEFEF;
padding: 12px;
border: 2px dotted #FD7979;
border-radius: 6px;
}
/* ===== MAIN LAYOUT ===== */
main {
background-color: rgba(255,255,255,0.5);
border: 2px dotted #FD7979;
border-radius: 15px;
}
main .left {
background-color: #FBEFEF;
color: black;
}
main .right {
background-color: #FCE6F3;
padding: 4px;
}
/* ===== COMMENTS TABLE ===== */
.comments-table td,
.comment-replies,
.details-table td {
background: #FBEFEF;
color: black;
}
.comments-table td:first-child,
.details-table td:first-child {
background: #FDACAC;
}
/* ===== EDIT INFO ===== */
.edit-info {
background-color: #F5AFAF;
border: 1px dotted #FD7979;
}
/* ===== FOOTER ===== */
footer {
background-image: url("https://i.ibb.co/N6wznSYL/ezgif-com-resize-1.gif");
background-repeat: repeat;
background-size: 100px 100px;
background-position: center;
}
footer p {
color: white;
}
footer .links {
color: black;
}
/* ===== BLOG / PROFILE ICONS ===== */
p.links a:first-child .icon {
content: url("BLOG_ICON_URL_HERE");
width: 25px;
height: auto;
}
p.links a:nth-child(2) .icon {
content: url("PROFILE_ICON_URL_HERE");
width: 25px;
height: auto;
}
p.links a:last-child .icon,
table.comments-table td .icon {
content: url("REPORT_ICON_URL_HERE");
width: 25px;
height: auto;
}