Make WordPress Themes

Changes from pixsquare/1.3 at r236529 to pixsquare/1.4 at r236529

Location:
pixsquare/1.4
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • pixsquare/1.4/css/pattern1.css

    r236529 r236529  
    1616}
    1717
     18
     19
     20
     21
     22
    1823
    1924@media screen and (max-width: 767px) {
  • pixsquare/1.4/css/pattern2.css

    r236529 r236529  
    105105}
    106106
     107
     108
     109
     110
     111
    107112
    108113.createp3 #secondary.widget-area {
  • pixsquare/1.4/css/pattern3.css

    r236529 r236529  
    7070.createp3 .bl_card_body {
    7171  background-color: #f1f5ef;
     72
     73
    7274}
    7375
  • pixsquare/1.4/css/pattern4.css

    r236529 r236529  
    6565}
    6666
    67 
    68 .createp4 a:visited {
    69   color: #000;
     67.createp4 a:visited a:focus {
     68  color: #999;
     69}
     70
     71pre.wp-block-preformatted {
     72  background: #fff;
    7073}
    7174
    7275.createp4 .bl_card_body {
    7376  background-color: #fff;
     77
     78
     79
    7480}
    7581
  • pixsquare/1.4/header.php

    r236529 r236529  
    2828
    2929<body <?php body_class('createpc createp1 createp2 createp3 createp4 createp5'); ?>>
     30
     31
    3032
    3133
  • pixsquare/1.4/languages/ja.po

    r236529 r236529  
    151151#: template-parts/content-page_costum_works.php:80
    152152msgid "Edit <span class=\"screen-reader-text\">%s</span>"
    153 msgstr "<span class=\"screen-reader-text\">%s</span> 編集"
     153msgstr "<span class=\"screen-reader-text\">%s</span> 編集"
    154154
    155155#. translators: %s: search query.
  • pixsquare/1.4/style.css

    r236529 r236529  
    1 /*!
     1/*
    22Theme Name: pixsquare
    33Theme URI: https://color.toshidayurika.com/theme-download-page/
     
    55Author URI: https://color.toshidayurika.com
    66Description: pixsquare offers a variety of features for creators to effectively display their work and create a professional impression. Creators can express their talents and skills in a more appealing way by leveraging features such as a square image gallery, auto-generated news, and AI captions.
    7 Version: 1.3
     7Version: 1.
    88Tested up to: 5.4
    99Requires PHP: 5.6
     
    1818pixsquare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
    1919Underscores is distributed under the terms of the GNU GPL v2 or later.
    20 
    2120*/
    2221
     
    4140.site-main {
    4241    margin-top: 20px;
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
    4379}
    4480
     
    112148pre {
    113149    font-family: monospace, monospace;
    114     font-size: 1rem;
     150    font-size: 1rem;
    115151}
    116152
     
    10521088
    10531089    p.has-text-align-center.has-text-color.has-link-color.has-medium-font-size.wp-elements-7542cd3201649c36c917855bc2a8d1e8 {
    1054         font-size: 12px !important;
     1090        font-size: 12px ;
    10551091        color: #555555;
    10561092        display: block;
     
    13031339
    13041340    .createp4 p {
    1305         color: #fff;
     1341        color: #;
    13061342        font-size: 1.4rem;
    13071343        line-height: 2.2;
    13081344        margin-left: 20px;
     1345
    13091346        width: 330px;
    13101347    }
     
    13161353    .createp4 h3 {
    13171354        margin: 0;
     1355
    13181356        margin-top: 12px;
    13191357        margin-left: 20px;
    13201358        color: #000;
     1359
     1360
     1361
     1362
     1363
     1364
     1365
    13211366    }
    13221367
     
    13571402    .createp4 .bl_card_body {
    13581403        width: 330px;
    1359         height: 300px;
     1404        height: 250px;
     1405        margin-top: 40px;
    13601406    }
    13611407
  • pixsquare/1.4/template-arc-infolist.php

    r236529 r236529  
    4343    // 取得したい内容を配列に記載します(不要箇所は省略可)
    4444    $args = array(
    45         'posts_per_page'   => 3, // ���み込みしたい記事数(全件取得時は-1)
     45        'posts_per_page'   => , // 読み込みしたい記事数(全件取得時は-1)
    4646        'order'            => 'DESC' // 昇順(ASC)か降順か(DESC)
    4747    );
     
    7171    // 取得したい内容を配列に記載します(不要箇所は省略可)
    7272    $args = array(
    73         'posts_per_page'   => 3, // 読み込みしたい記事数(全件取得時は-1)
     73        'posts_per_page'   => , // 読み込みしたい記事数(全件取得時は-1)
    7474        //'orderby'          => 'ID', // 何順で記事を読み込むか(省略時は日付順)
    7575        'order'            => 'DESC' // 昇順(ASC)か降順か(DESC)
Note: See TracChangeset for help on using the changeset viewer.