about summary refs log blame commit diff
path: root/res/blogstyle.css
blob: 9f5d69521e7e39a472aa3d8808e3c6163a24fa2b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                                                                                                    




                   
      
                                           
                          
                    

 

                     

 











                                
                                               




                             
                                          

 

                    

 










                               
                                               




                                  
                                           















                             
                            




                            

 

                         
                            

 

























                            

 








                                                      




                     









                           
@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans'), local('PTSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/ptsans/v2/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff') format('woff');
}

html, body{
	margin: 0;
	padding: 0;
}

body {
	font-family: 'PT Sans', sans-serif;
	min-height: 850px;
	color: #EEE;
}

a {
	color: black;
}

input, textarea, select {
   border: 1px solid #555;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;
   width: 550px;
   background: #F9F9F9;
   -webkit-border-radius: 0.5em;
 }

/* site sections */
.header {
	background: url(/static/ios-linen.jpg);
	z-index: 4;
	padding-left: 20px;
	padding-bottom: 70px;
	padding-top:  30px;
	position: relative;
	box-shadow: 0 6px 5px 1px #343537;
}

.link {
	color: #EEE;
}

.middle {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding-top: 40px;
	background-color: #EEE;
	color: black;
}

.footer {
	background: url(/static/ios-linen.jpg);
	z-index: 4;
	position: relative;
	background-color: #4A525A;
	margin-top: 30px;
	padding-top: 20px;
	box-shadow: 0 -6px 5px 1px #343537;
	color: #EEE;
}

/* header elements */ 

.btitle {
	text-decoration:none;
	color: #EEE;
	font-size:x-large;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

.contacts {
	float: left;
	font-weight: bolder;
}

.righttext {
	float:right;
	padding-right: 20px;
}

.rightbox {
	text-align:right;
	padding-right: 14px;
}

/* middle elements */
.innerTitle {
	margin-left: 10px;
	font-weight: bold;
}

.innerBoxComments{
	margin-left: 10px;
}

.innerContainer {
	padding-right: 20px;

}

/* common elements */
.centerbox {
	text-align:center;
    min-height: 45px;
}


/* style elements */

.cInput {
	margin-left: 15px;
}

.tt { 
	font-family: "courier new",courier,monospace; 
	font-size: 13px;
}

.cl {
	text-decoration:none;color:black;
}

.cHead {
    font-size:large;
    font-weight:bold;
}

.notFoundFace {
	text-align: center;
	font-size: 100px;
}

.notFoundText {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}