Menu shadow

This commit is contained in:
Difrex(Denis Zheleztsov) 2014-07-03 11:33:00 +04:00
parent 72d4c5f4c8
commit fd79e8d5f6

View File

@ -6,13 +6,15 @@
</head>
<STYLE type="text/css">
.post {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
border-width: 1;
border: solid;
border-color: #CCC;
border-color: #CCC;
border-radius: 10px;
margin-top: 0.5em;
margin-left: 15%;
margin-right: 10%;
margin-bottom: 0.7em;
padding-left: 5pt;
}
.post h2 {
@ -65,7 +67,6 @@
text-align: center;
display: block;
color: #000;
/*background-color: #C7BA6C;*/
background-color: #C9C9C9;
border-radius: 5px;
width: 75%;
@ -97,6 +98,7 @@
border-style: solid;
border-radius: 3px;
border-color: #999;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
padding: 2pt;
margin-top: 0.3em;
text-align: center;
@ -106,11 +108,11 @@
.echo a:hover {
color: #222;
display: inline-block;
box-shadow: 0 0 4px rgba(0, 255, 255, 0.5);
border-width: 1px;
border-style: solid;
border-radius: 3px;
border-color: #444;
background-color: #CCC;
border-color: #999;
padding: 2pt;
margin-top: 0.3em;
text-align: center;