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

Объявление





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

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



...

Сообщений 61 страница 90 из 97

61

0

62

0

63

0

64

0

65

0

66

0

67

0

68

0

69

0

70

0

71

0

72

0

73

0

74

0

75

0

76

0

77

0

78

0

79

0

80

0

81

0

82

0

83

0

84

0

85

0

86

0

87

https://forumupload.ru/uploads/000e/57/2f/194-1-f.png

0

88

0

89

https://forumupload.ru/uploads/000e/57/2f/196-1-f.png

0

90

Код:
<style type="text/css">
.tooltip {
color: #000000; outline: none;
text-decoration: none;
position: absolute;
left: -5px;
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 class="style_t" id="style_t_3" onclick="changeStyle(3)">Стиль "Robotic"</span>
<span class="style_t" id="style_t_4" onclick="changeStyle(4)">Стиль "Summer Angel"</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';
   if( value == 4 ) style = 'http://download.quadrosystems.ru/stylei4_5fbfe9e9843df926496cf75911f82771.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