Форум-пробник E.D.A.

Объявление





Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.



...

Сообщений 1 страница 30 из 97

1

Код:
<style type="text/css">
.tooltip {
color: #000000; outline: none;
text-decoration: none;
position: absolute;
left: 30px;
top: 30px;
}
.tooltip span.span {
border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute; left: 1em; top: 2em; z-index: 99;
margin-left: 0; width: 150px;
}
.tooltip img {
margin: 26px 0 0 16px; z-index: 100;
float: left; position: absolute; cursor: pointer;
}
.tooltip em {
font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em;
display: block; padding: 0.2em 0 0.6em 10px;
}
.custom { padding: 0.5em 0.8em 0.8em 2em; }
.warning { background: #fff0bd; border: 1px solid #dc001a; }
.style_t { display: block; font-size: 1.3em; cursor: pointer; padding-left: 26px; margin: 0px 0 0 -30px; }
.img_left {background: url(https://forumupload.ru/uploads/000e/57/2f/74-1.png) left center no-repeat; }
</style>

<span id="changeStyle" style="display: none;">
<span class="tooltip">
<img src="https://forumupload.ru/uploads/000e/57/2f/76-1.png" id="e2" alt="Выбор стиля" title="Выбор стиля" />
<span class="custom warning span" id="e1">
<em><strong>Выбор</strong></em>
<span class="style_t" id="style_t_1" onclick="changeStyle(1)">Стиль "Creativity"</span>
<span class="style_t" id="style_t_2" onclick="changeStyle(2)">Стиль "True Colors"</span>
</span>
</span>
</span>
<script type="text/javascript" src="http://i.rusff.ru/f/ru/rusff/custome_rusff.js"></script>
<script type="text/javascript">
function changeStyle(value)
{
   $.cookie("changeStyle", value, {expires: 99});
   $('span.style_t').removeClass('img_left');
   $('span#style_t_'+value).addClass('img_left');
   style_preview( value );
}

if( $.cookie("changeStyle") > 0 )
{   
   changeStyle($.cookie("changeStyle"));
}
function style_preview( value )
{
   if( value == 1 ) style = 'http://download.quadrosystems.ru/stylei1_36c1f8753f4a8c36b057870d2292013e.css';
   if( value == 2 ) style = 'http://download.quadrosystems.ru/stylei2_4b01f55f97192b3a9eafb9ce6732b678.css';
    str = document.URL;
     link = document.getElementsByTagName('link')
        for( i = 0; i < link.length; i++ )
         {
            if ( link[i].rel == 'stylesheet' )
            {
               link[i].href =  style;
               break;
            }
         }
}
</script>

0

2

Код:
<style type="text/css">
.tooltip {
color: #000000; outline: none;
text-decoration: none;
position: absolute;
left: -5px;
top: -5px;
}
.tooltip span.span {
border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute; left: 1em; top: 2em; z-index: 99;
margin-left: 0; width: 150px;
}
.tooltip img {
margin: 26px 0 0 16px; z-index: 100;
float: left; position: absolute; cursor: pointer;
}
.tooltip em {
font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em;
display: block; padding: 0.2em 0 0.6em 10px;
}
.custom { padding: 0.5em 0.8em 0.8em 2em; }
.warning { background: #fff0bd; border: 1px solid #dc001a; }
.style_t { display: block; font-size: 1.3em; cursor: pointer; padding-left: 26px; margin: 0px 0 0 -30px; }
.img_left {background: url(https://forumupload.ru/uploads/000e/57/2f/74-1.png) left center no-repeat; }
</style>

<span id="changeStyle" style="display: none;">
<span class="tooltip">
<img src="https://forumupload.ru/uploads/000e/57/2f/76-1.png" id="e2" alt="Выбор стиля" title="Выбор стиля" />
<span class="custom warning span" id="e1">
<em><strong>Выбор</strong></em>
<span class="style_t" id="style_t_1" onclick="changeStyle(1)">Стиль "Creativity"</span>
<span class="style_t" id="style_t_2" onclick="changeStyle(2)">Стиль "True Colors"</span>
<span class="style_t" id="style_t_3" onclick="changeStyle(3)">Стиль "Robotic"</span>
</span>
</span>
</span>
<script type="text/javascript" src="http://i.rusff.ru/f/ru/rusff/custome_rusff.js"></script>
<script type="text/javascript">
function changeStyle(value)
{
   $.cookie("changeStyle", value, {expires: 99});
   $('span.style_t').removeClass('img_left');
   $('span#style_t_'+value).addClass('img_left');
   style_preview( value );
}

if( $.cookie("changeStyle") > 0 )
{   
   changeStyle($.cookie("changeStyle"));
}
function style_preview( value )
{
   if( value == 1 ) style = 'http://download.quadrosystems.ru/stylei1_36c1f8753f4a8c36b057870d2292013e.css';
   if( value == 2 ) style = 'http://download.quadrosystems.ru/stylei2_4b01f55f97192b3a9eafb9ce6732b678.css';
   if( value == 3 ) style = 'http://ruzone.org/up/store/stylei3_bc0a56cc2ef83db3eb7f052a893a1c42.css';
    str = document.URL;
     link = document.getElementsByTagName('link')
        for( i = 0; i < link.length; i++ )
         {
            if ( link[i].rel == 'stylesheet' )
            {
               link[i].href =  style;
               break;
            }
         }
}
</script>

0

3

0

4

0

5

0

6

0

7

0

8

0

9

0

10

0

11

0

12

0

13

0

14

0

15

0

16

0

17

0

18

0

19

0

20

0

21

0

22

0

23

0

24

0

25

0

26

0

27

0

28

Код:
/* CS7 Topics author
-------------------------------------------------------------*/
.post-author ul li {
	text-align: center;
	padding: 5px;
	border: none;
	background: none;
	margin: 2px;
	box-shadow: 0 1px 3px #1a1920;
	-moz-box-shadow: 0 1px 3px #1a1920;
	-o-box-shadow: 0 1px 3px #1a1920;
	-webkit-box-shadow: 0 1px 3px #1a1920;
	-khtml-box-shadow: 0 1px 3px #1a1920;
	}

li.pa-reg, li.pa-posts, li.pa-respect, li.pa-time-visit, li.pa-sex, li.pa-age, li.pa-positive, li.pa-ip, li.pa-fld1, li.pa-fld2, li.pa-fld3, li.pa-fld4 {
	border: 0px;
	margin-bottom: 0px;
margin: 2px;
	margin-top: 2px !important;
	}

li.pa-author, li.pa-title, li.pa-awards {
	border: 0px;
padding: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	margin: 7px auto 4px auto !important;
	}


li.pa-avatar {
	border: 0px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	margin-bottom: 0px;
	margin-top: 10px !important;
	}

li.pa-online, li.pa-last-visit {
	border: 0px;
	border-radius:  0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	margin-bottom: 10px !important;
	margin-top: 1px !important;
	}

0

29

0

30

0