<Document.stylesheet.js/css.css>
<import.css.css.css.css/>
<import.Preferences.plist/>
<Import Professional Video Workflow Plug-Ins/>

SCSSResult Skip Results Iframe
EDIT ON
@mixin dots($count) {
  $text-shadow: ();
  @for $i from 0 through $count {
    $text-shadow: $text-shadow,
                 (-.5+(random()) * 3) + em
                 (-.5+(random()) * 3) + em
                 7px
                 hsla(random() * 360, 100%, 50%,.9);
  }
  text-shadow: $text-shadow;
}

html {
  font: 5vmin/1.3 Serif;
  overflow: hidden;
  background: #123;
}

body, head {
  display: block;
  font-size: 52px;
  color: transparent;
}

head::before, head::after,
body::before, body::after {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  content: '.';
  mix-blend-mode: screen;
  animation: 44s -27s move infinite ease-in-out alternate;
}


body::before {
  @include dots(40);
  animation-duration: 44s;
  animation-delay: -27s;
}

body::after {
  @include dots(40);
  animation-duration: 43s;
  animation-delay: -32s;
}

head::before {
  @include dots(40);
  animation-duration: 42s;
  animation-delay: -23s;
}

head::after {
  @include dots(40);
  animation-duration: 41s;
  animation-delay: -19s;
}


@keyframes move {
  from {
    transform: rotate(0deg) scale(12) translateX(-20px);
  }
  to {
    transform: rotate(360deg) scale(18) translateX(20px);
  }
}
View Compiled


Resources1× 0.5× 0.25×Rerun
html {
  background-color: blue;
  border-radius: 20px;
  border-style: inset;
  border-color: blue;
  border: line;
}
head {
  text-align: center;
  position: relative;

	text-transform: capitalize;

}
b:hover {
  background-color: black;
  padding-right: 20px 20px;
}

body {

  background-position: left;
  color: rgb(1, 7, 7);
  border-width: 110em;
  font-size: 14px;
  font-family: sans-serif, Verdana;
  text-align: center;
  padding: 8em;
  border: solid;
  border-radius: 2cm;
	text-transform: capitalize;



}
body {

	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
  background-color: pink;
  border-radius: 20px;
  border-style: dotted;
  border: solid;
  border-radius: 16px;
  border-width: medium;
  border-color: navy;
}
  }

  h2 {
	font-weight: 300;
	text-align: center;
    font-size:20px;
      color: pink;
  }

  b {

	text-align: center;
	position: relative;
  border-color: red;
  }

  head {
	text-transform: capitalize;
	text-align: center;
	position: relative;
  }
  li b {
	text-transform: capitalize;
	text-align: center;
	position: relative;
  }
  p {
	position: relative;
  }
  div {
   text-align: center;
  }

  a,
  b:link,
  b:visited,
  b:active {
	color: #4e616d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  b:focus, b:hover,
  b:link:focus,
  b:link:hover,
  b:visited:focus,
  b:visited:hover,
  b:active:focus,
  b:active:hover {
	color: #4e6069;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }

  #login-form-wrap {
	background-color: transparent;
	width: 40%;
	margin: auto;
	text-align: center;
	padding: 40px 0 0 0;
  padding-right: 7px;
	border-radius: 4px;
	box-shadow: 0px 30px 50px 0px rgba(94, 83, 83, 0.2);
	padding-bottom: 40em;
  border-style: dotted;
  border: solid;
  border-radius: 16px;
  border-width: thin;
  border-color:  #21323a;
  }
  #login-form-wrap2 {
	background-color: transparent;
	width: 35%;
	margin: 30px auto;
	text-align: center;
	padding: 40px 0 0 0;
	border-radius: 4px;
	box-shadow: 0px 30px 50px 0px rgba(94, 83, 83, 0.2);
	padding-bottom: 6em;
  }

  #login-form {
	padding: 0 10px;
	position: relative;
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	outline: none;
	height: 45px;
	line-height: 40px;
  }

  input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	content: inherit;
	position: relative;
  }

  input[type="text"],
  input[type="email"] {
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0;
	color: #8a8b8e;
	border: 4px solid #3378a0;
	font-style: normal;
	font-size: 16px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	position: relative;
	display: inline-block;
	background: none;
  }
  input[type="text"]:focus,
  input[type="email"]:focus {
	border-color: #49575e;
  }
  input[type="text"]:focus:invalid,
  input[type="email"]:focus:invalid {
	color: #cc1e2b;
	border-color: #cc1e2b;
  }
  input[type="text"]:valid ~ .validation,
  input[type="email"]:valid ~ .validation {
	display: block;
	border-color: #0C0;
  }
  input[type="text"]:valid ~ .validation span,
  input[type="email"]:valid ~ .validation span {
	background: #0C0;
	position: absolute;
	border-radius: 6px;
  }
  input[type="text"]:valid ~ .validation span:first-child,
  input[type="email"]:valid ~ .validation span:first-child {
	top: 30px;
	left: 14px;
	width: 20px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }
  input[type="text"]:valid ~ .validation span:last-child,
  input[type="email"]:valid ~ .validation span:last-child {
	top: 35px;
	left: 8px;
	width: 11px;
	height: 3px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  }

  .validation {
	display: none;
	position: absolute;
	content: " ";
	height: 60px;
	width: 30px;
	right: 15px;
	top: 0px;
  }

  input[type="submit"] {
	border: rgb(20, 5, 5);
	display: block;
	background-color: lightgreen;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 14px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: center;
  }
  input[type="submit"]:hover {
	background-color: #5a6d79;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }

  #create-account-wrap {
	background-color: #eeedf1;
	color: #8a8b8e;
	font-size: 10px;
	width: 100%;
	padding: 4px 0;
	border-radius: 0 0 4px 4px;
  }
  body {
	background-color: #514c5e;
	background-position: center;
	padding-left: 100px;
	font-size:14px;
	font-family: sans-serif, Verdana;
	background-position: -300em;
	text-align: center;
	color: grey;
  }

li a{

	text-align: center;
	text-transform: capitalize;
	text-align: center;

}

div {
border: 5em;
border-color: azure;
text-align: center;

}
b {
  border: 3em;
  border-color: azure;
  padding: 0em;
  text-align: center;

ui {
	text-align: center;
}
}
head {
  position: center;
  size: 14px;
  border: 8px solid rgb(93, 93, 168);
}
header {
  position: relative;
  top: 200px;
  size: 250px;
  border: 3px solid navy;
  text-align: center;
}
h1 {
  weight: bold;
  text-align: center;
    font-size:50px;
    position: center;
  color: rgb(95, 117, 124);
}
h3 {
    font-size:30px;
    text-align: center;
}


html {
	background: scroll;
	background-position: center;
	position: center;
	background-color: #e6a3a3;
	text-align: center;
}


* {
	margin:0;
	padding:0;
	outline:0;
}
body {
	font-size:12px;
	line-height:1.3;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#ccc;
	background:url('images/body-bg.gif');
	text-align: center;
  background-position: 200px;
}
b {
	color:#e7b038;
	text-decoration:underline;
	cursor:pointer;
}
b:hover {
	text-decoration:none;
}
a img {
	border:0;
}
input, textarea, select {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
textareb {
	overflow:auto;
}
.cl {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	clear:both;
}
.notext {
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.left, .alignleft {
	float:left;
	display:inline;
}
.right, .alignright {
	float:right;
	display:inline;
}
.text-right {
	text-align:right;
}
h2 {
	font-size:10px;
	color:#f2a223;
	font-weight:bold;
}
h3 {
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
h4 {
	font-size:14px;
	color:#f3b12b;
	font-weight:bold;
}
#shell {
	width:980px;
	margin:0 auto;
}
#header {
	position:relative;
}
h1#logo {
	position:absolute;
	top:37px;
	left:0;
}
h1#logo b {
	float:left;
	width:239px;
	height:49px;
	background:url('images/logo.gif') no-repeat 0 0;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.social {
	float:right;
	width:160px;
	padding-top:11px;
}
.social span {
	float:left;
	display:inline;
	font-size:10px;
	color:#9f9f9f;
	line-height:16px;
	padding-right:5px;
}
.social ul {
	list-style:none;
	text-align: center;
	position: static;
}
.social ul li {
	float:left;
	display:inline;
	width:16px;
	padding-right:2px;
}
.social ul li b {
	float:left;
	display:inline;
	width:16px;
	height:16px;
	background:url('images/social.gif') no-repeat 0 0;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.social ul li a.facebook {
	background-position:-18px 0;
}
.social ul li a.vimeo {
	background-position:-36px 0;
}
.social ul li a.rss {
	background-position:-54px 0;
}
#navigation {
	float:right;
	clear:right;
	padding-top:28px;
	padding-bottom:47px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:left;
	display:inline;
	padding-left:29px;
}
#navigation ul li b {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#navigation ul li a.active, #navigation ul li b:hover {
	color:#d91d2a;
}
#sub-navigation {
	display:block;
	clear:right;
	border-top:1px dashed #666;
	border-bottom:1px dashed #666;
	padding:8px 0;
}
#sub-navigation ul {
	list-style:none;
}
#sub-navigation ul li {
	float:left;
	display:inline;
	padding-right:23px;
}
#sub-navigation ul li b {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:24px;
	text-decoration:none;
}
#sub-navigation ul li b:hover {
	text-decoration:underline;
}
#search {
	width:346px;
	margin:0 0 0 auto;
}
#search label {
	float:left;
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:24px;
	padding-right:6px;
}
#search .search-field {
	width:238px;
	border:1px solid #413e3e;
	background:#000;
	color:#787878;
	padding:2px 0 2px 2px;
}
#search .search-button {
	font-size:14px;
	font-weight:bold;
	border:0;
	background:none;
	color:#fff;
	cursor:pointer;
}
#main {
	border-bottom:1px dashed #413e3e;
}
#content {
}
.box {
	width:980px;
	border-bottom:1px dashed #413e3e;
	padding-bottom:21px;
}
.box .head {
	width:980px;
	padding-top:14px;
	padding-bottom:11px;
}
.box .head h2 {
	float:left;
	display:inline;
}
.box .movie {
	width:152px;
	float:left;
	padding-right:12px;
}
.movie-image {
	float:left;
	width:152px;
	height:214px;
	position:relative;
}
.movie-image img {
	width:152px;
	height:214px;
}
.movie-image b {
	float:left;
	display:inline;
	width:152px;
	height:214px;
	position:relative;
	z-index:2;
}
.play {
	position:absolute;
	top:0;
	left:0;
	width:152px;
	height:214px;
	background:url('images/image-hover.png');
	display:block;
	z-index:5;
	cursor:pointer;
	display:none;
}
.movie span.name {
	font-weight:bold;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding-top:160px;
	display:block;
}
.box .last {
	padding:0;
}
.rating {
	float:left;
	width:152px;
	padding-top:8px;
}
.rating p {
	float:left;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}
.rating .stars {
	float:left;
	width:60px;
	height:11px;
	background:url('images/stars.gif') no-repeat 0 0;
	margin-left:2px;
}
.rating .stars-in {
	width:48px;
	display:inline;
	background:url('images/stars.gif') no-repeat 0 bottom;
	position:absolute;
	height:11px;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.comments {
	background:url('images/comments.gif') no-repeat 0 center;
	padding-left:12px;
	float:right;
}
#news {
	width:460px;
	float:left;
}
#news .head {
	width:460px;
	padding-top:11px;
	padding-bottom:14px;
}
#news h3, #coming h3 {
	float:left;
}
#coming {
	width:490px;
	float:left;
	padding-left:30px;
}
#coming .head {
	width:490px;
	padding-top:11px;
	padding-bottom:14px;
}
#coming .head strong {
	color:#ff361a;
}
#coming .content {
	min-height:130px;
	height:auto !important;
	height:130px;
	padding-bottom:20px;
}
#coming .content h4 {
	padding-bottom:3px;
}
.content {
	padding-bottom:28px;
}
.content .date {
	font-size:10px;
	color:#fff;
}
.content img {
	float:left;
	width:68px;
	padding-right:8px;
}
.content p {
	font-size:13px;
	color:#fff;
	line-height:16px;
}
.content b {
	font-size:11px;
}
#footer {
	padding:15px 0 0 0;
	font-size:10px;
}
#footer, #footer b {
	color:#9c9c9c;
	text-decoration:none;
}
#footer b:hover {
	text-decoration:none;
}
#footer p {
	margin:0;
	padding:0 0 11px 0;
	line-height:normal;
	white-space:nowrap;
}
#footer .lf {
	float:left;
}
#footer .rf {
	float:right;
}
