Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .searchresult {
- margin: 0;
- padding: 0;
- }
- #articles article {
- display: block;
- font-family: Arial, sans-serif;
- position: relative;
- z-index: 100;
- margin: 5px 0;
- animation: menu 4s;
- animation-fill-mode: both;
- opacity: 1;
- padding: 8px;
- width: 60%;
- margin: 8px; /*auto;*/
- border: solid 1px #000;
- border-radius: 5px;
- transition: 2s ease;
- box-shadow: 0px 0px 3px 1px #0D1030;
- /* background: #feffff; *//* Old browsers */
- background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 100%, #a0d8ef 0%); /* FF3.6+ */
- /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+
- background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+
- background: -o-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+
- background: -ms-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+
- background: linear-gradient(to bottom, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
- }
- #articles article:nth-child(2) {
- animation-delay: 0.2s;
- }
- #articles article:nth-child(3) {
- animation-delay: 0.4s;
- }
- #articles article:nth-child(4) {
- animation-delay: 0.6s;
- }
- #articles article:nth-child(5) {
- animation-delay: 0.8s;
- }
- #articles article h1 {
- text-shadow: 0px 0px 1px #fff;
- font-size: 1.5em;
- line-height: 0.9em;
- margin-bottom: 10px;
- }
- @keyframes menu {
- 0% {opacity: 0; background: #fff;}
- 100% {opacity: 1;}
- }
- #articles article:nth-child(2) {
- animation-delay: 0.2s;
- }
- #articles article:nth-child(3) {
- animation-delay: 0.4s;
- }
- #articles article:nth-child(4) {
- animation-delay: 0.6s;
- }
- #articles article:nth-child(5) {
- animation-delay: 0.8s;
- }
- #articles article p {
- margin: 5px 0;
- font-size: 15px;
- }
- #articles article p:first-of-type {
- margin-top: 0;
- }
- #articles article p:last-of-type {
- margin-bottom: 0;
- }
- /*********** List Items styling ***********/
- #articles #row1 ul li {
- display: inline;
- margin: 0;
- padding: 0;
- }
- #articles #row1 ul li:nth-child(1) {
- margin-left: 0;
- margin-right: 15px;
- padding: 0;
- }
- #articles #row1 ul li:nth-child(2) {
- margin-left: 15px;
- padding: 0;
- }
- #articles #row2 ul li {
- display: inline;
- margin: 0;
- padding: 0;
- }
- #articles #row2 ul li:nth-child(1) {
- margin-left: 0;
- margin-right: 15px;
- padding: 0;
- }
- #articles #row2 ul li:nth-child(2) {
- margin-left: 15px;
- margin-right: 0;
- padding: 0;
- }
- #articles #row3 ul li {
- display: inline;
- margin: 0;
- padding: 0;
- }
- #articles #row3 ul li:nth-child(1) {
- padding: 0;
- margin-left: 0px;
- margin-right: 15px;
- }
- #articles #row3 ul li:nth-child(2) {
- padding: 0;
- margin-left: 15px;
- margin-right: 15px;
- }
- #articles #row3 ul li:nth-child(3) {
- padding: 0;
- margin-right: 15px;
- margin-left: 15px;
- }
Advertisement
Add Comment
Please, Sign In to add comment