Affiliate marketing Affiliate marketing
  • Home
    • Creative HelpdeskProvides support for creative problem-solving and issues.
    • Cool Knowledge baseComprehensive and user-friendly information repository.
    • Focused HelpdeskAssists with specific task or problem, efficient and effective.
    • Classic HelpdeskTraditional customer support, resolves technical & basic issues.
    • Book Chapters / TutorialsStep-by-step guides for learning and mastering a topic.
    • User ManualsInstructional documentation for product/service use and operation.
    • Light Knowledge baseEssential information, easy to access, easy to understand.
    • Support ForumOnline community for customer help and problem-solving.
    • Multi HelpdeskMultiple channels of support and problem resolution.
    • LMS (Individual Demo)Preview of a Learning Management System’s visual design.
  • Documentation
    • Doc Archives
      • Two Columns
      • Three Column
      • Four Column
      • Single Docs
    • OnePage Docs
      • Classic OnePage Doc
      • Fullscreen OnePage Doc
    • Elements
      • Tabs Widget
      • Table Widget
      • Notice / Message Widget
      • Accordions Widget
      • Cheatsheet Widget
      • Image Hotspots Widget
    • Content
      • Changelogs Timeline
      • Video Widget
      • Keyboard Shortcuts
      • Password Protected (Demo)
      • Tooltip & Direction
      • List Items Style
    • Code
      • Dark Theme
      • Default Theme
      • Funky Theme
      • Okaidia Theme
      • Twilight Theme
    • Footnotes
      • Single Comun
      • Two Columns
      • Three Columns
      • Four Columns
  • Pages
    • Search Results
    • Banner with Video
    • Style
      • Style Guide
      • Style Guide with TOC
    • Changelogs with Changeloger
      • Changelogs with Sidebar
      • Changelogs without Sidebar
      • Changelogs with Left Sidebar
    • Login & Sign Up
      • Login (Elementor)
      • Sign up
      • Sign in
    • Testimonials
    • FAQs
    • 404 Error
  • Blog
    • Blog Page
      • List Layout
      • Grid Layout
    • Single Details
      • Colorful Banner
      • Banner Image
      • TOC Sidebar Layout
      • Video Banner
    • Categories
    • Category Archive
    • Tag Archive
  • Forum
    • Forums
    • User Profile
      • Profile
      • Topics Started
      • Replies Created
      • Engagements
      • Favorites
    • Forum Topics
    • Topic Details
    • Ask Question
  • Shop
    • Shop Products
    • Product Details
      • Simple Product
      • Grouped Product
    • Cart
    • Checkout
    • My account
Affiliate marketing Affiliate marketing
  • Home
    • Creative HelpdeskProvides support for creative problem-solving and issues.
    • Cool Knowledge baseComprehensive and user-friendly information repository.
    • Focused HelpdeskAssists with specific task or problem, efficient and effective.
    • Classic HelpdeskTraditional customer support, resolves technical & basic issues.
    • Book Chapters / TutorialsStep-by-step guides for learning and mastering a topic.
    • User ManualsInstructional documentation for product/service use and operation.
    • Light Knowledge baseEssential information, easy to access, easy to understand.
    • Support ForumOnline community for customer help and problem-solving.
    • Multi HelpdeskMultiple channels of support and problem resolution.
    • LMS (Individual Demo)Preview of a Learning Management System’s visual design.
  • Documentation
    • Doc Archives
      • Two Columns
      • Three Column
      • Four Column
      • Single Docs
    • OnePage Docs
      • Classic OnePage Doc
      • Fullscreen OnePage Doc
    • Elements
      • Tabs Widget
      • Table Widget
      • Notice / Message Widget
      • Accordions Widget
      • Cheatsheet Widget
      • Image Hotspots Widget
    • Content
      • Changelogs Timeline
      • Video Widget
      • Keyboard Shortcuts
      • Password Protected (Demo)
      • Tooltip & Direction
      • List Items Style
    • Code
      • Dark Theme
      • Default Theme
      • Funky Theme
      • Okaidia Theme
      • Twilight Theme
    • Footnotes
      • Single Comun
      • Two Columns
      • Three Columns
      • Four Columns
  • Pages
    • Search Results
    • Banner with Video
    • Style
      • Style Guide
      • Style Guide with TOC
    • Changelogs with Changeloger
      • Changelogs with Sidebar
      • Changelogs without Sidebar
      • Changelogs with Left Sidebar
    • Login & Sign Up
      • Login (Elementor)
      • Sign up
      • Sign in
    • Testimonials
    • FAQs
    • 404 Error
  • Blog
    • Blog Page
      • List Layout
      • Grid Layout
    • Single Details
      • Colorful Banner
      • Banner Image
      • TOC Sidebar Layout
      • Video Banner
    • Categories
    • Category Archive
    • Tag Archive
  • Forum
    • Forums
    • User Profile
      • Profile
      • Topics Started
      • Replies Created
      • Engagements
      • Favorites
    • Forum Topics
    • Topic Details
    • Ask Question
  • Shop
    • Shop Products
    • Product Details
      • Simple Product
      • Grouped Product
    • Cart
    • Checkout
    • My account
loading
  1. Главная
  2. Docy Documentation
  3. Code Syntax Highlight
  4. Code Default Theme
Updated on 22.04.2025

Docy Documentation

  • Значок закрытой папки Значок открытия папкиElements
    • Tabs Widget
    • Notice / Message Widget
    • Accordions Widget
    • Cheatsheet Widget
    • Image Hotspots Widget
  • Значок закрытой папки Значок открытия папкиLayouts
    • Aesthetic Banner Design
    • No Search Banner
    • Full-width Layout
    • Comment Closed
  • Значок закрытой папки Значок открытия папкиContent
    • Video Widget
    • Table Widget
    • Tooltip & Direction
    • Password Protected doc
    • Keyboard Shortcuts
    • Editor Contents
      • Style Guide
      • List Items Style
  • Значок закрытой папки Значок открытия папкиCode Syntax Highlight
    • Code Default Theme
    • Code Dark Theme
    • Code Tomorrow Theme
    • Code Okaidia Theme
    • Code Twilight Theme
  • Значок закрытой папки Значок открытия папкиFootnotes
    • Footnote Default
    • Footnote 2 Columns
    • Footnote 3 Columns
    • Footnote 4 Columns
  • Значок закрытой папки Значок открытия папкиChangelogs
    • Changelogs Timeline
    • Second Depth
      • Third Depth
      • Third Depth Two
    • Demo Import
    • Plugins Installation
  • Значок закрытой папки Значок открытия папкиFAQs
    • How to Paginate a Post?
    • How to set site’s favicon?
    • How to apply custom CSS code.
    • New Doc TItle

Code Default Theme

Время чтения: 1 мин. 1223 просмотров

Inline code

Wrap inline snippets of code with<code>. Be sure to escape HTML angle brackets.

For example, <section>should be wrapped as inline.
				
					console.log( 'Code is Poetry' );
				
			

Code blocks

Use <pre>s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the .pre-scrollable class, which will set a max-height of 350px and provide a y-axis scrollbar.

				
					<ul class="list-unstyled f_social_icon">
    <li><a href="#"><i class="social_facebook"><i><a><li>
    <li><a href="#"><i class="social_twitter"><i><a><li>
    <li><a href="#"><i class="social_vimeo"><i><a><li>
    <li><a href="#"><i class="social_linkedin"><i><a><li>
<ul>
				
			

CSS Code

				
					.footnotes-link::before {
    display: none;
}

.footnotes-link {
    color: #10b3d6;
}

.tip_content p {
    font-size: 14px;
}

.tip_content p:last-child {
    margin-bottom: 0;
}

.footnotes_item strong {
    position: relative;
}

span.top-arrow {
    position: absolute;
    top: -3px;
}
				
			

JavaScript Code

				
					$(".img_popup").each(function () {
    $(".img_popup").magnificPopup({
        type: 'image',
        closeOnContentClick: true,
        closeBtnInside: false,
        fixedContentPos: true,
        removalDelay: 300,
        mainClass: 'mfp-no-margins mfp-with-zoom',
        image: {
            enabled: true,
            navigateByImgClick: true,
            preload: [0, 1]
        }
    });
})
				
			
  • Метки:
  • Code
  • Example
  • New

Есть вопрос? Запрос поддержки

Запрос поддержки

Это полезная статья? Да 9 Нет 3

Связанные статьи

  • Cheatsheet Widget
  • Table Widget
  • Image Hotspots Widget
  • Tabs Widget
  • Notice / Message Widget
  • Full-width Layout
  • Changelogs Timeline
  • Code Okaidia Theme
  • Footnote Default
  • Code Tomorrow Theme
  • No Search Banner
  • Aesthetic Banner Design
  • Code Twilight Theme
  • Code Dark Theme
  • Открыть

Leave a Comment Отменить ответ

Поделиться этой страницей

Code Default Theme

Или скопируйте ссылку

Значок буфера обмена
СОДЕРЖИМОЕ

Powered By EazyDocs

Leaf Illustration

© 2025