from SPEAKING IN STYLES
These elements were used for the CLL newsstand page. see the css here.
Box-shadow,Transition, Border-radius | click to see list |
- Box-shadow
- box-shadow: 0 0 5px rgba(0,0,0,.5);
- -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
- -moz-box-shadow: rgba(0,0,0,.5) 0 0 5px;
- TITLE
- -webkit-transition: box-shadow .35s linear;
- transition: box-shadow .35s linear;
- Border radius
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- other 'post' attributes:
- .post {
padding:10px 30px 10px 30px ; - background-color: rgb(255,255,255);
- background-color: rgba(255,255,255,.7);
- border: 1px solid rgb(204,204,204);
- margin: 10px;