iiplc/t/head.html

168 lines
3.8 KiB
HTML
Raw Normal View History

2014-06-11 15:55:00 +04:00
<!DOCTYPE html>
<html>
<head>
<title><TMPL_VAR NAME=TITLE></title>
<meta charset='utf8'>
</head>
<STYLE type="text/css">
.post {
2014-07-31 00:52:57 +04:00
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
2014-06-11 15:55:00 +04:00
border-width: 1;
border: solid;
2014-07-31 00:52:57 +04:00
border-color: #CCC;
2014-06-11 15:55:00 +04:00
border-radius: 10px;
margin-top: 0.5em;
margin-left: 15%;
margin-right: 10%;
2014-07-31 00:52:57 +04:00
margin-bottom: 0.7em;
2014-06-11 15:55:00 +04:00
padding-left: 5pt;
}
.post h2 {
display: block;
2014-07-01 11:27:24 +04:00
background-color: #CCC;
border-color: #C9C9C9;
border-style: solid;
2014-06-16 01:40:11 +04:00
color: #222;
2014-06-11 15:55:00 +04:00
border-radius: 5px;
2014-06-16 14:21:35 +04:00
padding-left: 0.5em;
padding-bottom: 0.15em;
2014-06-11 15:55:00 +04:00
margin-right: 10px;
margin-top: 0.5em;
margin-bottom: 0px;
}
2014-07-01 11:27:24 +04:00
.post h2:hover {
background-color: #c4c4c4;
}
2014-06-11 15:55:00 +04:00
.post img {
display: inline-block;
border-radius: 10px;
}
.subg {
display: block;
border-radius: 5px;
margin-top: 0.5em;
margin-left: 15%;
margin-right: 15%;
padding-left: 5pt;
padding-top: 5pt;
}
.subg a {
color: #222;
}
.subg a:visited {
color: #666;
}
.mail {
display: block;
margin-top: 0.1em;
margin-left: 0.5em;
}
.text {
display: block;
margin-left: 0.5em;
margin-top: -0.8em;
2014-07-01 21:31:23 +04:00
margin-right: 0.5em;
2014-06-11 15:55:00 +04:00
}
.headall {
text-align: center;
display: block;
color: #000;
2014-07-01 11:27:24 +04:00
background-color: #C9C9C9;
2014-06-11 15:55:00 +04:00
border-radius: 5px;
width: 75%;
position: top;
top: 0px;
margin-left: 15%;
margin-right: 15%;
margin-bottom: 0%;
}
.headall p {
margin-top: -1.5em;
text-align: center;
2014-06-16 14:21:35 +04:00
padding-bottom: 0.2em;
2014-06-11 15:55:00 +04:00
}
2014-06-16 11:36:35 +04:00
.headall a {
color: #222;
}
.headall a:hover {
color: #666;
}
2014-06-11 15:55:00 +04:00
.echo {
display: block;
position: fixed;
}
.echo a {
color: #222;
2014-06-24 11:19:14 +04:00
display: inline-block;
2014-06-24 10:55:49 +04:00
border-width: 1px;
border-style: solid;
border-radius: 3px;
2014-06-24 11:19:14 +04:00
border-color: #999;
2014-07-03 11:33:00 +04:00
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
2014-06-24 10:55:49 +04:00
padding: 2pt;
2014-06-24 11:19:14 +04:00
margin-top: 0.3em;
2014-06-24 10:55:49 +04:00
text-align: center;
text-decoration: none;
2014-06-24 11:19:14 +04:00
opacity: 0.6;
2014-06-24 10:55:49 +04:00
}
.echo a:hover {
color: #222;
2014-06-24 11:19:14 +04:00
display: inline-block;
2014-07-03 11:34:23 +04:00
box-shadow: 0 0 4px rgba(0, 0, 255, 0.5);
2014-06-24 10:55:49 +04:00
border-width: 1px;
border-style: solid;
border-radius: 3px;
2014-07-03 11:33:00 +04:00
border-color: #999;
2014-06-24 10:55:49 +04:00
padding: 2pt;
2014-06-24 11:19:14 +04:00
margin-top: 0.3em;
2014-06-24 10:55:49 +04:00
text-align: center;
text-decoration: none;
2014-06-24 11:19:14 +04:00
opacity: 1;
2014-06-11 15:55:00 +04:00
}
.answer {
color: #222;
padding: 0.2em;
position: relative;
}
.answer a {
color: #222;
}
.answer a:visited {
color: #222;
}
2014-06-15 19:12:03 +04:00
.view_change {
top: 0em;
position: relative;
margin-left: 15%;
margin-right: 15%;
}
.view_change a {
color: #222;
}
.view_change a:visited {
color: #222;
}
.new_mes {
position: relative;
2014-06-16 14:21:35 +04:00
}
.pre {
display: block;
border-style: dotted;
border-width: 1px;
border-color: #666;
background-color: #C9C9C9;
margin-right: 5%;
2014-06-15 19:12:03 +04:00
}
2014-06-11 15:55:00 +04:00
</STYLE>
<body>
<div class='headall'>
<h1><TMPL_VAR NAME=TITLE></h1>
<p>
2014-06-16 14:21:35 +04:00
<b>[</b> <a href="/">лента</a> <b>]</b>&nbsp
<b>[</b> <a href="/get">получить сообщения</a> <b>]</b>&nbsp
2014-06-17 11:05:10 +04:00
<b>[</b> <a href="/me">моя переписка</a> <b>]</b>&nbsp
2014-06-16 14:21:35 +04:00
<b>[</b> <a href="/out">неотправленные сообщения</a> <b>]</b>&nbsp
2014-06-11 15:55:00 +04:00
</p>
</div>
<!-- <hr> -->